body {
	margin: 0;
	padding: 0;
	font-family: "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
	font-size: 12px;
	color: #999;
}

a {
	color: #666;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#header {
	background: #cccccc url(../images/header.jpg) repeat-x;
	height: 120px;
}

#footer {
	background: #eeeeee url(../images/footer.jpg) repeat-x;
	height: 250px;
	text-align: center;
}

#sections {
	background: #cccccc;
	height: 100px;
	line-height: 100px;
	vertical-align: bottom;
}

#links {
	background: #eeeeee;
	height: 50px;
}

.content {
	width: 960px;
	margin: 0 auto;
}

a img {
	border: 0;
}

#contacts {
	padding-top: 100px;
}

#contacts h2 {
	color: #333;
	font-weight: bold;
	font-size: 18px;
}