body {
	background: white url('../media/vrulered.gif') 90px repeat-y;
	font: 11px/14px Verdana, Geneva, Arial, Helvetica, sans-serif;
	width: 100%;
	color: #565770;
	margin: 0px;
}

#titlebar {
	margin: 12px 0px 16px 0px;
	width: 100%;
	height: 60px;
	border: 2px solid black;
	border-left: 0px;
	border-right: 0px;
	background: white url('../media/logo-white.jpg') -150px repeat-x;
}

#titlebar img {
	margin-left: 167px;
}

#titlebar:hover {
	background: white url('../media/logo-fade.jpg') -150px repeat-x;
}



/* <Deal with the menu stuff> */

#menu {
	float: 		left;
	margin: 	0px;
	width: 		250px;
}



.menuitem {
	background: white;
	padding-top: 1px;
	margin: 16px 16px 24px 24px;
	border-width: 2px 0px;
	border-style: solid;
	font-size: 150%;
}

.menuitem img {
	height: 30px;
}


/* </Deal with the menu stuff> */

#content {
	background: transparent;
	float: left;
	width: 40%;
	padding: 16px;
	margin-left: 2px;
	border: 0px;
	border-right: 1px dotted gray;
}

.content-title {
	font-size: 160%;
	font-weight: bold;
	padding-bottom: 16px;
}

#content td, th {
	text-align: center;
}

.indented {
	padding-left: 24px;
}

/*  */


#footer {
	float: left;
	width: 56%;
	padding: 16px 16px 0px 110px;
	text-align: left;
	clear:left;
}

#footerbar {
	margin: 8px 0px 12px 0px;
	float: left;
	width: 100%;
	height: 60px;
	border: 2px solid gray;
	border-left: 0px;
	border-right: 0px;
	background: white url('../media/logo-fade.jpg') -80px repeat-x;
}

