/*
By Rob Bates of Castus
----------------------------------------------------*/

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

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

body {
font-family: Tahoma, Verdana, Arial;
font-size: 62.5%;
margin: 0px;
background:#fff;
}
#container {
margin:0 auto;
width: 1000px;
padding-bottom:0px;
margin-bottom:0px;
background:#fff;
}
#top {
height: 191px;
}
#home {
margin-top: 30px;
}
#leftcol{
width:700px;
float:left;
}
#rightcol{
float:right;
width:300px;
}
#footer {
background:url(/templates/main/images/bottom.jpg) no-repeat;
height:205px;
clear:both;
}

/* A FEW BITS
----------------------------------------------------*/
#top h1{
text-indent:-5000px;
margin:0;
height:0em;
}
.logoimg {
border:0;
margin:0px;
}
.modcastus {
color:#777;
float:right;
margin:-25px 10px;
font-size:1.2em;
}
.modcastus a{
color:#777;
text-decoration:none
}
.modcastus a:hover{
color:#ff0095;
text-decoration:underline;
}