/* Layout */
body {
text-align:center;
font-family:Helvetica,Arial,sans-serif,Tahoma;
font-size:11px;
margin:0px;
padding:0px;
background-image:url(../images/bg.png);
margin-bottom:30px;
}

#news {
width:170px;
float:right;
margin-top:120px;
border-left:2px solid #ebebeb;
padding:0px 10px 10px 10px;
padding-bottom:50px;
}

#holder {
width:850px;
text-align:left;
border-left:2px solid;
border-right:2px solid;
border-bottom:2px solid;
margin:0pt auto;
}

#header {
height:130px;
width:500px;
float:left;
}

#main {
float:left;
width:600px;
padding-left:30px;
padding-top:30px;
}

#menu {
height:20px;
background-color:#dddddd;
overflow:hidden;
text-transform:uppercase;
width:650px;
float:left;
}
#menu1 {
float:left;
height:20px;
background-color:#f0f0f0;
overflow:hidden;
text-transform:uppercase;
margin-top:2px;
width:650px;
}

#column2 {
float:right;
width:220px;
margin-right:5px;
display:none;
}

#footer {
clear:both;
text-align:center;
height:20px;
font-size:1.1em;

}
/* End Layout */


/* Fonts */
h1 {
font-size:3em;
padding-top:60px;
padding-left:30px;
margin:0px;
padding-bottom:20px;
}

h2 {
font-size:14px;
padding-bottom:5px;
margin-top:14px;
}

h3 {
font-size:1.3em;
padding:2px 0pt 0pt 10px;
margin:0px;
}

.menu h3 {
margin-top:10px;
margin-bottom:10px;
border:0px;
padding:0px;
}

.pagecomponent a:hover {
text-decoration:underline;
}

a:hover {
text-decoration:underline;
}
/* End Fonts */


/* Menu */
.menu li {
display: inline;
}

.menu ul {
margin: 0;
padding: 0;
padding-top:1px;
line-height:20px;
}

.menu {
height:5px;
}

.menu a, .menu a:visited {
float: left;
padding: 4px 5.8px;
text-decoration: none;
border-right: 1px solid #ffffff; 
margin-top:-6px;
}

.menu ul li a:hover, .menu ul li .current{ 
color: white !important; 
background-color:#ae9456;
}
/* End Menu */


/* Update Forms */
p.forum_description, p.forum_intro_msg, div.forum_list_item {
margin-left:0px;
}

#duformerrorbox, .duformerrorbox {
margin-right:30px;
margin-left:0px;
}

div.forum_list_item, p.forum_description, p.forum_intro_msg, div.thread_list_item, div.post_list_item, #modheader {
margin-right:10px;
}

.duupdategroup1 {
margin-bottom:20px;
}

.duleft {
margin-bottom:20px;
}

div.forum_list_item, p.forum_description, p.forum_intro_msg {
margin-left:0px;
}
/* End Update Forms */