/* globals */
* { 
	font-family:georgia; 
	color:#6d6e70;
}

.clear { clear:both; }
.warning { text-align:center; color:#c00; font-weight:bold; }


h1 { font-size:18px; }
h2 { font-size:16px; }
h3 { font-size:14px; }
h4 { font-size:12px; }
h5 { font-size:11px; }
h6 { font-size:10px; }

a { color:#71843b; }

select, option, input { color:#000; }
textarea { font-size:14px; }


/* body */
body { 
	text-align:center; 
}


/* wrapper */ 
div#wrapper { 
	text-align:left; 
	margin:0px auto; 
	width:690px; 
}


/* header */
div#header { 
	width:100%; 
	margin-top:55px;
	margin-left:20px;
}
div#header div.logo { 
	float:left; 
	background-image:url(../images/logo.png); 
	background-position:center center; 
	background-repeat:no-repeat; 
	width:150px; 
	height:150px; 
}
div#header div.header { 
	float:left; 
	background-image:url(../images/header.jpg); 
	background-position:center center; 
	background-repeat:no-repeat; 
	width:500px; 
	height:150px; 
}


/* navigation and footer_navigation */
div.navigation {
	margin:25px 0px;
	text-align:center;
}
div.navigation ul { 
	margin:0px; 
	padding:0px;
	list-style:none; 
	height:22px;
}
div.navigation ul li { 
	margin:0px;
	padding:2px;
	display:inline;
}
div.navigation ul li.spacer { 
	background-image:url(../images/navigation_spacer.png);
	background-position:center center;
	_background-position:center left; 
	background-repeat:no-repeat; 
}
div.navigation ul li a { 
	text-decoration:none; 
	color:#6d6e70; 
	font-size:12px; 
	letter-spacing:1px; 
}
div.navigation ul li a:hover, div.navigation ul li a:active {
	color:#71843b;
}
div.navigation div.green_border {
	width:100%;
	height:8px;
	background-image:url(../images/green_border.gif);
	background-repeat:no-repeat;
	background-position:center center;
}


/* content_wrapper and content */
div#content_wrapper {
	width:100%;
	text-align:center;
}
div#content {
	width:550px;
	margin:0px auto;
	text-align:left;
	font-size:12px;
	color:#6d6e70;
	letter-spacing:1px;
}
div#content, div#content p, div#content td, div#content div, div#content li {
	color:#231F20;
}


/* footer navigation and copyright */
div#footer div.navigation {
	margin-bottom:10px;
}
div#footer div.navigation ul {
	border-top:1px solid #6d6e70;
	border-bottom:1px solid #6d6e70; 
}
div#footer div.copyright {
	width:100%;
	text-align:center;
	font-size:11px;
	color:#6d6e70;
	letter-spacing:1px;
}
