@charset "utf-8";
/* CSS Document */
body {
	background-color: #000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	color:#fff;
	font-family:Verdana, Geneva, sans-serif;
	font-size:90%;
}

#content {
		background-image:url(../images/contentBg.jpg);
		background-position:top;
		background-repeat:repeat;
}

#main {
	margin:5px;
}	

#main h1 {
	font-size:120%;
}

#main h2 {
	font-size:110%;
}

#main h3 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;		
}

#main img {
	border: 1px solid #CCC;	
	padding:3px;
}

#main a {
	color:#ffaa00;
	text-decoration:none;
}

#main a:hover {
	color:#fff;
	text-decoration:underline;
}

#footer {
	background-image:url(../images/footer.jpg);
	background-position:left;
	background-repeat:no-repeat;
	width:780px;
	height:56px;
}

#footerNav {
	text-align:center;
	font-size:90%;
	padding-top:10px;
}

#footerNav a {
	color:#ffaa00;
	text-decoration:none;	
}

#footerNav a:hover {
	color:#fff;
	text-decoration:underline;
}

#copy {
		font-family:Verdana, Geneva, sans-serif;
		font-size:80%;
		padding-top:10px;
		color:#fff;
}

.contactBox {
	background-image: url(../images/newsBG.jpg);
	background-repeat: repeat;	
}

#breadcrumb {
	color:#fff;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}


