/* 
================================
Skin styles for DotNetNuke
================================
*/   

#templatesides {
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
	background: #f9f7ea url(images/homepage/template_vstrip.jpg) bottom left repeat-x;
}

#templatebottom {
	width: 1024px;
	height: 315px;
	margin-right: auto;
	margin-left: auto;
	background: url(images/homepage/template_bottombg.jpg) no-repeat;
}

#contentwrapper {
	width: 745px !important; width: 764px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding-left:19px;
	background: white url(images/homepage/left_vstrip.jpg) top left no-repeat;
}

#topimage 
{
	width:745px;
	height: 53px;
	background: #ffffff url(images/homepage/topimage.jpg) top left no-repeat;
}

#sitemenu 
{
	width:745px;
	height:19px;
	background: #ffffff url(images/homepage/menu_strip.jpg) top left no-repeat;
}

.contentdivider
{
	width:2px;
	background: #566962;
}

#contentcontainer 
{
	background:white;
	width: 745px;
}

#content {
	background-color: white;
	width:745px;
	clear:left;
	padding-top:30px;
}
