body
{
	margin: 1em;
	background-color: white;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 100%;
	width: 61.25em;
}

div.clearer
{
	clear: both;
	width: 0;
	height: 0;
	line-height: 0;
	font-size: 0;
	float: none;
}

#header_img
{
	float: left;
	width: 26.475em; /* 26.875 - 2*0.2 */
	margin-right: 1.5em;
	
	background-color: black;
	padding: 0.2em;
	
	height: 15.85em; /* 16.25 - 0.2 - 0.2 */
}

#header_img h1
{
	padding: 0;
	margin: 0;
	line-height: 1em;
	font-size: 1.1em;
	
	text-transform: uppercase;
	color: white;
}

#header_intro
{
	float: left;
	width: 25.475em; /* (29.875 - 3.7 - 0.7) */
	
	background: white url(images/bg_intro.jpg) no-repeat;
	padding: 0.6em 0.7em 0.8em 3.7em;
	
	color: white;
	height: 14.85em; /* 16.25 - 0.6 - 0.8 */
}

#header_intro h2
{
	font-size: 1.1em;
	font-weight: bold;
	padding: 0;
	margin: 0;
	line-height: 1.2em;
}

#header_intro p
{
	font-size: 0.9em;
	font-weight: bold;
	line-height: 1.2em;
}

#header_intro p.text
{
	margin: 1em 0;
}

#header_intro p.desc
{
	font-style: italic;
}

#header_intro ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}

#header_intro ul li
{
	float: left;
	background: url(images/bg_button_left.gif) no-repeat top left;
	padding-left: 0.5em;
	margin-right: 0.8em;
}

#header_intro ul li a
{
	display: block;
	background: url(images/bg_button_right.gif) no-repeat top right;
	padding: 0.4em 1em 0.4em 0.5em;
	
	font-size: 1.1em;
	line-height: 1em;
	color: white;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
}

#content
{
	float: left;
	width: 25.875em; /* 26.875 - 0.5 - 0.5 */
	margin-top: 0.75em;
	margin-right: 1.5em;
	padding-left: 0.5em;
	font-family: "Times New Roman", Times, serif;
	border-left: 0.5em solid black;
}

#content h3
{
	background-color: black;
	color: white;
	margin: 0 0 0 0.25em;
	font-size: 1.5em;
	padding: 0.15em 0.5em;
	line-height: 1em;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
}

#content h4
{
	border-bottom: 0.1em solid black;
	cursor: pointer;
}

#content ul
{
	list-style: none;
	padding: 0;
}

.accomp
{
	float: left;
	width: 25.475em; /* (29.875 - 3.7 - 0.7) */
	
	background: white url(images/bg_accomp.jpg) no-repeat bottom right;
	padding: 0.6em 0.7em 0.8em 3.7em;
	margin-top: 0.75em;
	
	color: white;
}

.accomp p
{
	font-family: "Times New Roman", Times, serif;
}

a:visited
{
	color: white;
	font-weight: bold;
	font-style: italic;
}

