*, html {
	margin: 0px;
	padding: 0px;
}

body {
	font-family: Georgia, sans-serif;
}

a {
	outline: none;
}

.clear {
	clear: both;
}

#wrapper {
	width: 850px;
	margin: 0 auto;
}

#header {
	height: 95px;
	background-color: #1a1a1a;
	border-bottom: 5px solid #efefef;
	font-size: 11px;
}

#header #logo {
	background: url('images/logo.gif') left top no-repeat;
	height: 18px;
	width: 221px;
	display: block;
	position: relative;
	top: 55px;
	left: 30px;
}

#header #logo span {
	display: none;
}

#header ul {
	float: right;
	list-style-type: none;
	margin: -3px 0 0 0;
	padding: 0 15px 0 0;
}

#header ul li#email {
	margin-top: 5px;
}

#header ul li{
	color: #929292;
	text-align: right;
}

#header ul li a {
	color: #fff;
	text-decoration: none;
	border-bottom: 1px solid #8c8c8c;
}

#content {
	padding: 40px 0 0 10px;
}

#content h1 {
	font-weight: normal;
	font-size: 32px;
	margin: 0 0 50px 10px;
}

#content .col {
	width: 398px;
	float: left;
	font-family: arial;
	margin-bottom: 40px;
}

#content .col.left {
	margin: 0 35px 0 0;
}

#content .col .block {
	margin-bottom: 33px;
}

#content .col .block .title {
	height: 25px;
	background: #f4f4f4;
	border-bottom: 1px solid #cfcfcf;
}

#content .col .block .title h2 {
	font-size: 16px;
	font-weight: normal;
	padding: 4px 0 0 5px;
	color: #333333;
}

#content .col .block h3 {
	font-size: 10px;
	font-weight: normal;
	text-transform: uppercase;
	color: #919090;
	padding: 7px 0 0 5px;
	line-height: 16px;
}

#content .col .block p {
	color: #333333;
	font-size: 12px;
	padding: 0 0 0 5px;
	line-height: 16px;
}
