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

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

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

body {
font-family: Verdana, Arial, Tahoma ;
font-size: 62.5%;
margin: 0px;
}
#outer {
background:#DE0E0E url(/templates/main/images/bgbottom.gif) repeat-x bottom;
}
#container {
background:url(/templates/main/images/bgtop.gif) repeat-x;
}
#top {
height:155px;
background:url(/templates/main/images/top.gif) no-repeat top center;
}
#centre {
width:780px;
margin:10px auto;
}
#topinner,#footer .mod {
width:780px;
margin:0px auto;
position:relative;
}
#content{
background:url(/templates/main/images/contentmiddle.gif) repeat-y;
padding:1px 20px 20px 20px;
min-height:400px;
}
#contentfooter{
background:url(/templates/main/images/contentbottom.gif) no-repeat;
height:10px
}

#rightcol h1,#rightcol h2,#home h1,#home h2{
margin:0;
}
#footer{
background:url(/templates/main/images/bottom.gif) no-repeat bottom center;
height:150px
}
#footer .mod p{
text-align:right;
padding:50px 0 0 0;
font-size:1.4em;
color:#777;
}
#footer .mod a {
color:#777;
}
#footer .mod a:hover {
color:#ff0095;
}

/* A FEW BITS
----------------------------------------------------*/
#top h1{
text-indent:-5000px;
margin:0;
height:0em;
}
.logoimg {
border:0;
margin:0px;
}