body { 
	font: 12px arial, tahoma, sans-serif;
	color: #3d3c43;
	background-color: #eaeaea; 
	margin: auto; 
	padding: 0px;
	text-align: center;
	}
p { 
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 15px;
	text-align: left;
	}

blockquote {font-size: 12px; font-family: arial, tahoma, sans-serif; text-align: right; width: 400px; margin: 0 auto; padding: 15px;}   
blockquote label {float: left;}
    
table, td, tr {
    padding: 0px; 
    }
    
th {
text-transform: uppercase; 
font-weight: bold;
padding-bottom: 10px;
 }    

.stats {
width: 225px;
border-left: 15px solid #eaeaea;
height: 85px;
} 

strong {
    font-weight: bold;
    }
    
a:link, a:visited { 
font-size: 0.9em;
font-weight: bold; 
text-decoration: none; 
text-transform: uppercase;
border-bottom: 0px;
color: #3d3c43;
padding: 1px;	}

a:hover, a:active { 
	text-decoration: none; 
	color: #eaeaea;	}

img {
	border: 0px solid #000000;
	padding: 0px;}	
	
/*LAYOUT*/	
#container { 
    margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	width: 644px;
	margin-top: 0px;
	padding-top: 0px;
	text-align: left;
	}
    
    
#pageHeader { 
	background: url(http://avada-kedavra.net/header.jpg) no-repeat right top; 
	width: 644px;
	height: 353px;
    margin: auto;
        }

ul.nav
{
list-style-type:none;
margin: 0 auto;
padding-left: 0px;
margin-left: 35px;
position: absolute;
top: 180px;
font-size: 0.8em;
}

ul.nav li
{
margin-bottom:0px;
width: 295px;
padding: 7px;
background:#eaeaea;
}

ul.nav li a, ul.nav li a:visited
{
font-weight:bold;
text-decoration: none;
color:#bfc1be;
width: 295px;
display: block;}

ul.nav li:hover, ul.nav li a:hover
{
background-color:#bfc1be;
text-align: right;
color: #3d3c43;
}

ul.nav li:hover a
{
background-color:#bfc1be;
color: #3d3c43;
text-align: right;
}

/*CONTENT*/
#content {
	position: relative;
	border-top: 0px solid;
	margin: 0 auto;
    padding: 0;
    width: 644px;
	background: #bfc1be;
}

#content h1{
	margin: 0;
    font-size: 1em;
	text-transform: uppercase;
	font-weight: bold;
	background: #eaeaea;
    padding: 5px;
    color: #bfc1be;
    }
    
#content h1.ljcomments {
background: #bfc1be;
text-align: right;
}

#content h2{
	margin: 0;
    font-size: 1.4em;
	font-weight: normal;
	background: #eaeaea;
    padding: 5px;
    margin-top: 0px;
    color: #3d3c43;
    }
#content p{
	margin: 0;
	padding: 5px 0 10px 5px;
}

p.linkdescription {
background: transparent; 
margin: 0px;
padding: 0px;
line-height: 1.1em;
height: 100px; border-bottom: 1px solid;
}

p.linkdescription img {float: left;}

.link {margin-right: 5px; margin-top: 2px;}
    
input.form, textarea {
border-width: 0 0 0 5px;
border-style: solid;
border-color: #3d3c43;
color: #737373; 
padding: 5px;
background-color: #eaeaea;
width: 70%;
margin: 5px 0 5px 0;
}

input.button {
border: 1px solid #3d3c43;
font-weight: bold;
color: #737373; 
padding: 2px;
background-color: #eaeaea;
width: 20%;
}


input.capha {
border: 1px solid #818181;
color: #737373; 
padding: 2px;
background-color: #cdcdcd;
}


label {
font-weight: bold;
color: #737373;
}

/*FOOTER*/
#footer {
	border-top: 0px solid;
	margin: 0 auto;
	padding: 0px;
	width: 644px;
    background: #eaeaea;
    
}


#footer p{
	margin: 1px;
	padding: 5px;
}

