
body
	{
	background: #323232;
	font-family: arial, helvetica;
	font-size: 10px;
	}



#wrap
	{
	width: 772px;
	margin: 15px auto;
	background: #ffffff;
	border: 2px solid #000000;	
	}


#header
	{
	width: 766px;
	height: 126px;
	background-image: url(./images/lohan.jpg);
	border: 1.5px solid #000000;
	margin: 2px;
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
	
	}


.leftmenubottom
	{
	float: center;
	width: 120px;
	height: 300px;
	margin-top: 10px;
	margin-left:2px;
	padding:5px;
	background: #ffffff;
	text-align: center;
	border: 0px solid #000000;
	}

.logo
	{
	float: center;
	width: 750px;
	padding-top:30px;
	height: 90px;
	margin-top: 5px;
	margin-right: 10px;
	text-align: center;
	border: 0px solid #FFD100;
	}


.maincontent 
	{
	float: right;
	width: 550px;
	height: 400px;
	margin-top: 10px;
	margin-right: 15px;
	background: #ffffff;
	text-align: left;
	border: 1px solid #ffffff;
	}
	
	
.home_about 
	{
	float: right;
	width: 550px;
	font-size: 13px;
	font-weight: bold;
	margin-top: 10px;
	margin-right: 25px;
	margin-bottom: 20px;
	background: #ffffff;
	text-align: left;
	border: 0px solid #000000;
	}
	
	
.contactus 
	{
	float: right;
	width: 550px;
	
	font-size: 13px;
	font-weight: bold;
	margin-top: 10px;
	margin-right: 60px;
	margin-bottom: 20px;
	background: #ffffff;
	text-align: center;
	border: 0px solid #000000;
	}

.leftmenu
	{
	float: left;
	width: 140px;
	
	margin-top: 10px;
	margin-left: 8px;
	background: #ffffff;
	text-align: left;
	border: 0px solid #000000;
	}

.indexpage
	{
	float: left;
	width: 140px;
	height: 530px;
	margin-top: 10px;
	margin-left: 8px;
	background: #ffffff;
	text-align: left;
	border: 0px solid #000000;
	}


#menu 
	{
	clear: left;
	float: left;
	width: 150px;
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 0.9em;
	
	}

#menu ul 
	{	
	list-style: none;
	width: 130px;
	margin: 0 0 20px 0;
	padding: 0;
	font-size: 1.1em;
	}	

#menu li 
	{
	margin-bottom: 4px;
	}

#menu li a 
	{
	font-weight: bold;
	height: 20px;
	text-decoration: none;
	color: #00A1EA;
	display: block;
	padding: 6px 0 0 10px;
	background:   #3a3a3a;
	border-left: 4px solid #cccccc;
	}	
	
#menu li a:hover 
	{
	background:  #2f2f2f;
	color: #c4c4c4;
	border-left: 4px solid #ffffff;
	}
	
#footer 
	{
	clear: both;
	margin: 0 auto;
	padding: 10px 0 20px 0;
	border-top: 3px solid #56463C;
	width: 760px;
	text-align: center;
	color: #0172BA;
	font-size: 0.9em;
	}


#footer a 
	{
	color: #0172BA;
	text-decoration: none;
	}


#footer a:hover 
	{
	text-decoration: underline;
	}
