body {
	margin:0px auto;
	background:#FFF5E5;
}
#main {
	width:780px;
	margin:0px auto;
	border-left:1px solid #D4D4D4;
}
#header {
	width:780px;
	height:173px;
}
#pic {
	width:780px;
	height:173px;
	float:right;
	background: url('images/header.gif') no-repeat;
}
#nav {
	width:780px;
	height:1px;
	position:relative;
	top:140px;
 	float:left;
	/*border-top:1px solid #FFFFFF;
	border-bottom:1px solid #0F75BD;*/
	font-family:Arial;
	font-size:9pt;
}
#nav .navlink {
	width:128px;
	padding:4px 0px;
	display:block;
	float:left;
	color:#FFFFFF;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
	text-transform:uppercase;
}
#main-content { margin:0px; padding:40px 35px 40px 40px; background:#FFFFFF; color:#333333; font-family:Arial; font-size:.8em; }
#right-content img { width:200px; margin:8px 18px 18px 26px; border:6px solid #FFFFFF; display:block; }

#footer { width:780px; height:40px; padding-left:10px; background: url('images/footer.gif') no-repeat; font-family:Arial; font-size:9pt; }
	#footer .navlink { margin:14px 0px 0px 0px; padding:5px 8px; color:#FFFFFF; font-size:8pt; text-decoration:none; display:block; float:left; }
#copy { margin:14px 10px 0px 0px; padding-top:4px; color:#FFFFFF; font-weight:normal; text-align:right; float:right; }
	#copy a:link, #copy a:visited { margin:0px 5px 0px 0px; color:#FFFFFF; text-decoration:none; }
	#copy a:hover { color:#FFFFFF; text-decoration:underline; }
   
h1 { margin-top:0px; font-size:14pt; }
h2 { margin-top:0px; font-size:12pt; }
.bold { font-weight:bold; }
.clear { clear:both; }
.flyspeck { font-size:9px; }
.nomart { margin-top:0px; }