@charset "UTF-8";
/* CSS Document */

body {
  padding: 0px;
  margin: 0px;
  background: #ffffff;
  background-image: url(../img/spacebackground.jpg);
  background-attachment: fixed;
  width: 100%;
}


a:link { 
	color: #000000;
	text-decoration: none;
	}
a:visited { 
	color: #000000;
	text-decoration: none;
	}
a:hover { 
	color: #9933CC;
	background-color: #ffffff;
	text-decoration: none;
	}
a:active { 
	color: #000000;
	text-decoration: none;
	}

#meridian{	
	background-color: #ffffff;
	position: absolute;	
	left: 50%;
	top: 0px;	
	height: autoS;	
	width: 1px;	
	overflow: visible;	
	visibility: visible;	
	display: block;	
	}
#container{	
	background-color: #ffffff;	
	position: absolute;	
    left: -475px; 
	width: 950px;	
	top: 0px;	
	height: auto;	
	text-align: center;	
	visibility: visible;	
	overflow: visible;
	}

#leftNav {
	background-color: white;	
	float: left;
	top: 0px;	
	width: 175px;		
	text-align: right;	
	border: 0px solid black;
}

#content{
	background-color: #ffffff;
	border:0px solid green;
	position: relative;
	float: right;
	width: 900px;
	height: auto;
	margin-top:0px;
	margin-right:0px;
	margin-bottom: 0px;
	
}

#border {
	background-color: white;
	background-image:url(../img/verticaldots.png);
	background-repeat:no-repeat;
	width: 20px;
	height: 720px;
	position: inherit;
	float: left;
}

#inside {
	background-color: white;	
	float: right;
	top: 0px;	
	width: 660px;		
	text-align: left;	
	padding: 20px;
	border: 0px solid black;
}

#insideright {
	background-color: white;	
	float: right;
	width: 340px;		
	text-align: left;	
	border: 0px solid black;
}