/*
By Gary Hides & Rob Bates 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:url(/templates/main/images/bg.jpg) repeat top #82868c;
color:#5f5f5f;
}
#container {
margin:40px auto;
width: 790px;
padding-bottom:0px;
margin-bottom:20px;
background:#fff;
position:relative;
}
#top {
width:790px;
height: 105px;
margin:0 0 2px 0;
}
#top img{
float:left;
}
#leftcol{
width:120px;
float:left;
}
#lefttop{
height:300px
}
#rightcol{
float:right;
width:657px;
padding:0px;
}
#rightcol h1,#rightcol h2,#home h1,#home h2{
margin:0;
}
/* A FEW BITS
----------------------------------------------------*/
#top h1{
top:-5000px;
margin:0;
height:0em;
position:absolute;
}
.logoimg {
border:0;
margin:0px;
}