* {
	margin: 0;
	padding: 0;
}

body {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 16px;
	background: #e6e7e7 url(background.png);
}

a {
	color: #4bce0b;
	text-decoration: none;
}

a:hover {
	opacity: 0.5;
}

#container {
	width: 700px;
	margin: 50px auto 20px auto;
	background-color: #fff;
	border: #4bce0b 1px solid;
	box-shadow: 0 0 30px #c1c7c7;
}

#header {
	height: 270px;
	background: url(logo.png) center center no-repeat;
	border-bottom: #4bce0b 1px solid;
}

#header h1 {
	display: none;
}

#content {
	padding: 30px;
}

#content p, #content h2, #content h3 {
	padding: 10px 20px;
}

#content h3 {
	margin-top: 20px;
	padding-top: 20px;
	padding-bottom: 0;
	font-size: 16px;
	font-weight: normal;
	border-top: solid 1px #4bce0b;
}

#content h3 a {
	color: #dd7000;
}

#links {
	width: 700px;
	padding: 15px 0;
	color: #fff;
	background: #4bce0b;
}

#links ul {
	margin: 0 15px;
	text-align: center;
}

#links li {
	padding: 0 20px;
	list-style-type: none;
	display: inline;
}

#links a {
	color: #fff;
	text-transform: uppercase;
}

#footer {
	width: 700px;
	margin: 0 auto 20px auto;
	text-align: center;
}

#footer a {
	color: #dd7000;
}

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

.divider {
	color: #4bce0b;
}