* {
	margin: 0;
	padding: 0;
}

#banner td {
	background-image: url('/overlay.png');
	text-align: right;
}

body {
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
line-height: 17px;
color: #eee;
background: #000;
//background-image: url('/diag_bkgrd.gif');
}

a {
text-decoration: none;
color: #FFE788;
}
a:hover {
text-decoration: none;
color: #eee;
}

img
{ 
	 border-style: none;
}

#wrap {
margin: 0px auto;
width: 980px;
background-image: url('back.png');
background-repeat: no-repeat;
background-position: top center;
}

#header {
	
height: 40px;
//line-height: 100px;
padding-top: 15px;

}
#header h1 {
color : #fff; 
font-size: 50px;
letter-spacing: -7px;
}

#left {
margin-top: 50px;
float: left;
width: 160px;
font-size: 13px;
padding: 10px;
background: #2F2C2C;
opacity: 0.9;
-moz-opacity:0.9;
}
#left ul {
list-style-type: square;
padding: 5px 0 10px 30px;
color: #FFE788;
}
#left h2 {
font-size: 20px;
font-weight: 100;
letter-spacing: -2px;
padding: 5px 0 5px 0;
}

#right {
margin-top: 50px;
float: right;
width: 760px;
background: #2F2C2C;
text-align: justify;
padding: 10px;
}
#right h2 {
font-weight: 100;
letter-spacing: -2px;
font-size: 28px;
padding: 15px 0 10px 0;
}
#right h2 a {
}
#right h2 a:hover {
color: #fff;
text-decoration: none;
}

#footer {
background: #0D0D0D;
font-size: 11px;
text-align: center;
margin-top: 30px;
padding: 5px 0;
}