* {
	padding: 20;
	margin: 5;
} 

body {
	background: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	color: #CCC;
}

img {
	border: none;
	text-align: center;
}
a { color: #97C4FF; text-decoration: none;}
a:hover {
	text-decoration: underline;
	color : #F00;
}

#wrap {
	margin: 40px auto 0 auto;
	width: 910px;
	border-color: #009;
}

#header {
	border: 5px solid #222;
	height: 188px;
	width: 900px;
	border-color: #00F;
	background-color: #900;
}
#header h1 {
	font-size: 26px;
	font-weight: 100;
	letter-spacing: -3px;
	padding: 90px 0 5px 150px;
}
#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;
	padding: 0 0 0 11px;
	letter-spacing: -1px;
	line-height: 12px;
}

.left {
	margin-top: 10px;
	width: 660px;
	float: right;
	text-align: justify;
	border: 5px solid #222;
	padding: 15px;
	background: #333;
	border-color: #00F;
}
.left h2 {
	color: #FF4800;
	font-size: 24px;
	letter-spacing: -2px;
	font-weight: 100;
	padding : 10px 0 15px 0;
}

.right {
	margin-top: 10px;
	width: 173px;
	float: left;
	border: 5px solid #222;
	font-size: 14px;
	padding: 5px 10px 5px 10px;
	background: #333;
	border-color: #00F;
	text-align: center;
}
.right ul {
	list-style-type: square;
	padding: 5px 10px 10px 20px;
	color: #CCC;
}
.right h2 {
	height: 30px;
	font-size: 12px;
	color: #CCC;
	line-height: 30px;
}
.right a { text-decoration: none }

#footer {
	margin-top: 5px;
	text-align: center;
	color: #eee;
	font-size: 11px;
	border: 5px solid #222;
	padding: 5px;
	background: #000;
	height: 100px;
	background-position: center;
	border-color: #00F;
	padding-bottom: 10px;
}
