@charset "utf-8";
/* CSS Document */

*
{
margin:0px;
padding:0px;
}

body
{
background:#000000;
color:#FFFFFF;
font-family:Georgia, "Times New Roman", Times, serif;
}

#Container
{
position:relative;
width:900px;
margin:0 auto;
}
#leftBG
{position:absolute; left:-150px; background:url(../images/leftbg.jpg) repeat-y; width:150px; height:100%}

#rightBG
{position:absolute; left:900px; background:url(../images/rightbg.jpg) repeat-y; width:150px; height:100%}

.head
{
display:block;
width:inherit;
height:175px;
text-indent:-5000px;
background:url(../images/header.jpg);
}

.nav
{
width:inherit;
height:30px;
margin:0 auto;
display:block;
list-style-type:none;
}


.nav li
{
float:left;
display:block;
width:180px;
height:30px;
}

.nav li a
{
display:block;
width:180px;
height:30px;
float:left;
font-family:Cambria, Georgia, "Times New Roman", Times, serif;
font-variant:small-caps;
line-height:30px;
text-align:center;
color:#CC9900;
text-decoration:none;
background:url(../images/btn.jpg) left no-repeat;
}

.nav li a:hover
{
background-position:right;
}

#Content
{
width:inherit;
background:#600f00;
}

.leftCol
{
width:560px;
float:left;
padding:20px;
padding-top:30px;
background:#000000 url(../images/rightside.jpg) right repeat-y;
}

.rightCol
{
width:272px;
float:left;
padding:14px;
padding-top:30px;
background:#600f00;
height:;
}

h1, h2, h3, h4
{
font-size:20px;
color:#CC9900;
font-variant:small-caps;
}

.newHead
{
padding-bottom:18px;
background:url(../images/chain.jpg) no-repeat bottom left;
}

.newHeadR
{
padding-bottom:18px;
}

.leftCol h3
{
padding-top:18px;
color:#FFFFFF;
font-size:16px;
padding-bottom:4px;
line-height:10px;
}

.leftCol .postDate
{
font-size:11px;
color:#CC3300;
padding:0px;
line-height:10px;
}

.leftCol p
{
padding-top:10px;
font-size:12px;
line-height:18px;
}

strong
{
color:#CC9900;
}

.leftCol p a
{
color:#CC3300;
}

.last
{padding-bottom:30px;
}

#footer
{
clear:both;
width:inherit;
height:40px;
background:#000000;
padding-top:20px;
text-align:center;
font-size:10px;
font-family:Arial, Helvetica, sans-serif;
color:#CCCCCC;
}

.rightCol img
{
border:none;
padding-bottom:8px;
}

.roster .leftCol img
{margin-top:10px;}

.rightCol object
{
margin-left:2px;
margin-bottom:18px;
}

.rightCol .newHeadR a
{
color:#CC6600;
}
