* {
	margin: 0;
	padding: 0;
}

body {
	color: #555;
	font: 13px/1.2em Arial, Helvetica, Geneva, sans-serif;
	text-align: center;
}


img {
	display: block;
	border: none;
}

img.left {
	float: left;
	margin-right: 1.6em;
}


/* @group hacks */

.clearfix { display: inline-table;}

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix { display: block;}
/* End hide from IE-mac */

.spacer {
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0;
	border: none;
}
/* @end */

/* @group Header */

#header {
	position: relative;
	margin-bottom: 1em;
	padding: 3em 0 .5em;
	border-bottom: 2px solid #e75012;
}

#header h1 {
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
}

#header h1 span {
	font-size: .75em;
	font-weight: normal;
	color: #000;
}

/* @end */

#container {
	width: 625px;
	margin: 0 auto;
	text-align: justify;
}

#content h2 {
	font-size: 1.5em;
	margin-bottom: 1em;
}

#content p {
	margin: 0 0 1.4em;
}

a {
	color: #e75012;
}

#maincol {
	float: left;
	width: 350px;
	padding: 45px 15px 15px;
	font-size: 14px;
	background: url(../images/arrow.gif) no-repeat;
}

#subcol {
	float: right;
	width: 240px;
}

#subcol p {
	padding: 1em;
	background: #ccd639;
}

#subcol img.photo {
	margin: 3em auto 0;
}

#content ul {
	margin-left: 1em;
	padding-bottom: 1em;
}

#content ul ul {
	margin: .5em 0 0 1.5em;
}

#content li li {
	margin-bottom: .5em;
}

#content p, #content li {
	margin-bottom: 1.2em;
	line-height: 1.3em;
}


/* @group Footer */

#footer {
	padding: 0 10px;
	text-align: right;
	font-size: 10px;
}



/* @end */
