body{ background-image:url(images/bkg.jpg); margin-top:30px;}


#frame{width:1024px; background-color:#27AAE1;}
#header{width:1024px; height:188px;}

#content{width:1024px; background-color:#27AAE1;}
#footer{width:1024px; height:157px;}
#footerB{width:1024px; background-color:#FFF}

#content p{
	color: #ffffff;
	font-size: 12px;
	text-align: justify;
	font-family: "trebuchet ms";
	letter-spacing: 0.01em;
	line-height: 1.5em;
	margin-left: 40px;
	margin-right: 40px;
	margin-top: 5px;
	margin-bottom:5px;
	
}


#content a{
	color: #ffffff;
	font-size: 12px;
	text-align: justify;
	font-family: "trebuchet ms";
	letter-spacing: 0.01em;
	line-height: 1.5em;
	margin-left: 5px;
	margin-right: 40px;
	margin-top: 5px;
	margin-bottom:5px;
	text-decoration:underline;
	
}
#content h1{
	color: #ffffff;
	font-size: 18px;
	text-align: justify;
	font-weight:bold;
	font-family: "trebuchet ms";
	letter-spacing: 0.01em;
	line-height: 1.8em;
	margin-left: 40px;
	margin-top: 5px;
	margin-bottom:5px;
	margin-right: 160px;
}

#content h2{
	color: #ffffff;
	font-size: 13px;
	text-align: justify;
	font-weight:bold;
	font-family: "trebuchet ms";
	letter-spacing: 0.01em;
	line-height: 1.8em;
	margin-left: 40px;
	margin-top: 5px;
	margin-bottom:5px;
	
}

#footerB p{
	text-align:center;
	color:#27AAE1;
	font-size:12px;
	font-style:normal;
	font-weight:normal;
	
	font-family:Arial, Helvetica, sans-serif;
	
	
	
}

#footerB a{
	text-align:center;
	color:#27AAE1;
	font-size:12px;
	font-style:normal;
	font-weight:normal;
	text-decoration:underline;
	font-family:Arial, Helvetica, sans-serif;
	
}

#footerB a:hover{
	text-align:center;
	color:#cccccc;
	font-size:12px;
	font-style:normal;
	font-weight:normal;
	text-decoration:underline;
	font-family:Arial, Helvetica, sans-serif;
	
}

.cssmenu ul{
	margin:0;
	padding:0;
	list-style-type:none;
	width:auto;
	position:relative;
	display:block;
	height:40px;
	text-transform:uppercase;
	font-size:13px;
	background:transparent url('menu_assets/images/blue.jpg') repeat-x top left;
	font-family:Helvetica,Arial,Verdana,sans-serif;
}
.cssmenu li{
	display:block;
	float:left;
	margin:0;
	pading:0;
	
	}
.cssmenu li a{
	display:block;
	float:left;
	color:#ffffff;
	text-decoration:none;
	padding:12px 20px 0 20px;
	height:24px;
	height:40px;
	}
.cssmenu li a:hover{
	background:transparent url('menu_assets/images/black.jpg') repeat-x top left;	
	}
