body{
margin: 0px;
padding: 0px;
background: url('/uploads/bodybg.png');
background-attachment: fixed;
background-repeat: no-repeat;
background-position: center bottom;
background-color: #E7E7E7;
font-family: Arial;
font-size: 12px;
}

h1,h2,h3,h4{
padding: 0px;
margin: 0px;
}

#holder{
position: absolute;
width: 977px;
min-height: 350px;
left: 50%;
margin-left: -488px;
border-radius: 0em 0em 2em 2em;
-moz-box-shadow: 10px 10px 5px #888;
-webkit-box-shadow: 10px 10px 5px #888;
box-shadow: 10px 10px 5px #888;
}

#top{
position: relative;
background: url('/uploads/top.png') no-repeat;
width: 977px;
height: 153px;
}

#menu{
position: relative;
width: 977px;
height: 22px;
background: #e09436;
}

#content{
position: relative;
width: 977px;
min-height: 350px;
background: #ffffff;
opacity: 0.8;
}

#content *{
position: relative;
z-index: 2;
}


#footer{
position: relative;
width: 977px;
height: 45px;
background: url('/uploads/footer.png') no-repeat;
border-radius: 0em 0em 2em 2em;
}

a{
text-decoration: none;
font-weight: bold;
color: #000;
}

div#menu a{
display: block;
font-size: 14px;
}

a:hover{
color: #dddddd;
}

div#menu ul{
padding: 0px;
padding-top: 3px;
margin: 0px;
line-height: 16px;
}

div#menu ul li{
float: left;
list-style-type: none;
width: 100px;
border-style: solid;
border-width: 0px 1px 0px 0px;
border-color: black;
text-align: center;
}

div#content_txt{
padding: 25px;
}


.commentposter{
background: #ddd;
margin: 0;
padding: 0;
font-weight: bold;
line-height: 20px;
}

.commenttext{
background: #f7f7f7;
padding: 0;
margin: 0;
margin-bottom: 20px;
min-height: 50px;
}

.commenttextlabel{
font-size: 13px;
font-weight: bold;
}

.commentform{
width: 500px;
height: 100px;
}

.commentheader{
font-size: 13px;
font-weight: bold;
}

.newsposter{
width: 100%;
font-weight: bold;
}
.newstitle{
background: #ddd;
font-weight: bold;
font-size: 16px;
}
