/* Layout CSS*/

/* Reset all margins */
* { margin:0; padding:0;}

html {height:100%; margin-bottom:1px; min-height: 101%;}

body {
	font-family:Arial, sans-serif;
    font-size:12px;
	line-height:17px;
	text-align:left;
	color:#5c4955;
}

fieldset, img { border:0 solid;}
ul, object {margin:0;}
li { margin-left: 0; line-height: 0;}

a {text-decoration:none;color:#5c4955;}
*:focus {outline:none;}

/*##LAYOUT###*/
/*site resolution background pic */
.res_1024 {
	height:100%;
	/*background:url(../img/common/bg_site.jpg) no-repeat top left;*/
	background:url(../img/common/bg_top.jpg) no-repeat top left;
}

#site_wrapper, #foot_wrapper{
	padding-left:30px;
	width:1100px;
	overflow:hidden;
}

#site_wrapper {
	background:url(../img/common/bg_bottom.jpg) no-repeat bottom left;
}

#left{
	width:194px;
	float:left;
	margin-right:6px;
	display:inline;
}

#main {
 	width:791px;
	float:left;
	margin-top:156px;
	padding-bottom:9px;
}

#top{
	overflow:hidden;
	margin-right:-5px;
}
#wrapper{
	clear:left;
	overflow:hidden;
	width:791px;
}

#content {
	float:left;
	padding:0;
	margin-right:5px;
}

#navigation {
	float:left;
}

#footer {
	background-color:#5c4955;
	border-top:1px solid #ffffff;
	width:100%;
	height:26px;
	font-size:10px;
	color:#bababa;
	line-height:14px;
    clear:left;
}
.clear{ clear:left; line-height:0;}








