.clearfix:after
{
    content: 	".";
    display: 	block;
    height: 	0;
    clear: 		both;
    visibility: hidden;
}
.clearfix {*zoom: 1;/*for ie 5.5-7*/}

html, body
{
	width:		100%;
	height:		100%;
	background:	url(../img/layout/bg_page.gif) top left repeat-x #fff;
	font-family:Verdana,Helvetica,Arial,sans-serif;
	font-size:	11px;
}

#lay_wrapper
{
	margin:		0px auto;
	width:		920px;
	min-height:	100%;
	border:		0px solid green;
}

#lay_topnav
{
	position:	relative;
	margin:		10px 0px;
	width:		100%;
	height:		43px;
	font-size:	12px;
}
#lay_topnav ul
{
	position:	absolute;
	top:		25px;
	left:		270px;
}
#lay_topnav ul li
{
	display:		inline;
	padding-right:	20px;
}
#lay_topnav ul li a
{
	text-decoration:none;
	color:			#000;
}

#lay_main
{
	position:	relative;
	background: url('../img/sidebar_bg.gif') top left repeat-y;
}

#lay_sidebar
{
	float:		left;
	width:		265px;
	border:		0px solid green;
	min-height:	300px;
}

#lay_content
{
	width:		654px;
	border:		0px solid red;
	margin-left:266px;
}

#lay_footer
{
	width:		100%;
	border-top:	1px solid #eaeef0;
}
.img
{
	margin:			30px 0px 15px 10px;
	padding-bottom:	10px;
	width:			230px;
	border-bottom:	1px dotted #d9d9d9;
	text-align:center;
}



