body {
	background-repeat:	repeat-x;
	background-image:	url(../images/enter_bg.gif);
	margin:				0px;
	padding:			0px;
	color:				#655A0E;
	font-family:		Arial, Helvetica, sans-serif;
	font-size: 			10px;
	font-weight: 		lighter;
	font-style: 		normal;
	font-variant: 		normal;
	text-transform: 	none;
}

h1{
	margin:				0px;
	font-size:			13px;
	color:				#655A0E;
	font-weight: 		lighter;
	font-family: 		Arial, Helvetica, sans-serif;
	font-style: 		normal;
	padding-top:		0px;
	padding-right: 		0px;
	padding-bottom: 	0px;
	padding-left: 		0px;
}

p.caption{
	color:				#655A0E;
	font-family: 		Arial, Helvetica, sans-serif;
}

p.clear{	
	clear:				both;
	padding:			10px 0 0 0;
}

#main_container{
	width:				799px;
	height:				auto;
	margin:				0px;

}
#header{
	width:				799px;
	height:				243px;
	margin:				0px;
}

#logo{
	background-image:	url(../images/enter_top.gif);
	padding:			0 0 0 0;
	display:			block;
	width:				799px;
	height:				207px;
	text-indent:		-9999px;
}


/*----------------------menu-------------------------*/

#menu{
	width:				799px;
	height:				36px;
	padding:			0px;
	clear:				both;
	background-image:	url(../images/enter_nav.gif);
}

#menu ul{
	list-style:			none;
	padding:			0 0 0 520px;
	margin:				auto;
	display:			block;
}

#menu ul li{
	list-style:			none;
	display:			inline;
	float:				left;
	width:				auto;
	height:				36px;
	padding:			0px;
	line-height:		36px;
	font-family:		Arial, Helvetica, sans-serif;
	font-size:			13px;
	font-weight:		lighter;
	text-align:			center;
}

#menu ul li a{
	height:				36px;
	width:				80px;
	float:				left;
	text-decoration:	none;
	padding:			0px; 
	margin:				0px 5px 0px 5px;
	color:				#fff;


}
#menu ul li a:hover{
	height:				36px;
	width: 				80px;
	float:				left;
	text-decoration:	none;
	padding:			0px; 
	margin:				0px 5px 0px 5px;
	color:				#fff;


}


/*----------------middle box-----------*/

.middle_box{		
	width:				799px;
	height:				315px;
	clear:				both;
	background:			url(../images/enter_body_bg.gif) no-repeat;
}

.text_content{
	width:				699px;
	float:				left;
	padding:			100px 0px 0px 100px;
}

/*-----------------------------footer------------------*/

#footer{
	clear:				both;
	width:				auto;
	height:				42px;
	background-image:	url(../images/enter_footer.gif)
}

.footer_links{
	float:				left;
	padding-left:		20px;
	padding-top:		20px;
}

.footer_links a{
	text-decoration:	none;
	color: 				#928d6c;
	padding-left:		10px;
}

.footer_links a:hover{
	color: 				#fff;
}

