* { padding: 0; margin: 0; }

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 12px;
 line-height: 15px;
}
#wrapper { 
 margin: 0 auto;
 width: 683px;
}
#header {
 width: 683px;
 height: 420px;;
 background: url(images/clean-page.jpg) no-repeat;
 padding: 0px;
 margin: 0px 0px 0px 0px;
}

#navcontainer ul
{
padding-left: 0;
margin-left: 50px;
margin-top: 183px;
color: White;
float: left;
width: 100%;
font-family: arial, helvetica, sans-serif;
font-size: 16px;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
color: White;
text-decoration: none;

}

#navcontainer ul li a:hover
{

color: #000;
}

#content { 
 width: 683px;
 background: url(images/repeat-me.jpg) repeat-y;
 margin: 0px 0px 0px 0px;
 
}

#contentplease { 
 width: 500px;
 margin: 0px 0px 0px 60px;
 padding: 0px;
 color: #402000;
}

#contentplease2 { 
 width: 500px;
 margin: 0px 0px 0px 85px;
 padding: 0px;
 color: #402000;
}

#content2 { 
 width: 683px;
 height: 521px;
 background: url(images/main-page-bottom.jpg) no-repeat;
 margin: 0px 0px 0px 0px;
 padding: 0px;
 
}

#leftalign {
	position: absolute;
	width: 220px;
	color: #402000;
	margin: 3px 20px 20px 60px;
}

#leftalign2 {
	color: white;
	position: absolute;
	width: 220px;
	font-size: 13px;
	line-height: 16px;
	margin: 300px 20px 20px 60px;
}

#rightalign {
	color: white;
	position: absolute;
	width: 220px;
	font-size: 13px;
	line-height: 16px;
	margin: 320px 20px 20px 365px;
}

#footer { 
 width: 683px;
 height: 57px;
 background: url(images/bottom.jpg) no-repeat;
 margin: 0px 0px 0px 0px;
 font-size: 11px;
 line-height: 14px;
 font-weight: bold;
}




