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

html{
margin:0;
padding:0;
}

body{
background:#5c0000;
margin:0;
padding:0;
font-family:Arial, Helvetica, sans-serif;
}

img{border:0;}

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

#header{
width:970px;
height:244px;
}

#navBar{
float:left;
display:inline;
margin:5px 0 0 25px;
width:160px;
text-align:center;
}

#navBar a{
background:url(images/button.jpg);
font-size:18px;
line-height:30px;
display:block;
margin-top:3px;
width:160px;
color:#fff;
text-decoration:none;
letter-spacing:1px;
}

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

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

#content h1, #content h2{
color:#6a4f00;
font-family:Georgia, 'Times New Roman', Times, serif;
font-size:21px;
margin:0px 0 0px 15px;	
}

#malcolm{
background:url(images/malcolmsmith2.jpg) no-repeat;
width:580px;
}

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

#feed {
margin:0 0 5px 15px;
width:560px;
}

#feed h1{
color:#6a4f00;
font-family:Georgia, 'Times New Roman', Times, serif;
font-size:17px;
margin:0px 0 10px 0px;
}

#feed h2{
color:#6a4f00;
font-family:Georgia, 'Times New Roman', Times, serif;
font-size:17px;
margin:0px 0 10px 0px;
}

p{
font-size:12px;
padding:0 15px 0 15px;
font-weight:bold;
}

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

#footer{
background:url(images/footer.jpg);
width:970px;
height:68px;
margin:-21px auto;
text-align:center;
color:#6a4f00;
line-height:50px;
font-weight:bold;
font-family:Georgia, "Times New Roman", Times, serif;
position:relative;
z-index:3;
clear:both;
}

#footer a{
color:#6a4f00;
}

/* Begin Sidebar */
#sidebar{
font-family:Georgia, 'Times New Roman', Times, serif;
color:#6a4f00;
width:160px;
margin:6px 25px 0 0;
float:right;
display:inline;
}

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

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

#sidecontent{
background:url(images/sideback.jpg) repeat-y;	
}

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

#sidecontent a:hover{
color:#000;
}

/* End Sidebar */

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

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