body {
	background: Black url(../images/background.jpg) repeat-y fixed center;
	margin: 0 0 0 0;
	font: normal normal 100% "Trebuchet MS" "Century Gothic" Verdana sans-serif;
	color: black;
	line-height: 1.2;	
	padding: 0px;
	text-align: center;
}

a:link, a:visited, a:hover {
	color: Olive;
	text-decoration: none;
	font-weight: bold;
	padding: 0 1px 0 1px;
}

a:hover {
	color: white;
	background-color: Olive;
	font-weight: bold;
	padding: 0 1px 0 1px;
}

b, i {
	color: #8B0000;
}

a:link i, a:visited i, a:hover i {
	color: Olive;
	text-decoration: none;
	font-weight: bold;
	padding: 0 1px 0 1px;
	}
	
a:hover i {
	color: white;
	background-color: Olive;
	font-weight: bold;
	padding: 0 1px 0 1px;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#wrapper{
	width: 560px;
	margin:0 auto;

}
#masthead{
	margin: 0 0 0 0;
	margin: 0 -2px !important;
	width: 100%;
	height: 180px;
	background: Black url(../images/masthead.gif) no-repeat center;
	padding: 0 0 0 0;
	}
	
#masthead h1, #masthead p{
	display:none;
	}
	
#navigation{
	text-align: center;
	width: 100%;
	background: Black;
	margin: -18px 0 0 0 !important;
	margin: 0 0 0 0;
	height: 28px;
		}
	
#navigation p{
	font: bold 100% "Trebuchet MS", Arial, Verdana, sans-serif;
	color: Olive;
	padding: 0 0 0 0;
}
	
#logo {
	margin: 0;
	width: 100%;
	height: 180px;
	background: Black url(../images/vc.gif) no-repeat center;
}

/***********************************************/
/* Content Divs                                 */
/***********************************************/


#content{
   font: normal normal 100% "Trebuchet MS", "Century Gothic", Verdana sans-serif;
	color: black;
	margin: 5px 25px 0 25px;
	text-align: justify;
	width: 100%;
	line-height: 1.2;
	clear: both;
	overflow: hidden;
	o\verflow: visible;
	width: 100%;
	w\idth: auto;
	he\ight: 1%;
}

#content h1{
	font: bold 125% "Trebuchet MS", "Century Gothic", Verdana, sans-serif;
	color: #8B0000;
	text-align: center;
	 
}

#content h2{
	font: bold 115% "Trebuchet MS", "Century Gothic", Verdana, sans-serif;
	color: #8B0000;
	margin: 0 0 -5px 0;
	border-bottom: 2px solid #8B0000;
}

#content h3{
	font: bold 100% "Trebuchet MS", "Century Gothic", Verdana, sans-serif;
	color: #8B0000;
	margin: 0 0 -5px 0;
}

#content p, ul{
	font: 85% "Trebuchet MS", Arial, Verdana, sans-serif;
	
}

#footer{
	margin: 0 0 -20px 0 !important;
	margin: 0 0 0 0;
	padding: 10px 0 0 0;
	width: 100%;
	height: 180px;
	background: Black;
	color: #B8860B;
}

#footer p{
	font: 100% "Trebuchet MS", Arial, Verdana, sans-serif;
	color: #B8860B;
}

#counter{
	margin: 0 0 0 0;
	padding: 10px 0 0 0;
	width: 100%;
	height: 40px;
	background: Black;
	color: #B8860B;
	font: 70% "Trebuchet MS", Arial, Verdana, sans-serif;
}

