/* Layout */
* {
	padding: 0;
	margin: 0;
	}
	
html, 
body {
	background: #FFFFFF;
	background-image:url(../img/bg2.jpg);
	background-repeat: repeat-x;
	text-align: left; /*IE 5*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0 auto;
	margin-left: -35px;
	color: #333333;
	}

#wrap {
	width: 100%;
	height: 100%;
	}

#container {
	width: 906px;
	margin: 0 auto;
	}	
	
#header {
	width: 906px;
	height: 94px;
	margin: 0 auto;
	}
	
#design {
	width: 906px;
	height: 87px;
	}
	
#main {
	width: 906px;
	background-color: none;
	background-image: url(../img/site_bg.jpg);
	background-position:top center;
	background-repeat:repeat-y;
	}
	
#main_in {
	width: 906px;
	background-color: none;
	background-image: url(../img/site_bg2.jpg);
	background-position:bottom right;
	background-repeat:no-repeat;
	}
	
#content {
	width: 685px;
	padding-left: 165px;
	text-align:left;
	}
	
#footer {
	width: 906px;
	height: 35px;
	background-color: none;
	background-image: url(../img/site_foot_bg.jpg);
	background-position:center;
	background-repeat:no-repeat;
	text-align:right;
	color: #CACACA;
	}
	
	#footer #footer_txt {
		padding-top: 7px;
		padding-right: 15px;
		color: #CACACA;
		}
		
	#footer a {
		font-size:10px;
		color: #CACACA;
		text-decoration:none;
		}
		
	#footer a:hover{
		font-size:10px;
		color: #FE0000;
		text-decoration:underline;
		}
		
		
form legend {
	margin: 0 0 0 0; padding: 0 10px 0 10px;
	font-size: 12px; font-weight: bold;
	color: #000000;
	}