* {
	margin:0px; padding:0px;
	}
	
body {
	background-color: #595959;
	text-align: left;
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;

}

a {
	color:#81a9d4;
	}

a, p, li {
	font-size:11px;
	line-height:15px;
	}

h1 {
	font-size:15px;
	}
	
h2 {
	font-size:13px;
	}

h3 {
	font-size:12px;
	}

a img {
	border:none;
}


#container {
	height: 769px;
	width: 100%;
	background-image: url(img/topwheader.jpg);
	background-repeat: no-repeat;
	background-position: top;
	}

#wrapper {
	width: 1068px;
	background-image: url(img/bgextend.jpg);
	background-repeat: repeat-y;
	background-position: top;
	padding-bottom: 300px;
	margin: 0 auto;
	}
	
* html #wrapper {
	height: 1028px;
}

#mainfeature {
	width: 600px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	}
	
#header {
	float: left;
	margin-left:auto;
	margin-right:auto;
	margin-top:104px;
	text-align:center;
	background:none;
	width:360px;
}

#outline {
	float:left;
	margin:0 0 30px 40px;
	width:310px;
	height:40px;
	border-left: 1px solid #81a9d4;
	border-bottom: 1px solid #81a9d4;
	}

#nav {
	float: left;
	margin: 15px 0px 15px 20px;
	padding: 0;
	list-style: none;
	display: inline;
	}
	
	#nav li {
		float:left;
		display: inline;
		margin: 0 8px 0 2px;
		border-right: 1px solid #81a9d4;
		}
		#nav li.noborder {
			border-right :none;
			}
		
	#nav a {
		color:#fff;
		padding: 0 10px 0 0;
		text-decoration:none;
		font-size: 11px;
		}
	#nav a:hover {
		color: #ccc;
		text-decoration: none;
		}
			
	body.home #navhome a,
	body.submission #navsubmission a,
	body.subscription #navsubscription a,
	body.past-issues #navpastissues a,
	body.past-issues-extended #navpastissues a {
		color:#81a9d4;
		}
		
#content {
	float:left;
	margin: 10px 0 0 40px;
	width:310px;
	background:#141c25;
	border:2px solid #090e14;
	}
	body.home #content, 
	body.past-issues-extended #content {
	height:600px;
	}	
	#content h1 {
	font-variant:small-caps;
	color:#81a9d4;
	margin:21px 12px 28px 26px;
	}
	#content h2 {
	color:#ccc;
	margin:28px 26px 21px 32px;
	border-bottom:1px solid #ccc;
	}
	#content h3 {
	margin:8px 36px 2px 42px;
	}	
	#content p {
	margin:2px 36px 18px 42px;
	}
	#content .end {
	margin-bottom: 30px;
	}
	#content ul {
	margin:8px 36px 18px 42px;
	}
	#content li {
	margin:6px 0;
	}
	#content img.alignleft {
	float:left;
	margin:2px 26px 18px 42px;
	}
	body.home #content img.alignleft {
	float:left;
	margin:21px 14px 18px 42px;
	}
	
#BB_BuyButtonForm select {
    width: 200px;
}

table {
	width:310px;
	}

	


	

