body {
	background: #000041 url(images/body.jpg) no-repeat;
	font-family: verdana, arial, serif;
	font-size: 12px;
	color: #FFFFFF;
	margin: 10px;
	text-align: center;
}

/*
   Wasn't sure how you wanted the links
   Feel free to change them below. :)
   (need to be changed in page.css too)
*/

a:link, a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}

a:active, a:hover {
	color: #A798D3;
	text-decoration: none;
}

#layout {
	width: 835px;
	margin: 0 auto;
}

#header {
	width: 835px;
	height: 120px;
	margin-bottom: 11px;
}

#body {
	margin: 0 auto;
	width: 835px;
}

#left {
	float: left;
	display: inline;
	width: 160px;
	height: 300px;
}

#right {
	float: left;
	display: inline;
	width: 660px;
	height: 300px;
	margin-left: 15px;
}

#content_top {
	background: #000041 url(images/content_top.jpg) no-repeat;
	width: 660px;
	height: 20px;
}

#content_mid {
	background: #000041 url(images/content_mid.jpg) repeat-y;
	width: 657px;
	padding-left: 3px;
}

#content_bot {
	background: #000041 url(images/content_bot.jpg) no-repeat;
	width: 660px;
	height: 7px;
}

#nav_title {
	background: #000041 url(images/nav_title.jpg) no-repeat;
	width: 160px;
	height: 20px;
}

#saybox_title {
	background: #000041 url(images/saybox_title.jpg) no-repeat;
	width: 160px;
	height: 35px;
	padding-bottom: 5px;
}

.side_mid {
	background: #000041 url(images/side_mid.jpg) repeat-y;
	width: 150px;
	text-align: left;
	padding-left: 10px;
}

#side_bot {
	background: #000041 url(images/side_bot.jpg) no-repeat;
	width: 160px;
	height: 7px;
}

ul#nav {
	list-style: none;
	margin: 0;
	padding: 0;
}