/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
	margin: 0;
	padding: 0;
}

body {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background-image: url(http://deathbyhonor.com/images/bplus1.png);
background-image: repeat;
background-attachment:fixed;
font-family:Verdana,sans-serif;
font-size:10px;
list-style-type: none;
}


* {
margin:0;
padding:0;
 }



body.section-1 { }
body.section-2 { }
body.section-3 { }

a:link {
color:#cccccc;
text-decoration:none;
}
a:active {
color:#cccccc;
text-decoration:none;
}
a:visited {
color:#cccccc;
text-decoration:none;
}
a:hover {
color:#c69000;
text-decoration:none;
}
a img {
border:medium none;
}
a img { border: none; }

#menu ul li.section-title {
color:#000000;}

#menu {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(http://deathbyhonor.com/images/kicker.png) no-repeat scroll 0 0;

bottom:0;
height:100%;
left:20px;
overflow:auto;
padding-top:90px;
position:fixed;
top:0;
width:200px;

}

			#mainback{
			background-image: url(http://deathbyhonor.com/images/mainbak.png);
			background-image: repeat;

			padding: .01em 1em 1em 1em;
			list-style-type: none;
			bottom:0;
			height:100%;
			left:230px;
			overflow:auto;
			padding-top:120px;
			position:fixed;
			top:0;
			width:660px;
			z-index: -1;
			
			
			
			}
			
			#menuback{
			background-image: url(http://deathbyhonor.com/images/menubak.png);
			background-image: repeat;
			margin-top: 1em;
			padding: .01em 1em 1em 1em;
			list-style-type: none;
			bottom:0;
			height:100%;
			left:10px;
			overflow:auto;
			padding-top:120px;
			position:fixed;
			top:0;
			width:180px;
			z-index: -1;
			
			bottom:0;
			height:415px;

			}


#menu ul {
	list-style: none;
	margin: 0 0 12px 0;
}

#p ul {
	list-style: none;
}

#menu ul li.section-title { }

#content {
	
    height: 100%;
    margin: 0 0 0 245px;
    top: 0;
}

.container {
    padding: 5px 5px 25px 5px;
    margin-top: 1.2em;
    width:660px;
}

#content p { width: 400px; margin-bottom: 9px;}

p {
    margin: 0 0 9px 0;
}

body h1 { font-size: 32px; 
			color:#2c2319;
			font-family:Arial,sans-serif;
}

body h3 {
color:#2c2319;
font-family:Arial,sans-serif;
font-size: 25px;
}

h3 { font-size: 16px; }
h4 { font-size: 12px; }

#img-container	{ margin: 0; padding: 0; }
#img-container p	{ width: 400px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }