html, body
{
	background-image: url(img/bg.gif);
	background-repeat: repeat;
	background-color: #F4F5EF;
	text-align: center;
}

html, body, div, td, p
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #333;
}


/* Containers */
#ContainerPage
{
	width: 900px;
    overflow: auto;
	margin: 10 auto 20 auto;
	border: solid 3px #BFC8BD;
	padding: 5px 25px 25px 25px;
	background-color: white;
	white-space: normal;
	text-align: left;
}

#WrapperHeader
{
	width: 100%;
	height: 185px;
}
#ContainerContent
{
	float: left;
	width: auto;
	background-color: #CBD3CA;
	border: solid 1px #AEB585;
	padding: 20px;
}
#WrapperMenu
{
	float: left;
    clear: left;
	border-bottom: solid 1px white;
	width: 100%;
	height: 50px;
}
#WrapperContent
{
	float: left;
	width: 100%;
	padding: 20px 15px 15px 15px;
	height: auto;
}
#WrapperFooter
{
	float: left;
	color: #878F56;
	width: 100%;
	margin-left: -15px;
	margin-top: 20px;
}


/* Specific layout elements */
#Logo { float: left; width: 187px }
#HeaderPane { float: right; width: 663px;}

#OneColumn_Content
{
	width: 100%;
}
#TwoColumn_ContentLeft
{
	float: left;
	width: 200px;
}
#TwoColumn_ContentRight
{
	float: left;
}
#FooterSeparator
{
	clear: left;
	height: 7px;
	margin-bottom: 6px;
}
#FooterSeparator UL
{
	list-style-type: none;
	font-size: 10px;
	color: #878F56;
	white-space: nowrap;
}
#FooterSeparator UL LI
{
	list-style-type: none;
	display: inline;
  float: left;
	padding-right: 6px;
	padding-left: 6px;
	border-right: solid 1px #878F56;
}
#FooterSeparator UL LI.last
{
	border-right: none;
}
	

