/* This line sets up our clickable background image based on the site title's link */

/*  Adjust the height & width below to reflect the actual size of your image */

/* Change the filename of your image to reflect the actual header's file name */

.custom #header_area .page { padding-top:0; padding-left: 0;}



.custom #header #logo a { display: block; height: 210px; width: 1000px;
background: url('images/header.png') no-repeat; outline: none; margin-left: -59px;

margin-right: auto;}



/* This line gets rid of the site title & tagline by casting them out to far left field */

.custom #header #logo, .custom #header #tagline { text-indent: -9999px; }



/* This line collapses the vertical space of the tagline so that there isn't unnecessary white space after the header image */



.custom #header #tagline { height: 10; }



/* This line removes the padding from the header so that the background image sits close to the nav menu, the bottom border of the header, and the sides of the content */

.custom #header { padding: 0; }


/* This line collapses the vertical space of the tagline so that there isn’t unnecessary white space after the header image */


/* This line removes the padding from the header so that the
background image sits close to the nav menu, the bottom border of the
header, and the sides of the content */



.custom #content_box {background-color:#f5f5f5;
                     margin: 0px;}
.custom #content {background-color:#ffffff;}

.custom #custom_block {
	background-color: #transparent;
}
.custom div.adblock img {
	padding: 1px;
	border:1px solid #797979;
}
.custom div.adblock a:hover img {
	padding: 1px;
	border:1px solid #A10000;
}
.custom .cenx {
	text-align: left;
        margin-bottom: 20px;
        padding-top: 10px;
        padding-bottom: 10px;
        border-bottom-style: inset;
        border-bottom: 2px dotted #8F8F8F;
        border-top-style: inset;
        border-top: 2px dotted #8F8F8F;
        margin-top: 0px;

}


body.custom {
    background: #000000 url('images/bground.png') 50% 0 repeat-y;
}

.custom #container {
    margin-top: 0;
    margin-bottom: 2em;
}

.custom li.widget {border-bottom-style: inset; border-bottom: 0px dotted #ddd;
margin-top: 0px; margin-bottom: 5px;}


.custom div .wobs {font-family: "Tahoma";
		font-size: 10px;
		text-transform: uppercase;
		color:#A10000;
                letter-spacing: 1px;
                font-weight: bold; 
}
.custom #footer_area { display: block; height: 350px; width: 1000px;
background: url('images/footer.png') no-repeat; outline: none; margin-left: auto;

margin-right: auto;}

