body {
	background-image: url(../../../images/body_back_grey.png);
	background-color: #FEFEFE;
	background-repeat: repeat-x;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
#divWrapper {
	margin-right: auto;
	margin-left: auto;
	width: 800px;
	margin-top: 20px;
}
#divHeader {
	background-image: url(../header.png);
	height: 100px;
}
#divContentWrapper {
	background-color: #F6F6F6;
	margin-top: 20px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}
#divMenu {
	background-image: url(../../../images/menu_bg.gif);
	height: 27px;
}
#divMenu ul {
	list-style-type: none;
	list-style-image: none;
	padding: 0px;
	margin: 0px;
}
#divMenu  li {
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	padding-right: 10px;
	padding-left: 10px;
	background-image: url(../../../images/menu_spacer.gif);
	background-repeat: no-repeat;
	background-position: right;
	height: 24px;
	padding-top: 3px;
}


#divContent {
	text-align: center;
}
#divContent h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #40685F;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
a {
	color: #0066FF;
}
#divSidebarWrapper {
	margin-right: auto;
	margin-left: auto;
	height: 320px;
	width: 240px;
}
