strong {	font-weight: bold; }
em {	font-style: italic; }

body {
	background-color: #6E7B8B;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	margin:0 auto;
	padding-bottom:10px;
	width: 800px;

}

#shell {
	margin:0 auto;
	width: 660px;
}

#ad_lead {
	margin-top:20px;}

#header {
	margin: 0px auto;
	width: 640px;
	height: 60px;
	padding: 0px 10px 0px 10px;
	background-color: #336699;
	background-image: url('stripe.jpg');
}

#header h1 {
	font-size: 24px;
	line-height: 40px;
	color: #FFFFFF;
}
#nav {
	background-color: #FFEFE5;
	background-image: url('nav.gif');
	background-repeat: no-repeat;
	margin-top: 10px;
	padding: 10px;
	width: 640px;
}


#nav a {
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	line-height: 16px;
	padding: 3px;
}

a:link { 
	color: #336699; }
a:visited { 
	color: #000000; 
	background: none; 
}
a:hover, a:active { 
	color: #FFFFFF;
	background: #336699; 
}


#content {
	background-image: url('tower.jpg');
	background-repeat: no-repeat;
	background-position: bottom right;
	background-color: #FFEFE5;
	margin-top: 10px;
	padding: 10px 15px 45px 10px;
	float: left; }

#content h2 {
	color: #336699;
	font-size: 20px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px; }

#content p, ul {
	line-height: 16px;
	font-size: 14px; }

#sidebar {
	background-image: url('content.jpg');
	background-repeat: no-repeat;
	margin-top: 10px;
	margin-left: 10px;
	padding: 10px 10px 40px 10px;
	background-color: #FFEFE5;
	width: 180px;
	float: left; }

#sidebar p, ul {
	line-height: 14px;
	font-size: 12px; }

#sidebar ul {
	padding: 0;
	margin-left: 16px; }

#sidebar h2 {	
	color: #336699;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 16px;
	font-weight: bold;
}

table { 	width: 420px; 
	border: none; 
	font-size: 14px; 

td, th { padding: 6px; border: solid 1px #000000; }