/* ************* Go ************* */

* {
	padding: 0px;
	margin: 0px;
	}

body {
	background: #FFFFFF;
	font-family: Helvetica, Courier New, Verdana, Arial, sans-serif;
	font-size: 82.5%;
	color: #333333;
	line-height: 1.5em;
	}

a, a:link, a:active, a:visited {
	color: #F17022;
	text-decoration: none;
	}

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

a.subhead, a.subhead:link, a.subhead:active, a.subhead:visited {
	color: #0059F8;
	text-decoration: none;
	}

a.subhead:hover {
	color: #0059F8;
	text-decoration: none;
	}

p {
	margin: 0 0 10px 0;
	}

ul, ol {
	margin: 0 0 10px 30px;
	}

ul li {
	list-style: disc;
	}

img {
	border: 0;
	}

.left img {
	float: left;
	padding-right: 20px;
	}

.center {
	text-align: center;
	}

/* ************* Container ************* */

#container {
	width: 758px; 
	margin: 10px;
    background: #FFFFFF;
	}

/* ************* Header ************* */

#header {
	border-bottom: 1px dashed #666666;
	}

	#header img {
		padding-bottom: 10px;
		}

/* ************* Navigation ************* */

#nav {
	font-weight: lighter;
	text-transform: uppercase;
	border-bottom: 1px dashed #666666;
	margin-bottom: 10px;
	}

/* ************* Copy ************* */

#content {
	width: 758px;
	text-align: justify;
	margin-bottom: 10px;
	border-bottom: 1px dashed #666666;
	float: left;
	}

/* ************* H1 Title ************* */

h1 {
	margin-bottom: 10px;
	font-size: 1em;
	color: #FFFFFF;
	font-weight: lighter;
	background-color: #000000;
	text-transform: uppercase;
	}

/* ************* H2 Title ************* */

h2 {
	margin-bottom: 10px;
	font-size: 1em;
	color: #FFFFFF;
	font-weight: lighter;
	background-color: #666666;
	text-transform: uppercase;
	}
	

/* ************* H3 Title ************* */	

h3 {
	margin-bottom: 10px;
	font-size: 1em;
	color: #ffffff;
	font-weight: lighter;
	background-color: #F17022;
	text-transform: uppercase;
	}

/* ************* Grid ************* */

#grid {
	float: left;
	margin-bottom: ;
	background: #FBFBEF;
	}

#grid img {
	float: left;
	padding: 0 9px 10px 0;
	}

#grid .grid-right {
	float: right;
	padding-right: 0;
	}

/* ************* Footer ************* */

#footer {

	}

#footer p {
	
	}