*
{
	margin: 0px;
	padding: 0px;
}

html {
	overflow-y: scroll;
}

body
{
	background: url(images/backdrop.png) center top repeat-x;
	font-family: Arial, Helvetica, Sans;
}

.MainBox
{
	width: 834px;
	min-height: 300px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 60px;
	background: url(images/mainbg.png) top left no-repeat;
	background-color: #FFFFFF;
}

.ContentBox
{

	min-height: 500px;
	background: url(images/bottombg.png) bottom left no-repeat;
}

.HeaderBox
{
	width: 834px;
	height: 110px;
}

.SubMenuBox
{
	float: left;
	width: 180px;
	min-height: 60px;
	margin-left: -20px;
	margin-right: 20px;
	margin-bottom: 20px;
	background: url(images/smshadow.png) top right no-repeat;	
}

.MainMenuBox
{
	height: 28px;
	padding-left: 40px;
	padding-right: 40px;
	margin-bottom: 20px;
	margin-top: 10px;
}

.LeftMainMenuBox
{
	float: left;
	min-width: 100px;
	min-height: 28px;
}

.RightMainMenuBox
{
	float: right;
	min-width: 100px;
	min-height: 28px;
}

.TopMenuBox
{
	float: right;	
}