
P
{font-family: Century Gothic;font-size: 16px;font-weight: normal;line-height: 16px;margin-top: 20px;margin-bottom: 20px}
H1
{font-family: Century Gothic;font-size: 34px;font-weight: bold;line-height: 34px;margin-top: 20px;margin-bottom: 20px}
H2
{font-family: Century Gothic;font-size: 20px;font-weight: normal;line-height: 20px;margin-top: 20px;margin-bottom: 20px}
H3
{font-family: Century Gothic;font-size: 16px;font-weight: bold;line-height: 20px;margin-top: 20px;margin-bottom: 20px}


body {	margin: 0 0 0 0;
	padding: 0;
	background-color: #ffffff;
}




#container {
	margin: 10px 10px 10px 10px;
}

#banner_container {
	margin: 0 0 0 0;
	background-color: #ffffff;
	height: 120px;

	border-top: 10px solid #242424;
	border-bottom: 10px solid #242424;
}
#banner_img_left {
	margin: 0 0 0 0;
	float: left;
	width: 320px;
	margin: 0 0 0 0;
	height: 120px;
	background-color: #242424;
}

#banner_txt {
	background-color: #ffffff;
	margin: 0 0 0 0;
	color:#000000;
	height: 110px;

}

#banner_txt H1 {font-family: Century Gothic;font-size: 34px;font-weight: bold;line-height: 34px;margin-top: 10px; margin-bottom: 0px}
#banner_txt H2 {font-family: Century Gothic;font-size: 20px;font-weight: normal;line-height: 20px;margin-top: 10px; margin-bottom: 0px}


		
#header {
	height: 10px;
	background-color: #242424;
}
		
#footer {
	clear: both;
	background-color: #242424;
	padding: 5px;
	color: #FFFFFF;
	text-align: right;}
	
/****************
 * C O N T E N T 
 ****************/	

#content {
	padding: 20px 20px 20px 20px;
	margin: 0 0 0 260px;
	background-color: #FFfffF;
}

#content h1 { 
        font: 24px/26px Century Gothic;
	font-weight: bold;
        margin-top: 0; 
	color: #ec2e2eff;
}
		
#content h2 { 
        font: 20px/22px Century Gothic;
	font-weight: bold;
        margin-top: 0; 
	color: #ec2e2eff;
}
		
#content p {
        font: 16px/20px Century Gothic;
}

#content ul {
        font: 16px/25px Century Gothic;
}

/**********************
 * N A V I G A T I O N 
 **********************/
#navigation {
	clear: both;
        float: left;
	width: 250px;
        margin: 0 0 0 0 ;
	padding: 20px 0 0 0;
	background-color: #ffffff;

}

#navigation ul {
      margin: 0 0 0 0;
	padding: 0 0 0 0;
	list-style-type: none;
}

#navigation li {
	float: left;
	display: block;
	margin: 0 0 0 0;
	padding: 0 0 0 18px;
	background-color: #808080;
	border-bottom: 2px solid #FFFFFF;
}

#navigation li a {
	font: 16px/20px Century Gothic;
	text-decoration: none;
	background-color:#242424;
	color: #FFFFFF;
	width: 240px;
	display: block;
	padding: 0 0 0 5px;
}


#navigation li a:hover {
        text-decoration: none;
	background-color: #FFFFFF;
	color: #242424;
}
