@charset "UTF-8";
/* General */

 * {
	padding: 0;
	margin: 0;
}

img {
	border: none;
}

body {
	background: #0076a3 url(img/background.jpg) no-repeat top center;
}

/* Boxes */
#wrapper {
	background: #fff;
	width: 100%;
	float:left;
}
#content {
	width: 930px;
	height: 280px;
	float:left;
	background: url(img/art.jpg) no-repeat left top;
	margin-top: 97px;
}
#content2 {
	width: 930px;
	height: 100px;
	float:left;
}
.box {
	float:right;
	width: 400px;
}
.box img {
	margin-bottom: 20px;
}
/* Typography */
ul {
	margin: 10px 0;
	list-style-type: none;
}
p {
line-height: 25px;
}
p, ul, h1 {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: .7em;
	margin: 10px 0;
	color: #525252;
}
h1 {
	text-transform:uppercase;
	font-size: 1.1em;
	margin-top: 20px;
}
h1 span {
	font-size: .6em;
}
#buttons a {
	padding: 6px;
	background: #0076a3;
	text-decoration: none;
	color: #fff;
}
#buttons a:hover {
	background: #0095ce;
	color: #fff;
}
li a {
	color: #525252;
	text-decoration:none;
	border-bottom: 1px dotted #525252;
}
li a:hover {
	color: #a7a8ac;
	border-bottom: 1px solid #a7a8ac;
}
#foot ul {
	color: #a7a8ac;
	text-transform:uppercase;
	margin-top:30px;
}
#foot a {
	color: #0076a3;
	border-bottom: 1px dotted #0076a3;
}
#foot a:hover {
	color: #0095ce;
	border-bottom: 1px solid #0095ce;
}