﻿body {
	margin-top:0px;
	padding-top:0px;
	width:100%;
}

.clear{
	clear:both;	
	height:0px;
	width:0px;
}
#outer{
	width:932px;
	position:relative;
	margin:0 auto;
}

#header{
	width:932px;
	background-repeat:no-repeat;
	position:relative;
	border:1px solid #555;
	height:80px;
}

#headerlogo{
	float:left;
	width:569px;	
}

#headercontact{
	float:left;
	width:341px;
}


#navigation{
	width:932px;
	height:30px;
	clear:both;
	border:1px solid #555;

}

#topnav{
	list-style-type:none;	
}

.topnavdivider{
	float:left;
	width:12px;
	height:31px;
}

.topnavitem, .topnavitemon {
	float:left;
	height:23px;
	padding-left:30px;
	padding-right:30px;
}

.topnavitemon{
	
}

#content{
	width:100%;
	border:1px solid #555;
	margin-top:5px;
	margin-bottom:5px;
}

#leftnav{
	width:20%;
	float:left;
	padding-bottom:50px;
	padding-top:10px;
}


#artcontent{
	width:80%;
	padding-top:20px;
	padding-right:0px;
	float:left;	
}

#footer{
	width:100%;
	height:50px;
	border:1px solid #555;
}


