body {
  	background-color: #f0f0f0;
  	padding: 0px;
  	margin: 0px;
  	font-family: Helvetica, Arial, Geneva, sans-serif;	
}

div#page {
  	width: 828px;
  	margin: 0 auto;
	background: url(../images/page_background.jpg) repeat-y;
	padding: 0px 14px;
}

div#page div#title {
	font-family: Helvetica, Arial, Geneva, sans-serif;
	font-size: 20px;
	color: #999999;
	padding: 19px;
}

div#menu_to_content_white_space {
	margin-top: 20px;	
}

/* menu */

div#page div#menu {
	background: url(../images/menu_background.jpg) repeat-x;
	height: 23px;
	width: 800px;
}

div#page div#menu ul {
	margin: 0px;
	padding: 0px 14px;
}

div#page div#menu ul li {
	color: #7c7c7c;
	font-size: 13px;
	height: 23px;
	float: left;
	list-style-type: none;
	padding: 5px 10px 0px 10px;
}

div#page div#menu ul li a {
	color: #7c7c7c;
	font-size: 13px;
	text-decoration: none;
}

div#page div#menu ul li a:hover {
	text-decoration: underline;
}

div#page div#menu ul li.selected {
	background: url(../images/menu_background_selected.jpg) repeat-x;
}

div#page div#menu ul li.selected a {
	color: #fff;
}

/* footer */

div#footer {
	color: #fff;
	background-color: #979797;
	width: 772px;
	padding: 5px 14px;
	font-size: 12px;
}

div#footer_to_bottom_white_space {
	height: 25px;
}

div#bottom {
	height: 19px;
	width: 828px;
	margin: 0px auto;
	padding: 0px 14px;
	background: url(../images/page_bottom_background.jpg) no-repeat;
}

div.clear_float {
  	clear: both;
}