
/* Custom Reset ---------------------------------- */

body, #header h1, h2, #header p{
	padding: 0; margin: 0;
}

/* Layout ---------------------------------------- */

body{
	color: #999;
	border-top: 7px solid #000;
	font: 14px/23px "Helvetica Neue",Helvetica,Arial,Geneva,sans-serif;
	padding: 0 0 20px;
}

#header{
	width: 710px;
	height: 80px;
	margin: 0 auto;
	padding: 80px 0 35px;
	border-bottom: 1px solid #eee;
}

.hleft{
	width: 230px;
	height: 77px;
	float: left;
	text-align: right;
	margin-right: 50px;
	padding-top: 3px;
}

.hright{
	width: 430px;
	height: 80px;
	float: left;
	text-align:left;
}

#content{
	width: 710px;
	margin: 60px auto 0;
	text-align: justify;
}

#left{
	width: 315px;
	float: left;
	margin-right: 80px;
}

/* Typography ------------------------------------ */

a, a:visited{
	color: #336099;
	text-decoration: none;
}

a:hover{
	color: #499cc4;
	text-decoration: underline;
}

strong{
	font-weight: normal;
}

#header h1, #header span{
	color: #000;
}

#header h1{
	font-size: 36px;
	letter-spacing: -2px;
}

#header p{
	font: 28px/38px "Myriad Pro","Helvetica Neue",Helvetica,Arial,Geneva,sans-serif;
	font-weight: lighter;
}

#content h2{
	color: #000;
	font: 25px "Myriad Pro","Helvetica Neue",Helvetica,Arial,Geneva,sans-serif;
	letter-spacing: -1px;
	text-transform: lowercase;
	font-weight: lighter;
}

#content ul{
	list-style: none;
}

#content ul li{
	padding-bottom: 10px;
}