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

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

/* MAIN LAYOUT
----------------------------------------------------*/
body {
font-family: "HelveticaNeue-light",arial,Tahoma, Verdana, Arial;
font-family: "arial",Tahoma, Verdana, Arial;
font-size: 62.5%;
margin: 0px;
background:#fff;
}
#container {
margin:0 auto;
width: 890px;
padding:0 0px 0px 13px;
background:url(/templates/dc/images/bg.gif) repeat-y;
}
#top {
height: 155px;
background:url(/templates/dc/images/topbg.gif) no-repeat 247px 0;
}
#leftcol{
width:194px;
padding:0px 0px 0px 3px ;
float:left;
}
#rightcol{
float:right;
width:643px;
padding:0px 0px 0px 0px;
}
#rightcol h1,#rightcol h2,#home h1,#home h2{
margin:0;
}
.content{
padding:20px 30px 20px 20px;
}
#footer{
background:url(/templates/dc/images/bgbottom.gif) no-repeat;
height:11px;
margin:0 auto;
width: 873px;
text-align:right;
padding:20px 15px;
color:#777;
font-size:1.1em;
}
#footer a{
color:#777;
}
#footer a:hover{
color:#ff0095;
}
/* A FEW BITS
----------------------------------------------------*/
#top .modcharitylink {
float:left;
margin:19px 0 0 83px;
}
#top a.charity {
display:block;
height:60px;
width:205px;
text-indent:-5000em;
}
#top h1{
top:-5000px;
margin:0;
height:0em;
position:absolute;
}
.logoimg {
float:left;
border:0;
margin:0px 0 0 2px ;
}
#submenu .modsub {
background:url(/templates/dc/images/green-bar.gif) right repeat-y;
}
/* PROVIDE SUPPORT
----------------------------------------------------*/
#providesupport {
padding:14px 14px 0;
}