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

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

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

body {
font-family: "trebuchet ms",Tahoma, Verdana, Arial;
font-size: 62.5%;
margin: 0px;
background:#fff;
}
#container {
margin:0 auto;
width: 790px;
padding-bottom:30px;
margin-bottom:30px;
background:#fff;
background:url(/templates/main/images/cy.gif) no-repeat;
}
#top {
height: 129px;
}
#leftcol{
width:550px;
padding:0px 20px 0px 0px;
float:left;
}
#rightcol{
float:right;
width:220px;
padding:0px;
}
#rightcol h1,#rightcol h2,#home h1,#home h2{
margin:0;
}
#footer{
clear:both;
margin:20px 0;
background:url(/templates/main/images/blackdots.gif) no-repeat top;
font-style:italic;
color:#5b5c5e;
font-size:1.3em;
padding:1px 0 20px 0;
}
#footer .modcastus{
float:right;
padding-top:20px;
font:0.85em arial;
}
#footer .footer{
font:0.85em arial;
}
#footer .modcastus a,#footer .footer a{
color:#888;
}
#footer .modcastus a:hover{
color:#ff0095;
}
/* A FEW BITS
----------------------------------------------------*/
#top h1{
text-indent:-5000px;
margin:0;
height:0em;
}
.logoimg {
position:absolute;
border:0;
margin:0;
}