@charset "utf-8";
/* CSS Document */

body
{
	padding: 0;
	margin: 0;
	background: ;
	color: #000000;
	font-family: arial, verdana, helvetica, tahoma, sans-serif;
	font-size: 80%;
	line-height: 150%;
	height: auto !important;
	height: 100%;
	min-height: 100%;
	position: relative;
	background:url(images/backgrounf.jpg)
}

#wrapper
{
width:927px;
height:autopx;
margin: 0 auto;
}

#folder
{
background-color:#ff9999;
width:927px;
height:610px;
}

#nav
{
	width:auto;
	height:48px;
	margin-top: 10px;
}

#banner
{
background-image: url(images/websitered_09.jpg);
height:53px;
width:927px;
}

#content
{
background-image: url(images/websitered_12.jpg);
width:857px;
height:590px;
float:left;
margin-left:35px;
}

#footer
{
background-color:#ff9999;
margin-left:34px;
width: 856px;
height:10px;
text-align:center;
font-size:10px;
}



