/* 
* Layout/Template CSS only
*/
body
{
	margin:5px auto;
	width:960px;
}

#header
{
	float:left;
	padding-top:20px
}

#navigation
{
	clear:both;
	width:945px;
	background-color:#F7A921;
	height:15px;
	padding-left:15px;
	margin:0px;
}
#footer
{
	clear:both;
	width:960px;
	background-color:#F7A921;
	padding-top:5px;
	height:75px;
}
#centercontent
{
	clear:both;
	margin:15px 30px;
	width:900px;
}
.contentleft
{
	width:420px;
	float:left;
}
.contentright
{
	width:420px;
	float:right;
}
#galleryleft
{
	width:100px;
	float:left;
}
#galleryright
{
	width:800px;
	float:right;
}