/*
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;
height:100%;
color:#434d3e;
background:#785A42;
}
body#white{
background:#fff;
}
#wrapper {
margin:0 auto;
width: 955px;
position:relative;
background:#fff;
padding:10px 10px 20px 10px;
}
#content {
font:1.3em/1.6em arial;
}
#leftcol{
float:left;
width:700px;
}
#leftcol.gdnews{
width:630px;
font:0.8em/1.6em arial;
}
#rightcol{
float:right;
width:240px;
margin-top:20px;
}
#news #rightcol{
width:280px;
margin-top:0px;
}
#rightcol h3,#rightcol h2,#home h1,#home h2{
margin:0;
}
#footer{
clear:both;
}
/* A FEW BITS
----------------------------------------------------*/
#logo{
clear:both;
}
#logo h1{
text-indent:-5000px;
margin:20px 0px;
height:60px;
width:468px;
}
#logo h1 a{
display:block;
height:60px;
width:468px;
background:url(/templates/gundogs/images/guns-gun-dogs.gif);
}
.logoimg {
border:0;
margin:0px;
}