body {
	background: url(/images/bg.png);
	color: #FFF;
	font-size: 14px;
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	line-height: 25px;
}
a {
	color: #FFF;
	text-decoration: none;
}
.clear {
	clear: both;
}
#wrapper {
	width: 900px;
	margin: 0 auto;
}
#main {
	background: url(/images/top_bg.jpg) top center no-repeat;
	width: 800px;
	margin: 0 auto;
}
/** Header */
#header {
	height: 200px;
}
h1 {
	padding: 15px 0 0 0;
}
h1 a {
	display: block;
	width: 310px;
	height: 100px;
	background: url(/images/logo.png);
	text-indent: -999px;
}


a.button {
	background: url(/images/button_bg.png) repeat-x;
	padding: 7px 20px;
	line-height: 40px;
	border: 1px solid #152a3a;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	font-size: 13px;
}

/** Projects */

.project {
	height: 225px;
	clear: both;
}
.project .picture {
	width: 318px;
	height: 170px;
	float: left;
}
.project .content {
	width: 430px;
	height: 130px;
	padding: 10px 20px;
	float: left;
	color: #cae8ff;
	font-size: 16px;
}
.project .content p {
	margin: 5px 0;
}
.project .content h2 {
	color: #de1f79;
	font-size: 40px;
	font-weight: normal;
	line-height: 57px;
}

