body {
	margin: 0;
	font-family: "frutiger linotype", "lucida grande", helvetica, arial, sans-serif;
	background: #000;
}

div#contact {
	margin: 32px -56px 0 -56px;
	padding: 8px 8px;
	text-align: center;
	font-size: 1.2em;
	background: #fffd45;
	color: #333;
}

	div#contact .intro {
		color: #666;
	}
	
	div#contact .details {
		font-weight: bold;
		color: #000;
	}
	
	div#contact a, div#contact a:link {
		text-decoration: none;
		color: #000;
	}
	
div#wrapper {
	margin: 0 auto 0 auto;
	padding: 0;
	background: url(/css/images/banner_background.jpg) top center no-repeat;
}

#banner {
	margin: 0 auto 0 auto;
	padding: 0;
	width: 760px;
	height: 300px;
}

ul {
	margin-left: 100px;
}

ul#nav {
	margin: 0 auto 0 auto;
	padding: 13px 0 0 0;
	width: 760px;
	height: 29px;
	background: #666 url(/css/images/nav.gif);
	font-family: "frutiger linotype", "lucida grande", helvetica, arial, sans-serif;
	color: #ccc;
	font-size: 14px;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
}

	#nav li {
		display: inline;
	}		
	
	ul#nav li a {
		color: #ccc;
		text-decoration: none;
	}

		ul#nav li a:hover {
			color: #fff;
		}
		
ul#admin_nav {
	margin: 0 auto 0 auto;
	padding: 0;
	font-size: 14px;
	text-align: center;
}

	#admin_nav li {
		display: inline;
	}		
	
	ul#admin_nav li a {
		text-decoration: none;
	}
	
#content {
	margin: 0 auto 0 auto;
	padding: 20px 10px 20px 10px;
	width: 740px;
	background: #333 url(/css/images/content.gif) top no-repeat;
	color: #999;
}

	#content a:link, #content a:visited {
		color: #cc9900;
	}
	
	#content a:hover {
		color: #cccc00;
	}
	
.info {
	margin: 0 auto 0 auto;
	padding: 10px;
	width: 480px;
	background: #ffff99 url(/css/images/htmlhelp.gif) bottom no-repeat;
	color: #333;
	font-size: 10px;
}

.smallnote {
	text-align: center;
	font-size: 10px;
}

pre, code {
	color: #ff0000;
	font-size: 12px;
}

#captcha {
	display: block;
	margin: 4px 0 0 0;
	border: 1px solid #ccc;
	border-top: none;
}

	#captcha_refresh {
		float: right;
		margin-top: -40px;
	}


.error_message, .error {
	text-align: center;
	color: #ff0000;
	font-weight: bold;
}

div.pagination {
	width: 30%;
	margin: 0 auto;
	text-align: center;
	border-top: #666 dotted 1px;
	font-size: smaller;
}

.disabled {
	color: #ccc;
}

#footer {
	margin: 0 auto 30px auto;
	padding: 0;
	width: 760px;
	text-align: center;
	line-height: 2em;
	background: #333 url(/css/images/footer.gif) bottom no-repeat;
	border-top: #666 dotted 1px;
	font-family: "frutiger linotype", "lucida grande", helvetica, arial, sans-serif;
	font-size: smaller;
	color: #666;
}

	#footer ul {
		margin: 0;
		padding: 16px 0 16px 0;	
	}
	
		#footer li {
			margin: 0;
			padding: 0;
			list-style-type: none;
		}

	#footer a:link, #footer a:visited {
		color: #999;
		text-decoration: none;
	}	

table {
	margin: 0 auto 0 auto;
	font-size: 12px;
}

th, td {
	padding: 5px;
	border: #666 solid 1px;
}

	td small a{
		font-style: normal;
		font-size: 9px;
		text-decoration: none;
	}
	
.borderless td {
	border: none;
}	

h1 {
	width: 100%;
	margin: 50px 0 20px 0;
	padding: 0 0 5px 0;
	border-bottom: #666 dotted 1px;
	font-size: 20px;
	color: #3366FF;
}

h2 {
	font-size: 16px;
	text-decoration: underline;
	color: #999;
}

h5 {
	margin: 0;
	padding: 10px 5px 10px 5px;
	background: #333 url(/css/images/h5.gif) left repeat-y;
	color: #ffff99;
	font-size: 16px;
	font-weight: bold;
}

h6 {
	margin: 0;
	padding: 5px;
	background: #333 url(/css/images/h5.gif) left repeat-y;
	color: #ffff99;
	text-align: left;
	font-size: 12px;
}

small {
	font-size: 12px;
	color: #999;
	font-weight: normal;
	font-style: italic;
}

	#small a:link, #small a:visited {
		color: #cc9900;
	}
