a {
	color: #cc0000;
}

body {
	background : #FFFFFF;
	
	color: #666666;
	font-family: "Myriad Pro", "Neue Helvetica", Helvetica, "Lucida Grande", Verdana, sans-serif;
	padding: 2em;
	max-width: 40em;
	margin-left: auto;
	margin-right: auto;
}

p {
	margin-top: 0em;
	line-height: 1.4em;
	clear: left;
	
}



img {
	border-style: none;
	float: left;
	margin-right: 2em;
	margin-top: 1em;
	
	
	/*margin-left: auto;
	margin-right: auto;
	display: block;
	border-style: none;*/
}

h1 {
	font-family: MyriadPro-Semibold;
	font-weight: normal;
	font-size: 1.8em;
	line-height: 1.5em;
	margin-top: .4em;
	text-transform: capitalize;
}

h2 {
	color: #666666;
	text-transform: uppercase;
	font: normal 1.6em "MyriadPro-Light";
	margin-top: 1.4em;
	margin-bottom: 0em;
}

h3 {
	font-weight: normal;
	display: list-item;
	margin-left: 1em;
	font-size: 1.3em;
	list-style: circle;
	margin-bottom: 0em;
}

h4 {
	font-weight: normal;
	text-align: right;
}

form {
	text-align: right;
	font-size: .6em;
}

html {
	background: #666666 url(smoothgrey.png) fixed;
}

.overview {
	font-size: .9em;
}

.description {
	margin-left: 1.3em;

}

* {
	/*border: thin solid black;*/

}