* {
    padding: 0;
    margin: 0;
} 

body {
	background: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #aaa;
	border: 0px none #CCCCCC;

}

img { border:6px solid #FFFFFF; }
a {
	color: #FF0000;
	text-decoration: none;
	border: 0px #FFFFFF;
}
a:hover {
	text-decoration: underline;
	color : #aaa;

}

A:link img, A:visited img {border-color: #FFF;}
A:hover img  {border-color: #f00;}
#wrap {
margin: 40px auto 0;
width: 800px;
}

#header { 
border: 5px solid #222;
height: 160px;
background: #333 url(Header.jpg) no-repeat left top;
}
#header h1 {
	font-size: 36px;
	font-weight: 100;
	letter-spacing: 10px;
	padding: 12px 0 5px 10px;
	word-spacing: normal;
	vertical-align: baseline;

}
#header h1 a {
color: #fff;
text-decoration: none;
}
#header h1 a:hover {
color: #aaa;
text-decoration: none;
}
#header h2 {
	color: #ccc;
	font-size: 15px;
	font-weight: 100;
	letter-spacing: -1px;
	line-height: 12px;
	vertical-align: sub;
	margin-top: 20px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 11px;
	top: auto;





}

.left {
	width: 570px;
	float: right;
	text-align: justify;
	border: 5px solid #222;
	padding: 10px;
	background: #333 url(Background.jpg) left top;
	margin-top: 10px;



}
.left h2 {
color: #FF0000;
font-size: 24px;
letter-spacing: 5px;
font-weight: 100;
padding : 10px 0 15px 0;
}

.right {
	width: 160px;
	float: left;
	border: 5px solid #222;
	font-size: 12px;
	padding: 10px;
	background: #333 url(Nav%20bar%20background.jpg) repeat-y left top;
	margin: 10px 0px 0px;

}
.right ul {
	list-style-type: square;
	padding: 5px 10px 10px 5px;
	color: #800000;
	list-style-position: outside;
	left: auto;

}
.right h2 {
	height: 30px;
	font-size: 12px;
	color: #666;
	line-height: 30px;
	width: auto;

}
.right a { text-decoration: none }

#footer {
margin-top: 10px;
text-align: center;
color: #eee;
font-size: 11px;
border: 5px solid #222;
padding: 10px;
background: #333 url(Footer.jpg);
}
