@import url(logo.css);
@import url(nav.css);
@import url(header.css);
@import url(body.css);
@import url(footer.css);

#pagewrap 
{ 
    margin: 0 auto;
    width: 600px;
    background: #fff;
}

div.topleft
{
	clear: left;
	float: left;
	width: 345px;
	padding: 0px;
	margin: 0 0 0 0px;
	display: inline;
}
div.topright
{
	float: right;
	width: 255px;
	padding: 0px;
	margin: 25px 0 0 0;
	display: inline;
}
div.topcenter
{
	clear: left;

	border-left: 0px none white;
	border-right: 0px none white;
	border-top: 4px solid #C0C0C0;
	border-bottom: 4px solid #C0C0C0;
	padding: 3px;
	display: block;
	float: center;
	width: 590px;
}
div.sidebar
{
	clear: left;
	float: left;
	width: 150px;
	padding: 0px;
	margin: 0 0 0 0px;
	display: inline;
}

div.main
{
	float: right;
	width: 440px;
	padding: 0px;
	margin: 0 0 0 0px;
	display: inline;
}

body
{
	background-color: #fff;
	width: auto;
}

