/*
By Gary Hides 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:url(/templates/main/images/bg1.jpg) repeat-y top #1d4356;
}
#container {
margin:0 auto 50px;
width: 100%;
background:url(/templates/main/images/bg.jpg) repeat-y top #1d4356;
}
#content {
margin:0 auto;
width:794px;
padding:20px;
border-top:1px solid #a7b3b9;
font-family: "Lucida Sans Unicode","Lucida Grande", Verdana, Sans-serif; 
}
#contentinner {
background:url(/templates/main/images/dot.jpg) repeat-y 188px 0 ;
margin-top:25px;
clear:both;
}
#top {
height: 179px;
background:url(/templates/main/images/top.jpg) no-repeat top ;
}
#leftcol{
width:188px;
padding:10px 0;
float:left;
margin-bottom:-50px
}
#rightcol{
float:right;
width:576px;
padding:10px 0;
margin-bottom:-50px
}
#footer {
height: 100px;
background:url(/templates/main/images/footer.jpg) no-repeat top ;
margin-top:20px;
}
#rightcol h1,#rightcol h2,#home h1,#home h2{
margin:0;
}
/* A FEW BITS
----------------------------------------------------*/
#top h1{
text-indent:-5000px;
margin:0;
height:0em;
}
#topinner {
margin:0 auto;
width:808px;
}
#top .logoimg {
border:0;
margin-top:35px;
}
