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

body{
background:#000 url(images/bck.jpg) top center;
margin:0;
padding:0;
font-family:Georgia, "Times New Roman", Times, serif;
}

#container{
background:url(images/back2.jpg) repeat-y;	
width:960px;
margin:0 auto;
}

#header{
width:960px;
height:200px;
margin:0 auto;
}

#navBar{
float:left;
display:inline;
margin:0px 0 0 30px;
width:175px;
text-align:center;
}

#navBar a{
background:url(images/navback.jpg);
font-size:16px;
line-height:41px;
display:block;
margin:3px 0 0 0px;
width:168px;
color:#cccccc;
text-decoration:none;
}

#navBar a:hover{
background:url(images/navback2.jpg);
color:#eee;
}

#content{
background:url(images/contentback.jpg);	
width:538px;
margin-left:210px;
}

#content h1, #content h2{
color:#2d1d15;
font-size:26px;
text-align:center;
margin:0 0 15px 0;
text-decoration:underline;
font-variant:small-caps;
}

#feed {
width:538px;
}

#feed a{
font-size:14px;
}

#feed h1, #feed h2{
color:#2d1d15;
font-family:Georgia, 'Times New Roman', Times, serif;
font-size:17px;
margin:0px 0 10px 0px;
text-decoration:none;
font-variant:normal;
}

/*#white{
background:#fff;
width:150px;
height:50px;
position:absolute;	
z-index:9;
margin:35px 0 0 2px;
}*/

p{
font-size:13px;
padding:0 15px 0 15px;
font-weight:bold;
font-family:Arial, Helvetica, sans-serif;
}

.clear{
height:1px;
clear:both;
}

#footer{
background:url(images/footer.jpg) bottom center no-repeat;
width:960px;
height:121px;
line-height:121px;
margin:0 auto;
text-align:center;
color:#ffffff;
font-weight:normal;
font-family:Georgia, "Times New Roman", Times, serif;
position:relative;
z-index:3;
}

#footer a{
color:#ffffff;
text-decoration:none;
}

/* Begin Sidebar */
#sidebar{
color:#2d1d15;
width:160px;
margin:6px 37px 0 0;
float:right;
display:inline;
}

#sidebar h2{
color:#2d1d15;
font-family:Georgia, 'Times New Roman', Times, serif;
font-size:21px;
text-align:center;
margin:-5px 0 5px 0;
}

#sidebar a{
text-align:center;
display:block;
line-height:23px;
font-size:16px;
text-decoration:none;
font-weight:bold;
color:#2d1d15;
}

#sidebar a:hover{
color:#000;
text-decoration:underline;
}

/* End Sidebar */

#links{
margin:0 0 0 15px;
}

#links a{
text-decoration:underline;
color:#000;
}
