* {
	margin: 0;
	padding: 0;
}

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

a {
text-decoration: none;
color: #FFE788;
}
a:hover {
text-decoration: none;
color: #eee;
}

#wrap {
margin: 20px auto;
width: 800px;
}

#header {
height: 60px;
line-height: 60px;
}
#header h1 {
color : #fff; 
font-size: 30px;
letter-spacing: -3px;
}

#left {
margin-top: 10px;
float: left;
width: 160px;
height: 480px;
font-size: 13px;
padding: 10px;
background: #0082ff;
}
#left ul {
list-style-type: square;
padding: 5px 0 10px 30px;
color: #FFE788;
}
#left h2 {
font-size: 15px;
font-weight: 100;
letter-spacing: 0px;
padding: 5px 0 5px 0;
}

#right {
	margin-top: 10px;
	float: right;
	width: 580px;
	height: 480px;
	background: #0082ff;
	text-align: left;
	padding: 10px;
}
#right h2 {
	font-weight: 100;
	letter-spacing: 0px;
	font-size: 20px;
	padding: 15px 0 10px 0;
	line-height:30px;
}
#right h2 a {
}
#right h2 a:hover {
color: #fff;
text-decoration: none;
}
#right content {
	font-weight: 100;
	letter-spacing: 0px;
	font-size: 20px;
	padding: 15px 0 10px 0;
	text-align: center;
	line-height:30px;
}
#right content a {
}
#right content a:hover {
color: #fff;
text-decoration: none;
}


#footer {
background: #0082ff;
font-size: 11px;
text-align: center;
margin-top: 30px;
padding: 5px 0;
}
