* {
	padding: 0;
margin: 0;
} 

body {
	font: .8em "Trebuchet MS", Verdana, Arial, Sans-Serif;
	background-color: #999966;
}

a {
	text-decoration: none;
	color: #3B85CA;
}

a:hover {
	color: #000;
	text-decoration: underline;
}

#wrap {
	margin: 20px auto;
	width: 650px;
	padding: 10px;
	background-color: #fff;
}

#header {
	height : 110px;
	background-image: url('../img/header.png');
}

#header h1 h2 {
	display: none; 
}

#menu {
	text-align: center;
	margin-top: 10px;
	font-size : 18px;
	font-weight: 600;
	border: 1px solid #ccc;
	background: #eee;
}

#menu a {
	color : #660044;
	text-decoration : none;
	padding: 10px;
}

#menu a:hover {
	color : #000;
}

#content {
	text-align: justify;
	margin-top: 5px;
	padding: 10px;
	font-size: 14px;
}

#content h2 {
	font-size: 15px;
	color : #444;
}

#content p {
	margin-bottom: 10px;
}

#footer {
	margin-top: 25px;
	clear: both;
	text-align: center;
	color: #777;
}

