body {
	margin-top: 0px;
	text-align: center;
	font-family: tahoma;
	font-size: 12px;
	margin-left: 0px;
	margin-right: 0px;
	background-color: rgb(248,248,248);
}

#whiteContainer {
	background-image: url('/pic/bg.png');
	background-repeat: repeat-x;
	background-color: white;
}

#mainContainer {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 809px;
}

#headerContainer {
	width: 809px;
	height: 430px;
	text-align: right;
	padding-bottom:10px;
}

#mainMenu {
	position: relative;
	top: -30px;
	font-size: 16px;
	font-weight: bold;
	padding-right: 15px;
}

#mainMenu a, #mainMenu a:visited {
	color: rgb(100,100,100);
	text-decoration: none;
}

#mainMenu a:hover {
	color: rgb(100,100,100);
	text-decoration: underline;
}

#bottomContainer {
	background-image: url('/pic/bg_bottom.gif');
	background-repeat: repeat-x;	
	height: 100px;
	width: 100%;
	margin-bottom: 0px;
}

#bottomLogo {
	width: 809px;
	margin-left: auto;
	margin-right: auto;
	text-align: right;
}

#mainContent {
	width: 550px;
	line-height: 20px;
	color: rgb(100,100,100);
	margin-left:37px;
}

#mainContent a, #mainContent a:visited {
	text-decoration: none;
	color: rgb(222,71,38);
}

#mainContent a:hover {
	color: rgb(222,71,38);
	text-decoration: underline;
}

#mainContent h1 {
	font-size: 20px;
	color: rgb(222,71,38);
}

#sideContent {
	margin:0px;
	line-height: 20px;
	width: 215px;
	float:right;
	color: rgb(100,100,100);
}

.sideMenuItem {
	width: 180px;
	line-height: 12px;
	font-size: 10px;
	background-color: rgb(245,245,245);
	margin-top: 1px;
	padding: 8px;
}

.sideMenuItem a, .sideMenuItem a:visited {
	color: rgb(100,100,100);
	text-decoration: none;
}

.sideMenuItem a:hover {
	color: rgb(100,100,100);
	text-decoration: underline;
}

#sideContent h1 {
	font-size: 11px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	color: rgb(150,150,150);
}