body {
	margin: 0;
	padding: 0;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
	background: #000000 url(images/brown_bg.gif) repeat-x bottom left;
	}
a:link {
	color: #39c;
	}
a:hover {
	text-decoration: none;
}
a:visited {
	color: #369;
	}

/* layout */

#wrap {
	min-width: 600px;
	max-width: 1400px;
	width: 1200px;
	}
#tophead {
	clear: both;
	height: 48px;
	border-top: 8px #ee2b2d solid;
	background: #000000 url(images/top_brd2.gif) repeat-x top left;
	}
#content {
	float: left;
	width: 600px;
	background: #000000;
	}
#sidebar {
	float: left;
	width: 445px;
	background: #000000;
	}
#footer {
	clear: both;
	height: 56px;
	border-bottom: 8px #ee2b2d solid;
	background: url(images/bottom_brd2.gif) repeat-x top left;
	}

/* gutters */

#content .gutter {
	padding: 30px 15px;
	background: #000000;
	}
#sidebar .gutter, #sidebar-2 .gutter {
	padding: 0 10px 0 0;
	}

/* borders */

#header {
	background: #000000 url(images/blue_bg.gif) repeat top left;
	}
#bottombg {
	background: #000000 url(images/brown_bg.gif) repeat bottom left;
}
/* menu */

#menu {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
	background-color: #4e7b8b;
}
#menu li {
	float: left;
	display: inline;
	margin: 0;
	padding: 0;
	font-size: .9em;
	font-weight: bold;
	text-align: center;
	line-height: 1.2em;
	color: #333333;
}
#menu a {
	float: left;
	width: auto;
	margin: 0 10px 0 0;
	padding: 8px 15px;
	color: #000;
	text-decoration: none;
	background-color: #4e7b8b;
}
#menu a:hover {
	background-color: #FFFFFF;
}
#menu li.current a{
	background:#FFFFFF;
}
/* content */

#content h2 {
	margin: 0 0 1em 0;
	padding: 0;
	font-family: Georgia, serif;
	font-size: 1.2em;
	color: #84130d;
	font-weight: normal;
	line-height: 1.3em;
	}

.box { 
	margin: -5px 0 10px 0;
	padding: 10px 15px;
	background: #fff;
	font-size: .9em;
	color: #333;
	line-height: 1.3em;
	border-right: 3px #333333 solid;
	border-bottom: 3px #333333 solid;
	}
#quote {
	float: left;
	width: 140px;
	margin: 0 20px 10px 0;
	padding: 8px 15px;
	background: #4e7b8b;
	font-size: .9em;
	color: #000000;
	line-height: 1.3em;
	font-style: italic;
	border: 1px #333333 dashed;
}
/* footer */

#footer p {
	margin: 0;
	padding: 15px;
	font-size: 85%;
	color: #333; 
	}

/*  IE fixes */

#content, #sidebar, #footer {
	height: 1%;
	}
* html dl.feature { /* for IE5+6 */
	height: 1%; 
	}
*:first-child+html .feature { /* for IE7 */
	min-height: 1px; 
	} 
