/* Global Reset */
* {
	margin: 0;
	padding: 0;
}

/* General */
html, body { 
    height: 100%; 
}

input, select {
	font-size: 11px;
}

input {
	padding: 1px;
}

p {
	line-height: 1.3;
	margin-bottom: 15px;
}

a {
	font-weight: normal;
	text-decoration: underline;
}

h2, .TitleHeading {
	font-size: 1.3em;
	font-weight: bold;
	margin: 6px 0 6px 0;
}

h3 {
	font-size: 1.1em;
	margin-bottom: 6px;
}

h4 {
	font-size: 1.1em;
	margin-bottom: 4px;
}

img, img a {
	border: 0;
}


blockquote {
	margin-left: 28px;
}

select option {
	padding: 0 10px;
}

hr {
	margin: 10px 0;
	padding: 0;
	background: #c7d7db;
	height: 1px;
	border:0;
}

body { 
    background: #000101 url(../images/burning1.jpg) top center no-repeat;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
text-align: center
}


.wrapper { 
    min-height: 100%; 
    height: auto !important; 
    height: 100%; 
    margin: 0 auto -2em; 
} 

#nav-menu ul
{
width: 400px;
height: 49px;
list-style: none;
padding: 0;
margin: 0 auto;
}

#nav-menu li
{
float: left;
background: url(../images/main-navigation-sep.png) 0 0 no-repeat;
}

#nav-menu li a
{
padding-top: 15px;
height: 34px;
float: left;
width: 100px;
display: block;
color: #4e3e3a;
text-decoration: none;
text-align: center;

}

#nav-menu li a:hover
{
color: #d1d1d1;

font-weight: bold;
font-size: 18px;
}

#nav-menu li a.hover{
height: 58px;
background: url(../images/burn.png) top center no-repeat;

}

.leftside{ 
float: left;
margin: auto;
width: 500px;
}
.rightside{ 
float: left;
margin: auto;
width: 400px;
height: 400px;
padding: 20px;
background: url(../images/ContentBG.png) top center repeat-y;
color: gray;
}

.hilight{ 
	margin: 520px 0 0 410px;
	padding:0;
display: none;
}

.logo { 
	margin: 120px 0 0 -350px;
    background: url(images/HereticAngels-Logo.png) top center no-repeat;
    height: 187px;

}


.footer, .push { 
    height: 2em; 
} 

.footer{ 
    width: 990px;
	text-align: center;
} 
