#container{
	width:1000px;
	margin:auto;
	position:relative;
}

#header{
	position:relative;
	background:url(../gfx/bg-header.jpg) no-repeat 0px 33px;
}
#header_bg{
	height:247px;
	background:url(../gfx/bg-header.png) no-repeat 364px 1px;
	padding-top:6px;
	position:relative;
}
* html #header_bg{
	background:url(../gfx/bg-header.gif) no-repeat 364px 1px;
}

#wrapper{
	background:url(../gfx/bg-wrapper.gif) repeat-y #ffffff;
}

#shaddow{
	padding:15px 20px 20px 20px;
	background:url(../gfx/bg-shaddow.jpg) no-repeat;
}

#menubar{
	background:url(../gfx/bg-menu.gif) repeat-x;
	border-left:solid 1px #3a3d42;
	border-right:solid 1px #3a3d42;
	padding-left:5px;
}

#leftbox{
	width:250px;
	padding:10px 15px 20px 0px;
	float:left;
	min-height:400px;
}

#content{
	float:left;
	width:675px;
	text-align:left;
	padding:0px 10px 10px 10px;
}

#content_home{
	float:left;
	width:695px;
	text-align:left;
	padding:10px 15px 10px 0px;	
}
#rightbox{
	width:250px;
	padding:27px 0px 20px 0px;
	float:right;
}

#footer{
	background:url(../gfx/bg-footer.gif) no-repeat;
	height:60px;
	padding:10px 10px 0px 10px;
	margin-bottom:10px;
	position:relative;
}
