body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: #fff;
	font-family: Trebuchet MS, Verdana, Arial Black;
	color: #333;
	border-top: 5px solid #ecf0f4;
	}
	
#container {
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	}

#header {
	width: 800px;
	}

#col_left {
	float: left;
	width: 450px;
	padding-top: 40px;
	padding-bottom: 40px;
	}

#col_right {
	float: right;
	width: 285px;
	padding-top: 97px;
	}

#col_right p {
	font-size: 11px;
	}

#col_right hr {
	height: 1px;
	background: #a6b9cb;
	border: 0px;
	}

#nav {
	float: left;
	width: 470px;
	padding-top: 140px;
	color: #a6b9cb;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 1px;
	border-bottom: 4px solid #ecf0f4;
	border-right: 1px solid #ecf0f4;
	}

#nav ul {
	margin: 0px;
	padding: 0px 0px 5px 0px;
	}

#nav ul li {
	display: inline;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}

a, #nav a {
	text-decoration: none;
	color: #f8981c;
	}

a:hover, #nav a:hover {
	text-decoration: none;
	color: #a6b9cb;
	}

#logo {
	padding-top: 60px;
	float: right;
	}

#footer {
	clear: both;
	width: 470px;
	border-top: 4px solid #ecf0f4;
	border-right: 1px solid #ecf0f4;
	padding-top: 5px;
	padding-bottom: 140px;
	font-size: 10px;
	font-style: italic;
	color: #a6b9cb;
	}	








h1 {
	font-size: 28px;
	font-weight: normal;
	}

h2 {
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 14px;
	color: #a6b9cb;
	padding-bottom: 1px;
	border-bottom: 1px solid #a6b9cb;
	}

p, #col_left ul	{
	font-size: 13px;
	line-height: 150%;
	}



