/* CSS Document */
body {
	width: 730px;
	margin-left:auto;
	margin-right:auto;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	background: #000 url(images/bodybg.jpg) repeat-x top center;
	}

li {margin-top: 5px; margin-bottom: 5px;}

h1, h2, h3, h4, h5, h6 {
	color: #006666;
	font-family: Lucida Handwriting, Geneva, Arial, Helvetica, sans-serif;
	}

#Navigation h3{
	color:#066;
	}

#Navigation a{
	text-decoration: none;
	color:#663300;
	}

#Navigation a:hover{
	text-decoration: underline;
	}

#SiteHeader {
	text-align: center;
	background: #000 url(images/SiteHeader.gif) repeat-y top center;
	padding: 1px 20px;
	}

#SiteMain {
	background: #000 url(images/SiteMain.gif) repeat-y top center;
	padding: 1px 20px;
	}
	
.border {
	height: 20px;
	background: #066 url(images/border.gif) repeat-x center;
	}
	
#SiteMain img {
	margin: 10px;
	}