body {
	background-color:#FFFFFF;
	color:#000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	margin: 0px 10px;
	padding: 0px;
	
}
.clear{clear:both;}
* {
	margin: 0px;
	padding: 0px;
}
#container {

	ext-align: left;
	margin:auto;
	width: 800px;
	
	background:#54c2bf; 
	position: relative;
	padding:0 0 0 0;
}


/********************** Header ***************************/
#header 
{
	background:url(../images/header.jpg) no-repeat;
	width:800px;
	height:260px;
	
}


/**********************LEFT Navigaction ***************************/

#content
{
    float:left;
	width:800px;
	background:url(../images/mid1.jpg) repeat-y ;	
	padding:0 0 10px 0;
}


#nav {
 float:left;
  background: #ff6363; 
   width: 800px;
  padding: 10px 0 0 0;
  text-align:center;
  height:22px;
  font-weight:bold;
  color: #fff;
  
}
#nav a {
  text-decoration: none;
  color: #fff;
  font-weight:500;
  padding:0 3px 0 3px;

}

#nav a:hover {
  text-decoration:none;  
  background:#009966; 
   }
/****************************8left nav******************************/
#content-main
{
    float:left;
	width:800px;	
	padding:10px 0 0 0;
}


.left
{
	float:left;
	background:url(../images/left-top.jpg) top no-repeat;	
	width:204px;	
	padding:25px 0 0 0;
	
}

.left ul
{
background:url(../images/left-nav.jpg) repeat-y;
float:left;
width:204px;
padding:0 0 0 0;
}
.left li {

  list-style: none; 
  font-weight:bold;
  padding:0 0 10px 30px;
}
.left a {
  text-decoration: none;
  color: #000000;  
  
}
.left a:hover {

  text-decoration:none;
  color:#FF0000;
   
}
.left span
{
	float:left;
	background:url(../images/left-buttom.jpg) no-repeat;	
	width:204px;
	height:30px;	
	padding:0 0 0 0;
	
}

/**********************Middle Navigaction ***************************/


#middle
{
	float:left;
	width:362px;
	line-height:22px;
	padding:0 15px 0 10px;
}
#middle h1
{

 font-size:15px;
 font-weight:bold;
 border-bottom:2px solid;
 
}
#middle h1 a
{
 text-decoration:none;
color:#CC0000; 
}
#middle a:hover {

  text-decoration:none;
  color:#00CC66;
   
}
#middle p
{
	text-align:justify;
	padding:10px 0 0 0;
}
#middle ul
{
	width:160px;
	float:left;
	list-style:none;
	padding:10px 0 0 20px;
}
#middle ul li 
{
	background:url(../images/arrow.gif) left no-repeat;
	padding:5px 0 5px 25px;
}
#middle ul li a
{
	text-decoration:none;
	color:#330000;
	
}
#middle ul li a:hover
{
  text-decoration:none;
  color:#00CC66;
	
}
/**********************FOOTER Navigaction ***************************/




#footer
{
	float:left;
	width:800px;
	
}
#footer-left
{
	float:left;
	width:234px;
	padding:0 0 0 0;
}
#footer-middle
{
	float:left;
	width:800px;
	padding:10px 0 0 0;
	text-align:center;
	border-top:2px solid #3149a8;
}

#footer-middle  a {
  text-decoration: none;
  color: #000000;
  
  
}
#footer-middle  a:hover {

  text-decoration:none;
  color:#00CC66;
   
}
