/* Layout */
*
{
	padding: 0;
	margin: 0;
}

img { border: none; }
body { text-align: center; }

#wrap
{
	margin-left: auto;
	margin-right: auto;
	width: 744px;
	text-align: left;
}

#header
{
	width: 744px;
	height: 140px;
	vertical-align: bottom;
}

#header img { }

ul.navigation
{
	position: absolute;
	float: right;
	width: 518px;
	margin-left: 226px;
	padding: 10px 10px 0 0;
	list-style-type: none;
}

ul.navigation li
{
	display: inline;
	padding: 2px 0 2px 0;
}

ul.navigation li a
{
	display: block;
	float: left;
	height: 20px;
	font-size: 12px;
	margin-right: 10px;
	padding: 6px 10px 0 24px;
}

#content
{
	margin: 0 0 0 128px;
	padding: 0 0 0 0;
}

h1, h2, h3, h4, h5, h6 { padding: .5em 0 0 0; }

#content p
{
	font-size: 14px;
	margin: .5em;
	line-height: 125%;
}

.quote
{
	margin: .5em;
	padding: .5em;
}

.quote h1, .quote h2, .quote h3, .quote h4, .quote h5, .quote h6 { padding: 0; }

#content div.left_column
{
	width: 295px;
	float: left;
}

#content div.right_column
{
	float: left;
	width: 321px;
}

.backtotop
{
	clear: both;
	text-align: right;
	margin-right: .5em;
}

#footer
{
	width: 616px;
	margin: 1em 0 1em 128px;
	padding: 1em 0 0 0;
	font-size: 12px;
}

#footer .contact
{
	width: 250px;
	float: left;
}
#footer .contact p
{
	margin-bottom: .5em;
}

#footer .legal
{
	font-size: 11px;
	padding: 0 1em;
}

#footer .legal a { font-weight: bold; }

/* Appearance */
* { }

body
{
	font-family: Georgia, Garamond, Times, 'Times New Roman', serif;
	background: url('images/background.gif') repeat-y top center;
}

#wrap { }

ul.navigation li a
{
	background: url('images/nav_list.gif') no-repeat top left;
	font-family: Arial,Helvetica,sans-serif;
	color: #090;
}

ul.navigation li.current a { background: #ccc url('images/nav_list_current.gif'); }
ul.navigation li a:hover, ul.navigation li a:focus { background: #ccc url('images/nav_list_current.gif') no-repeat top left; }

ul.navigation li.current a
{
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

#content { }
#content h1, #content h2, #content h3, #content h4, #content h5, #content h6 { }
h1, h2, h3, h4, h5, h6, p, td, li { }

.quote
{
	border: 1px solid #000;
	background: #ccc;
}

.quote * { font-family: Arial,Helvetica,sans-serif; }

.backtotop a
{
	color: #333;
	font-size: 12px;
}

#footer { border-top: 6px solid #090; }
#footer p { font-family: Arial,Helvetica,sans-serif; }

#footer .legal p
{
	color: #666;
	padding-bottom: 1em;
}

/* Reusable styles */
.fleft { float: left; }
img.fleft { margin-right: .5em; }
div.fleft { margin-right: .5em; }
.fright { float: right; }
img.fright { margin-left: .5em; }
div.fright { margin-left: .5em; }
.clear { clear: both; }
p.tac { text-align: center; }

