/* CSS Document */

/* General page style. The scroll bar colours only visible in IE5.5+ */
body {
	text-align:center;
	background-color: #000000;
	scrollbar-face-color: #46532B;
	scrollbar-highlight-color: #666600;
	scrollbar-shadow-color: #30381D;
	scrollbar-3dlight-color: #666600;
	scrollbar-arrow-color:  #666600;
	scrollbar-track-color: #000000;
	scrollbar-darkshadow-color: #000000;
	background-attachment: fixed;
	background-image: url(forum/templates/tod/images/bg_oakleaf.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}

.sidebarsubhead {
	border: 1px none #666666;
	background-color: transparent;
	background-image: url(forum/templates/tod/images/cellpic1.jpg);
	color: #000000;
	font-weight: bold;
	height: 16px;
	padding: 5px;
	background-repeat: repeat-x;
	background-position: left;
}

#menu {
	width: 368px;
	margin-right: auto;
	margin-left: auto;
	border-top: 1px none #3A3D1F;
	border-right: 1px solid #3A3D1F;
	border-bottom: 1px solid #3A3D1F;
	border-left: 1px solid #3A3D1F;
	margin-top: -15px;
}

#menu ul {
	list-style-type: none;
	padding-top: 5px;
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#menu li {
	display: inline;
	
}
#menu a {
	display: block;
	width: 370px;
	text-align: center;
	font: normal 1.8em "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #8D8F84;	
	text-decoration: none;
}

#menu a:hover {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #2D2F00;
}
h1 {
	text-align: center;
	font: normal xx-large "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #DBDDBD;
	text-decoration: none;
	margin-bottom: 5em;
}
img {
	margin-top: 6em;
}

