body {
	margin: 0 ; padding: 0;
	font: 10px normal Arial, Helvetica, sans-serif;
	background: #ddd url(../images/body_bg.gif) repeat-x;
}
.container {
	width: 960px;
	margin: 0 auto;
	position: relative;
}
#header {
	height: 120px;
	width: 100%;
}
#header .catchphrase {
	color: #aaa;
	padding: 90px 0 7px 0;
	margin-right: 20px;
	text-align: right;
	font-size: 1.8em;
	font-weight: bold;
	display: block;
	position: absolute;
	top: 0; 
	right: 0;
}
#header .catchphrase a {	
	color: #ddd;
	text-decoration: none;
}
#header img {
	margin: 0;
	padding: 0;
	float: left;
}
ul.topnav {
	list-style: none;
	padding: 0 20px;	
	margin: 0;
	float: left;
	width: 920px;
	background: #222;
	font-size: 1.2em;
	background: url(../images/topnav_bg.gif) repeat-x;
}
ul.topnav li {
	float: left;
	margin: 0;	
	padding: 0 15px 0 0;
	position: relative; /*--Declare X and Y axis base--*/
}
ul.topnav li a{
	padding: 10px 5px;
	color: #fff;
	display: block;
	text-decoration: none;
	float: left;
}
ul.topnav li a:hover{
	background: url(../images/topnav_hover.gif) no-repeat center top;
}
ul.topnav li span { /*--Drop down trigger styles--*/
	width: 17px;
	height: 35px;
	float: left;
	background: url(../images/subnav_btn.gif) no-repeat center top;
}
ul.topnav li span.subhover {background-position: center bottom; cursor: pointer;} /*--Hover effect for trigger--*/
ul.topnav li ul.subnav {
	list-style: none;
	position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/
	left: 0; top: 35px;
	background: #333;
	margin: 0; padding: 0;
	display: none;
	float: left;
	width: 270px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border: 1px solid #111;
}
ul.topnav li ul.subnav li{
	margin: 0; padding: 0;
	border-top: 1px solid #252525; /*--Create bevel effect--*/
	border-bottom: 1px solid #444; /*--Create bevel effect--*/
	clear: both;
	width: 245px;
}
html ul.topnav li ul.subnav li a {
	float: left;
	width: 245px;
	background: #333 url(../images/dropdown_linkbg.gif) no-repeat 10px center;
	padding-left: 20px;
}
html ul.topnav li ul.subnav li a:hover { /*--Hover effect for subnav links--*/
	background: #222 url(../images/dropdown_linkbg.gif) no-repeat 10px center; 
}

/******************************************************************************/
/******************************************************************************/

#content{
	color: black;
	font: 1.8em Verdana, Arial, Helvetica, sans-serif;
	margin: 40px auto 0 auto;
	padding: 1em 1em;
	line-height: 1.5em;
	min-height: 750px;
	width: 100%;

	/* MJC - not sure if i like this or not 
	text-align: justify; */
}

#content.bg1 {
	background-image:url(../images/bg1.jpg);
}
#content.bg2 {
	background-image:url(../images/gear/gearbg.jpg);
}

#content h1{
	font: 1.5em Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	color: #44a;
	font-weight: bold;
	margin-left: 230px;
	padding-left: 20px;
}

#content h2{
	font: 1.3em Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	padding-left: 0.75em;
	margin-top: 0.75em;
	width: 25%;
}

#content h3{
	font: 1.1em Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	background: #eec;
	padding-left: 0.75em;
	border-bottom: 1px solid black;
}
#content h4{
	font: 1.0em Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	color: #55f;
}

#content .picborder{
	border: 2px solid black;
	float:left;
	margin:0 1em 0.5em 0;
	}
	
#footer {
	margin: 0 auto;
	height: 30px;
	width: 100%;
	padding: 0 0;
	background: #222;
	line-height: 30px;
	font-size: 1.4em ;
	color: white;
	background: url(../images/topnav_bg.gif) repeat-x;
	text-align: center;
}
#footer a{
	font: 1em Verdana, Arial, Helvetica, sans-serif;
	margin: 0 auto ;
	line-height: 30px;
}

#eXTReMe4 {
	margin: 5px 50%;
}
