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

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

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

body {
font-family: arial, Verdana, Tahoma;
font-size: 62.5%;
margin: 0px;
background:#ddd;
background:url(/templates/main/images/bg.jpg) repeat-x;
color:#686868;
}
#container {
margin:0 auto;
width: 891px;
overflow:hidden;
position:relative;
}
#top {
}
#contentwrapper{
clear:both;
padding:00px 0;
}
#leftcol{
float:left;
padding:20px 0 0 0px;
width:220px
}
#rightcol{
float:right;
width:640px;
padding:20px 0 0 0;
overflow:hidden;
}
#rightcol h1,#rightcol h2,#home h1,#home h2{
margin:0;
}
/* A FEW BITS
----------------------------------------------------*/
#top h1{
top:-400px;
margin:0;
height:0em;
position:absolute;
}
.logoimg {
border:0;
margin:0px;
}
.jump{
clear:both;
padding:30px 0 10px 0;
}
a.backtotop{
background:url(/templates/main/images/toparrow.gif) no-repeat 5px 6px;
padding: 4px 4px 4px 4px;
font:1.25em "lucida sans unicode";
color:#5f5f5f;
}
a.backtotop:hover{
color:#444;
}