/*-------------------------------------
Design & Coding by BlogAdrenaline.com
---------------------------------------*/

body {
background-color:#32130a;
padding:0;
margin:0;
}

p {
       line-height: 22px; 
       font-family: courier,lucida console,sans-serif; 
       font-size: 18px; 
       text-align: left;
}

a {color:#000000;text-decoration:none;}

a:hover{color:#000000;text-decoration:underline;}
	
.maincopy{
	margin:0px auto;
	width:700px;
	text-align:left;
}

.maincopy p{padding:0;margin:0;}

#headerbar{
	height:203px;
	padding:0px;
	margin:0px;
	background-image:url(images/headerbk.gif);
	background-repeat:repeat-x;
}

#headercontent{
	margin:0px auto;
	width:753px;
	height:203px;
	padding:0px;
	line-height:0px;
	background-image:url(images/header.jpg);
	background-repeat:no-repeat;
}

#maincontent{
	margin:0px auto;
	width:753px;
	background-image:url(images/mainbk.jpg);
	padding-top:10px;
}

#footer{
	background-image: url(images/footerbk.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	height: 120px;
	padding:0px;
	margin:0px;
}

#footercontent{
	margin:0px auto;
	height:178px;
	width:753px;
	background-image:url(images/footer.jpg);
	background-position: 0px;
}
