body {
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #9999FF;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 14px;
}
#holder {
	margin-right: auto;
	margin-left: auto;
	position: relative;
	width: 580px;
	padding-top: 180px;
	padding-right: 10px;
	padding-bottom: 40px;
	padding-left: 160px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #FFFF99;
}
#holder a:link, #holder a:active, #holder a:visited {
	font-weight: bold;
	color: #FF0000;
}
#holder a:hover {
	color: #66FFFF;
}
#menu {
	position: absolute;
	width: 140px;
	left: 7px;
	top: 181px;
	border: 1px solid #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#menu a:link, #menu a:active, #menu a:visited {
	display: block;
	text-align: left;
	text-indent: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #333333;
	border-bottom-width: 1px;
	background-color: #9999FF;
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: bold;
	color: #FFFFFF;
	border-bottom-color: #333333;
	background-repeat: no-repeat;
	background-position: left;
	font-size: 9px;
}
#menu a:hover {
	color: #FFFFFF;
	background-image: url(../images/buttons/bulletpoint.gif);
	background-repeat: no-repeat;
	background-position: left;
	border-top-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-left-color: #666666;
}
#banner {
	background-color: #FFFFFF;
	position: absolute;
	width: 750px;
	top: 0px;
	margin-right: auto;
	margin-left: auto;
	left: 0px;
	background-image: url(../images/banner/banner.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 170px;
}



/*Forum css */
input,textarea, select,{
	color : #000000;
	font: normal 12px;
	border-collapse: collapse; border: 1px solid #000000;
}
.maintable {
	border: 1px solid #000000;
	background-color: #FFFFFF;
	padding: 0px;
	width: 100%;
} 

/*main table for forum*/
.regrow {
	font-family: Verdana,Sans-serif;
	color: #333333;
	font-weight: bold;
	background-color: #CCCCCC;
	font-size: 12px;
	width: 100%;
} /*registration row, mainly here for symetry*/
.headline {
	font-family: Verdana, Sans-serif;
	font-weight: bold;
	color: #333333;
	background-color: #003366;
	font-size: 12px;
	height: 20px;
	background-image: url(../board/images/bargreybig.gif);
} /*headline row, the first row that says forum name, topics, posts and such*/
.catline {font-family: Verdana,Sans-serif;font-weight: bold;color: #000000;background-color: #CCCCCC;font-size: 12px;} /*the row with the category colors*/
.forumrow {font-family: Verdana,Sans-serif; color: #000000;background-color: #FFFF99;font-size: 12px;} /*color of the forum rows*/
.quotecode {font-family: Verdana,Sans-serif; color: #000000; border-collapse: collapse; border: 1px solid #000000; background-color: #A9C7FD;font-size: 12px;} /*when you quote someone in a post*/
img {
	padding: 5px;
}
#bottombar {
	padding-top: 30px;
	height: 40px;
}