* {
	margin: 0;
	padding: 0;
}

body {
background: #D0D0D0;
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
line-height: 17px;
color: #333;
}

a {
text-decoration: none;
color: #004990;
}
a:hover {
text-decoration: underline;
color: #111;
}

#wrap {
margin: 0 auto;
width: 728px;
background: #fff;
border-left: 1px solid #111;
border-right: 1px solid #111;
border-bottom: 1px solid #111;
border-top: 1px solid #111;
}

#banner728x90 {
background: #E9E9E9;
height: 90px;
border-bottom: 1px solid #111;
}

#header {
height: 90px;
background: #E9E9E9;
border-bottom: 1px solid #111;
}

#header h1 { 
font-size: 30px;
letter-spacing: -1px;
padding: 20px 0 0 20px;
color: #0033FF;
}

#header h1 a { 
color: #0033FF;
text-decoration: none;
font-weight: 100;
letter-spacing: -2px;
}

#header h2 {
font-size: 19px;
color: #111;
padding: 5px 0 0 20px;
letter-spacing: -1px;
font-weight: 100;
}

#subheader {
height: 15px;
line-height: 30px;
border-bottom: 1px solid #111;
}

#content {
padding: 10px 20px 10px 10px;
}

.right {
margin-top:10px;
float: right;
width: 525px;
text-align: justify;
}

.left {
float: left;
width: 160px;
}

.left ul {
padding: 10px 0 15px 20px;
list-style-type: square;
color: #788BBD;
}
.left ul li a {
color: #0000FF;
text-decoration: none;
font-size: 14px;
font-weight: 100;
}
.left ul li a:hover {
color: #0000FF;
font-weight: 100;
}

.left2 {
float: left;
width: 160px;
margin-top: 10px;
}

#footer {
height: 60px;
line-height: 30px;
text-align: center;
font-size: 11px;
border-top: 1px solid #111;
}