*{
	margin: 0px auto;
	padding: 0px;
}

body{
	margin: 0px auto;
	background: #322320;
}

#home{
	width: 1000px;
	margin: 0px auto;
	background: #F2E9B5;
	border: 1px dotted #322320;
}

#home #banner{
	width: 100%;
	margin: 0px auto;
	background: #98372F;
}

#home #banner1{
	width: 155px;
	margin: 0px auto;
	float: left;
}

#home #banner1 img{
	width: auto;
	margin: 20px 10px 0px 20px;
	border: 1px dotted #0D4802;
}

#home #banner2{
	width: 629px;
	margin: 0px auto;
	float: left;
}

#home #banner2 img{
	width: auto;
	margin: 20px 10px 0px 35px;
	border: 1px dotted #0D4802;
}

#home #banner3{
	width: 155px;
	margin: 0px auto;
	float: left;
}

#home #banner3 img{
	width: auto;
	margin: 20px 10px 0px 55px;
	border: 1px dotted #0D4802;
}

#home #banner a{
	text-align: center;
}

#home #hr{
	width: 100%;
	margin: 0px 0px 10px 0px;
	padding: 5px 0px 5px 0px;
	border-bottom: 1px dotted #0000ff;
	background: #98372F;
}

#home #hr a{
	width: 100%;
	margin: 0px auto;
	color: #ffffff;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;	
	font-family: arial, verdana, sans-serif;
	text-align: center;
}


/*CONTENT*/
#home #thums{
	width: 999px;
	margin: 0px 0px 0px 0px;
}

#home #thums img{
	width: auto;
	margin: 10px 70px 10px 70px;
	border: none;
}
/*CONTENT END*/

/*FOOTER*/
#home #footer{
	width: 100%;
	height: 40px;
	margin: 0px auto;
	background: #98372F;
	border-top: 1px dotted #322320;
}

#home #footer p{
	width: auto;
	margin: 12px 0px 0px 0px;
	color: #ffffff;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;	
	font-family: arial, verdana, sans-serif;
	text-align: center;
}

#home #footer a{
	color: #000000;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;	
	font-family: arial, verdana, sans-serif;
}

#home #footer a:hover{
	color: #00ff00;
	font-size: 13px;
	font-weight: bold;
	text-decoration: underline;	
	font-family: arial, verdana, sans-serif;
}
/*FOOTER END*/









