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

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

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

body {
font-family: "Lucida Sans Unicode","Lucida Grande", Verdana, Sans-serif; 
font-size: 62.5%;
line-height:1.6em;
margin: 0px;
color:#562b0c;
background:#562b0c;
}
#container {
margin:0 auto;
width: 740px;
padding-bottom:0px;
position:relative;
padding:0px 10px 0 10px;
background:url(/templates/main/images/jaysters.jpg) no-repeat;
}
#top {
height: 250px;
}
#main {
clear:both;
padding:15px 20px 30px 20px;
border-bottom:solid #e3e9eb;
background:#f6f0cf url(/templates/main/images/line.jpg) no-repeat 20px 15px;
}
#leftcol{
float:left;
width:420px;
}
#rightcol{
float:right;
width:230px;
padding-top:10px;
}
#rightcol h1,#rightcol h2,#home h1,#home h2{
margin:0;
}
#phone{
}
/* A FEW BITS
----------------------------------------------------*/
#top h1{
text-indent:-5000px;
margin:0;
height:0em;
}
.logoimg {
border:0;
margin:3px 0px 0px 14px;
}
#footer p{
font-size:1.1em;
text-align:right;
color:#AFBFA7;
padding-right:20px;
}
#footer a{
color:#BFAF83;
}
#footer a:hover{
color:#ff0095;
}
