/* CSS Document */
html, body, p, h1, h2, h3, h4, div, ul, li {margin:0; padding:0}

html {
	background-image:url(images/shipp4congress-bg.png);
	background-color:#3776a2;
	background-position:top center;
	background-repeat:no-repeat;
	color:#555;	
	font-size:.9em;
	font-family:Georgia, "Times New Roman", Times, serif;
}

h1 {display:none}
h2 {color:#990000; margin:1em 0}

.clear {clear:both}
#content,#content-right {float:left; padding:10px 12px; width:690px}
#content p {margin-bottom:.7em}
#content a, #content-right a {color:#369}
#header {
	background-image:url(images/shipp4congress-head.png);
	background-position:bottom left;
	background-repeat:no-repeat;
	height:240px;
	margin:0 auto;
	width:955px	
}

#content-right {background-color:#d0e0ed; float:right; width:200px;}
#content-right h2 {font-size:.9em}
#content-right ul {font-size:.75em}
#content-right ul li {margin-bottom:.7em; list-style:none}

#footer {color:#fff; text-align:center; margin:.6em 0 }

#nav {
	background-color:#fff;
	border:#fff solid 5px;
	margin:0 auto;
	width:945px	
}
#nav ul {
	background-image:url(images/nav-bg.png);
	height:38px;
	display:block;
}
#nav ul li { float:left;list-style:none;}
#home span, #about-charles span, #contact span, #email span, #donate span {display:none}
#nav ul li a {
	background-image:url(images/divider.png);
	background-position:top right;
	background-repeat:no-repeat;
	color:#fff;
	display:block;
	font-weight:bold; 
	height:38px; 
	text-decoration:none
}
#nav ul li a#home {margin-left:2em; background-image:url(images/home.png); width:80px;}
#nav ul li a#home:hover {background-image:url(images/home-bg.png); width:80px;}
#nav ul li a#about-charles {background-image:url(images/bio.png); width:80px;}
#nav ul li a#about-charles:hover {background-image:url(images/bio-bg.png); width:80px;}
#nav ul li a#contact {background-image:url(images/contact.png); width:120px;}
#nav ul li a#contact:hover {background-image:url(images/contact-bg.png); width:120px;}
#nav ul li a#email {background-image:url(images/email.png); width:94px;}
#nav ul li a#email:hover {background-image:url(images/email-bg.png); width:94px;}
#nav ul li a#donate {background-image:url(images/donate.png); width:94px;}
#nav ul li a#donate:hover {background-image:url(images/donate-bg.png); width:94px;}

ul#regulations {margin-left:2em; margin-bottom:2em}
ul#regulations li {list-style:none}

#wrapper {
	background-color:#fff;
	margin:0 auto;
	margin-top:-4px;
	width:955px	
}
