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

@import url("text.css");
@import url("menus.css");
.modhome a{
position:absolute;
}
/* MAIN LAYOUT
----------------------------------------------------*/

body {
font-family: arial, Tahoma, Verdana, Arial;
font-size: 62.5%;
margin: 0px;
background:#440523 url(/templates/main/images/bg.jpg) no-repeat top center;
}
#container {
padding-bottom:30px;
margin-bottom:30px;
background:#fff;
}
#top,#contentcontainer {
margin:0 auto;
width: 802px;
}
#pagemaincontent{
background:url(/templates/main/images/contentmiddle.png) repeat-y;
padding:9px 20px;
}
#contenttop {
background:url(/templates/main/images/contenttop.png) no-repeat top;
height:11px;
margin-top:20px;
}
#contentbottom{
background:url(/templates/main/images/contentbottom.png) no-repeat bottom;
height:11px;
}
#top {
background:url(/templates/main/images/logo.gif) no-repeat;
position:relative;
height:160px;
}
#image{
background:url(/templates/main/images/whitebg.jpg) repeat-x;
}
#image-inner {
background:url(/templates/main/images/flowers.jpg) no-repeat center;
height:274px;
}
#image #image-inner .modbanner {
width:765px;
margin:auto;
padding:20px 0 ;
height:235px;
overflow:hidden;
}
#image #image-inner .modbanner img{
border:1px solid #a77d53;
}
#contentwrapper{
background:url(/templates/main/images/flowerspurple.jpg) no-repeat top center;
}
#leftcol{
width:233px;
padding:10px 10px 10px 15px;
float:left;
background:url(/templates/main/images/menubg.gif) no-repeat top left;
}
#rightcol{
float:right;
width:500px;
}
#text{
float:right;
}
#rightcol h1,#rightcol h2,#home h1,#home h2{
margin:0;
}
.contentintro{
clear:both;
margin-top:20px;
}
#footer{
border-top:1px solid #a27843;
margin-top:15px;
}
/* A FEW BITS
----------------------------------------------------*/
#top h1{
margin:0;
height:0em;
position:absolute;
top:-900em
}
.logo {
border:0;
margin:0px;
display:block;
height:137px;
width:200px;
float:left;
}
#address {
width:800px;
margin:auto;
text-align:right;
}
#address .address {
text-align:right;
font-weight:normal;
}
#facebook {
float:right;
margin:85px 5px 0 0px;
height:25px;
width:80px;
}
#facebook a {
display:block;
text-indent:-5000em;
height:25px;
width:80px;
background:url(/templates/main/images/facebook.gif) no-repeat 0px 4px;
}
#facebook a:hover {
background-position: 0px -26px;
}