/*
By Gary Hides of Castus
----------------------------------------------------*/

@import url("text.css");
@import url("menus.css");

/* MAIN LAYOUT
----------------------------------------------------*/

body {
font-family: "Lucida Sans Unicode","Lucida Grande", Verdana, Sans-serif; 
font-size: 62.5%;
margin: 0px;
background:#303030 url(/templates/main/images/bg.jpg) repeat-x;
padding-bottom:20px;
}
#container {
margin:0 auto;
width: 910px;
padding-bottom:10px;
margin-bottom:10px;
background:#fff url(/templates/main/images/bottom.gif) no-repeat bottom;
overflow:hidden;
}
#top {
height: 91px;
background:url(/templates/main/images/topbg.jpg) no-repeat;
}
#leftcol{
width:525px;
padding:20px;
float:left;
}
#leftcol.wide{
width:865px;
}
#rightcol{
float:right;
width:317px;
padding:20px 20px 20px 0px;
}
#rightcol h1,#rightcol h2,#home h1,#home h2{
margin:0;
}
/* A FEW BITS
----------------------------------------------------*/
#top h1,#top p{
top:-5000px;
margin:0;
height:0em;
position:absolute;
}
.logoimg {
border:0;
margin:0px;
}
#footer{
width:880px;
margin:0 auto;
height:3.4em;
padding:0 10px;
text-align:right;
font-size:1.1em;
color:#ccc;
}
.modcastus a{
color:#aaa;
}
.modcastus a:hover{
color:#ff0095;
}
