html, body {
height: 100%;
padding:0px;
margin:0px;
}
body {
background: black;
background-position: top center;
font-family: "Arial";
font-size: 11px;
color: #20b2aa;
padding:0px;
margin:0px;
}
a, a:link {
font-weight:bold; 
text-decoration:none;
color: #ffcd00;
}
a:hover {
color: black;
background-color:#87cefa;

}



a:active {
text-decoration: underline;
color: #dadada;
}

#container {
width: 750px;
height: auto !important;
margin-left: auto;
margin-right: auto;
margin-top: 0px;
margin-bottom:0px;
border-left: 3px solid #576C85;
border-right: 3px solid #576C85;
}

#core_header {
width: 750px;;
height: 148px;
background: #FFFFFF url(../images/header.jpg);
margin:0px;
padding:0px;
}

#header_text
{
 position:relative;
 right:10px;
 top:115px;
 font-size:16pt;
 float:right;
}

img
{
 margin:0px;
}



#core_container {
width: 150px;
height:auto;
position: relative;
/*background-color: #ECF1F7;*/
background-color: #313131;
margin:0px;
padding:0px;
}
#core_container2
{
width: 750px;
height:auto;
position: relative;
margin:0px;
padding:0px;
background-color: #313131;
}

#core_left {
margin: 0;
float: left;
width: 148px;
height:auto;
background-color: #313131;
}
#core_right {
margin: 0;
float: right;
width: 590px;

min-height:250px;

background: #313131;
padding-top: 10px;
padding-bottom: 10px;
padding-right: 10px;
color:#000;
border-left: 2px solid #576C85;
}

.content-box
{
 background: #110000 url(../images/content_header.jpg) repeat-x top;
 border: solid 1px #576C85;
 padding:6px;
 height:auto !important;
 float:right;
 width: 567px;
 margin-bottom:10px;
 font-family: "Verdana";
 font-size: 10px;
 color: #6EBCFF;
}
.content-box-index
{
 background: #110000 url(../images/content_header.jpg) repeat-x top;
 border: solid 1px #000;
 padding:5px;
 height:auto !important;
 width:328px;
 float:left;
 margin-left:10px;
 margin-bottom:10px;
 font-family: "Verdana";
 font-size: 10px;
 color: #87cefa;
}

.tumb
{
 float: left;
 margin-right:5px;
 padding:0px;
}

.pagination
{
 margin-left:auto;
 margin-right:auto;
 text-align:center;
}

#footer {
width: 756px;
background:  url(../images/footer.gif) bottom center no-repeat;
text-align: center;
margin-left:auto;
margin-right:auto;
padding:0px;
height:33px;
clear:both;
}

#footer2
{
clear:both;
height:10px;
background: url(../images/footer.jpg);
width:750px;
}


h2
{
font-family: "Verdana", Lucida Handwriting, sans-serif;
font-size:18px;
height:25px;
}
h3
{
font-family: "Verdana", Lucida Handwriting, sans-serif;
font-size:12px;
height:25px;
margin:0px;
padding:0px;
color:#FFF;
}
h4
{
font-family: "Verdana", Lucida Handwriting, sans-serif;
font-size:12px;
}

data {
font-family: Tahoma;
font-size:10px;
letter-spacing: 2px;
text-indent: 10px;
}


#navcontainer li {
padding: 0px;
margin:0px;
color:#FFF;
display:block;
position:relative;
height:25px;
width:148px;
border-bottom: solid 1px #576C85;
}

#navcontainer ul {
margin:0px;
padding: 0px;
padding-top: 0px;
padding-left: 0px;
width: 148px;
list-style-type: none;
background: #313131;
height:auto;
position:relative;
top:-1px;
border-top: solid 1px #576C85;
}
#navcontainer a, #navcontainer a:visited {
display:block;
color:#FFF;
text-decoration: none;
font-family:verdana;
font-size:10px;
margin:0px;
height:20px;
width:138px;
background: #160000;
padding-left: 10px;
padding-top:5px;
}
#navcontainer a:hover {
margin:0px;
color:#FFF;
text-decoration: none;
background-color: #333333;
}
input,textarea,select,option
{
color: #a3a3a3;
background-color: #110000;
border: solid 1px #000;
}

#star
{
 background:url(.../images/star.gif);
 height:15px;
}
a#tooCool {
position: fixed;
right: 0;
bottom: 0;
display: block;
height: 80px;
width: 80px;
background: url(blog/images/too_cool.png) bottom right no-repeat;
text-indent: -999em;
text-decoration: none;
}


scrollbar {
scrollbar-face-color:212121;
scrollbar-highlight-color:000000;
scrollbar-shadow-color:212121;
scrollbar-3dlight-color:000000;
scrollbar-arrow-color:FFCC00;
scrollbar-track-color:100000;
scrollbar-darkshadow-color:000000;
}