body {
	background: #999 url(../images/bodybg.gif) repeat-y top center;
	font-family: segoe UI, arial, helvetica, tahoma, sans-serif;
	text-align: center;
	}

.motto {
	font-style: italic;
	font-weight: bold;
	display: block;
	width: 100%;
	text-align: center;
	}

p, form, h1, h2, h3, h4, h5, h6 {
	padding: 10px;
	margin: 3px 0px;
	}
	
#container {
	width: 730px;
	margin-left: auto;
	margin-right: auto;
	}
	
#titlepic {
	background: #999 url(../images/titlepic.gif) no-repeat top left;
	width: 100%;
	height: 50px;
	float: left;
	clear: left;
	}

#blackbar {
	background: #000;
	width: 100%;
	height: 15px;
	float: left;
	clear: left;
	}

#nav {
	background: #999 url(../images/navbar.gif) repeat-x top center;
	width: 100%;
	height: 30px;
	float: left;
	clear: left;
	text-align: center;
	line-height: 30px;
	}

#nav a {
	color: #FFF;
	text-decoration: none;
	padding: 0px 5px;
	}
	
#nav a:hover {
	background: #000 url(../images/linkbg.gif) repeat-x center;
	color: #FFF;
	text-decoration: none;
	}
	
#fadetobg {
	width: 100%;
	height: 30px;
	float: left;
	clear: left;
	background: #000 url(../images/fadetobg.gif) repeat-x bottom center;
	color: #66F;
	font-size: 90%;
	line-height: 19px;
	text-align: center;
	}

#fadetobg a {
	color: #66F;
	padding: 0px 5px;
	}
	
#fadetobg a:hover {
	color: #FFF;
	text-decoration: none;
	}
	
#logo {
	float: left;
	clear: left;
	width: 160px;
	height: 160px;
	background: #999 url(../images/logo.gif) no-repeat center;
	}

#title {
	float: left;
	width: 568px;
	}

#main {
	float: left;
	clear: left;
	width: 100%;
	text-align: left;
	}

#adspace {
	background-color: #999;
	float: left;
	clear: left;
	display: block;
	width: 100%;
	height: 60px;
	}
