* {
	margin: 0;
	padding: 0;
}

body {
	background: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	color: #000;
	text-align: justify;
}

a {
text-decoration: none;
color: #3c78a7;
}
a:hover {
text-decoration: none;
color: #FFF;
}

#wrap {
margin: 30px auto;
width: 800px;
background: #c9e3f8;
}

#header {
background-image:url('head.png');
height: 193px;
line-height: 50px;
color: #D9F2F2;

}
#header h1 {
color : #D9F2F2; 
font-size: 25px;
letter-spacing: 1px;
text-align: center;
}
#header h2 {
color : #D9F2F2; 
font-size: 15px;
letter-spacing: -1px;
padding: 10px;
}
#left {
	margin-top: 5px;
	float: left;
	width: 160px;
	font-size: 14px;
	padding: 10px;
}
#left ul {
list-style-type: square;
padding: 5px 0 10px 30px;
color: #3c78a7;
}
#left h2 {
font-size: 20px;
font-weight: 100;
letter-spacing: +2px;
padding: 5px 0 5px 0;
}

#right {
	margin-top: 5px;
	float: right;
	width: 580px;
	background: #c9e3f8;
	text-align: left;
	padding: 10px;
}
#right h1 {
font-weight: 110;
letter-spacing: -1px;
font-size: 15px;
padding: 15px 0 10px 0;
}
#right h2 {
font-weight: 100;
letter-spacing: -2px;
font-size: 20px;
padding: 15px 0 10px 0;
}
#header h4 {
font-weight: 80;
letter-spacing: -2px;
font-size: 10px;
}
#right h2 a {
}
#right h2 a:hover {
color: #fff;
text-decoration: none;
}

#footer {
	background-image:url('footer.png');
	height: 130px;
	font-size: 11px;
	text-align: center;
	margin-top: 10px;
	padding: 0px 0;
}

