body {
 background: #303030;
 margin: 0;
 
 background: #303030 url('images/back2.jpg') repeat-y top center;
}

a {
 color: #aac;
}

.search_box {
 float: right;
 width: 320px;
 height: 100px;
 background: url('images/search.jpg') no-repeat;
}

.search {
 float: right;
 margin-right: 100px;
}

.search_inp
{
 margin-top: 13px;
 margin-left: 10px;
 height:19px;
 width:220px;
}

.search_inp input {
background:transparent none repeat scroll 0%;
border:0pt none;
font-family:Verdana;
font-size:11px;
height:19px;
margin:0pt;
padding:0pt;
width:140px;
margin-left: 20px;
margin-top: 5px;
}

#searchsubmit {
 margin: 0;
 padding: 0;
 width: 45px;
 cursor: pointer;
}

.header {
 height: 231px;
 background: url('images/header.jpg') no-repeat;

}

.errForm {
 color: red;
}

.footer {
 clear: both;
 background: url('images/footer.jpg') no-repeat;
 height: 60px;
 font-size: 11px;
 padding-left: 10px;
 padding-top: 15px;
 margin-right: 90px;
 color: #ccc;
 width: 500px;
 float: right;
}

.footer a {
 color: #ccc;
}



.logo {
 display: block;
 width: 330px;
 height: 130px;
 margin-left: 50px;
}

.blog {
 display: block;
 width: 330px;
 height: 45px;
 margin-left: 50px;
}

.sb_t {
 background: url('images/sb_t.jpg') no-repeat 90px 0px;
}

.sb_b {
 background: url('images/sb_b.jpg') no-repeat 90px bottom; 
}

.sb_c {
 background: url('images/sb_c.jpg') repeat-y 90px 0px; 
}

.yourlink {
 padding-top: 5px;
 padding-left: 30px;
 padding-bottom: 20px;
}

.yourlink a {
 display: block;
 color: #666;
 text-decoration: none;
 margin-left: 80px;
 width: 180px;
}

.yourlink a:hover {
 text-decoration: underline;
 color: #777;
}

.yourlink .submit {
 margin-left: 50px;
 background: url('images/submit.jpg') no-repeat 0px 0px;
 text-indent: -9999px;
 display: block;
 height: 82px;
 width: 230px;
}

.page_title {
 font-size: 16px;
 color: #ccc;
 font-weight: bold;
}

.page_title a {
 color: #ccc;
}

.textcolor {
 color: #000;
 background: url('images/back.jpg') repeat-y;
}

.btn {
 background:#F6F6F6 none repeat scroll 0%;
 border:1px solid #BBBBBB;
 padding:5px;
}

h2 {
 color: #ddd;
 font-size: 16px;
}

h2 a {
 color: #ddd;
 font-weight: bold;
 text-decoration: none;
}



h3 {
 color: #000;
 font-size: 13px;
}

h3 a {
 color: #000;
}

h2 a:hover {
 color: #ccc;
 text-decoration: none;
}

.subcats {
 color: #000;
}

.subcats a {
 color: #000;
 text-decoration: none;
}

.subcats a:hover {
 text-decoration: underline;
}