/* CSS Document */

body {
margin:0px;
padding:0px;
font-size:12px;
font-family:"Trebuchet MS", verdana, arial, tahoma, sansSerif;
text-align:center;
background:#FFF1DF url(forums/styles/serenity/theme/images/body_background.png) repeat-y top center;
}
#wrapper {
text-align:left;
width:1000px;
margin:0px auto;
}
#header {
background:url(forums/styles/serenity/imageset/forumheader.jpg) no-repeat;
height:120px;
}
#maintable {
background:url(forums/styles/serenity/theme/images/forumbody.jpg) repeat-y;
}
#footer {
background:url(forums/styles/serenity/theme/images/forumfooter.png) no-repeat;
height:41px;
}
#menuholder {
padding:0px 15px;
}
form {
margin:0px;
padding:0px;
}
input, textarea {
border:1px solid #666666;
}
.login {
background: #CCCCCC;
}
.KT_even {
background-color:#F0F0F0;
}
a {
	color: #D11010;
	text-decoration: none;
	font-weight:bold;
}

a:active,
a:visited {
	color: #D11010;
	text-decoration: none;
}

a:hover {
	color: #2E5B82;
	text-decoration: none;
}
#footer_text {
text-align:center;
padding-top:5px;
font-size:10px;
color:#FFFFFF;
}
#footer_text a {
color:#FFF1DF
}

#footer_text a:hover {
	color: #D11010;
	text-decoration: none;
}

h1, h2, h3 {
margin:0px;
padding:0px;
}

h1 {
font-size:18px;

}

h2 {
font-size:16px;
}

h3 {
font-size:14px;
}
.nav_table a {
font-size:24px;
}

