body {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #242424;
	background-color: #244924;
	margin: 0px;
}

/* Wrapper Selector is use to contain all the other DIV tags
	it will allow our site to free float
*/
#wrapper {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	padding: 0px;
	text-align:left;
	/* debug 
	border: solid 1px #f00;
	background-color: #fff;*/
}

/*
	Top
*/
#top {
	width: 758px;
	height: 59px;
	background-image: url(../images/top3.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	text-align:left;
	background-repeat: no-repeat;
	border-right: solid 1px #000;
	border-left: solid 1px #000;
	
	/* debug 
	border: solid 1px #f00;
	background-color: #eee;*/
}

/*
	MainNav
	
	greys
	light #c2c2c2
	med   #898989
	dark  #535353
*/
#mainnav {
	width: 758px;
	height: 19px;
	margin: 0;
	padding: 0;
	font-size: 12px;
	background: #898989;
	border: solid 1px #000;
	/* debug 
	border: solid 1px #f00;
	background-color: #eee;*/
}
#mainnav ul {
	display: block;
	float: right;
	list-style: none outside;
	padding: 0;
	margin: 0;
	border: 0 solid black;
	/* debug 
	border: solid 1px #f00;*/
}
#mainnav li {
	display: inline;
	/*height: 19px;*/
	padding: 0;
	margin: 0;
}
#mainnav li.selected {
	display: block;
	float: left;
	text-decoration: none;
	text-align: center;
	padding: 3px 15px 2px;
	margin: 0;
	background: #535353;
	color: #c2c2c2;
	border-left: solid 1px #000;
}
#mainnav li a,
#mainnav li a:link,
#mainnav li a:visited {
	display: block;
	float: left;
	text-decoration: none;
	text-align: center;
	padding: 3px 15px 2px;
	margin: 0;
	background: #898989;
	color: #c2c2c2;
	border-left: solid 1px #000;
}
#mainnav li a:hover,
#mainnav a:active {
	background: #c2c2c2;
	color: #535353;
}

/*
	Content
	
	Contains Main, Users, Sidebar
	
	greens
	bright: #c2d8c2
	light:  #899F89
	med:    #537253
	dark:   #244924
	
	greys
	bright: #c2c2c2
	light:  #898989   
	med:    #535353
	dark:   #242424
*/
#content {
	position: absolute;
	width: 758px;
	margin: 0;
	padding: 0;
	background: #899f89;
	border-left: solid 1px #000;
	border-right: solid 1px #000;
	border-bottom: solid 1px #000;
	/* debug
	border: solid 1px #f00; */
}
#content #main {
	float: left;
	width: 518px;
	height: 100%;
	margin: 0;
	padding: 10px 0;
	background: transparent;
	/*border-left: solid 1px #030;*/
}
#content #main h1 {
	font-size: 16px;
	line-height: 16px;
	margin: 10px 15px;
	padding: 0;
	text-shadow: #333 0px 2px 4px;
}
#content #main p {
	font-size: 12px;
	line-height: 20px;
	margin: 10px 15px;
	padding: 0;
}
#content #main a,
#content #main a:link,
#content #main a:visited {
	font-weight: bold;
	color: #000;
	text-decoration: none;
}
#content #main a:hover,
#content #main a:active {
	text-decoration: underline;
	color: #000;
}

#content #main #users {
	width: 498px;
	margin: 10px;
	padding: 0;
	border: solid 1px #000;
	background: #898989;
}
#content #main #users td {
	width: 100px;
	text-align: center;
	font-size: 12px;
}
#content #main #users td a,
#content #main #users td a:link,
#content #main #users td a:visited {
	display: block;
	width: 90px;
	padding: 3px 0;
	margin: 4px;
	
	text-decoration: none;
	color: #242424;
	background: #535353;
	border: solid 1px #000;
}
#content #main #users td a:hover,
#content #main #users td a:active {
	background: #537253;
}
#content #main #users img {
	padding: 1px;
	border: solid 1px #000;
}
#content #main #users td h1 {
	font-size: 16px;
	line-height: 16px;
	margin: 10px 15px;
	padding: 0;
	text-align: left;
	text-shadow: #333 0px 2px 4px;
}

#content #sidebar {
	width: 238px;
	height: 100%;
	margin: 0;
	padding: 0;
	float: right;
	background: transparent;
	/*border-right: solid 1px #030;*/
	/* debug 
	border: solid 1px #f030;*/
}
#content #sidebar h1 {
	width: 198px;
	font-size: 12px;
	font-weight: normal;
	background: #535353 url(../images/bg_sidebar3_type1.gif) no-repeat bottom right;
	color: #c2c2c2;
	border: solid 1px #000;
	padding: 2px 5px;
	margin: 10px;
	
}
#content #sidebar h1.type2 {
	background-image: url(../images/bg_sidebar3_type2.gif);
}
#content #sidebar h1.type3 {
	background-image: url(../images/bg_sidebar3_type3.gif);
}
#content #sidebar p {
	width: 198px;
	font-size: 11px;
	line-height: 18px;
	font-weight: normal;
	background: transparent;
	color: #000;
	text-align: left;
	padding: 0;
	margin: 10px 20px;
}
#content #sidebar p.who {
	font-size: 10px;
	line-height: 11px;
	text-align: right;
	color: #333;
}
#content #sidebar p a,
#content #sidebar p a:link,
#content #sidebar p a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #244924;
	background-color: transparent;
}
#content #sidebar p a:hover,
#content #sidebar p a:active {
	color: #242424;
	background-color: #899f89;
}
#content #sidebar p.who a,
#content #sidebar p.who a:link,
#content #sidebar p.who a:visited {
	text-decoration: none;
	font-weight: normal;
	color: #333;
	background-color: transparent;
}
#content #sidebar p.who a:hover,
#content #sidebar p.who a:active {
	text-decoration: underline;
	color: #000;
}
#content #sidebar h6, 
#content #sidebar h6 a,
#content #sidebar h6 a:link,
#content #sidebar h6 a:visited {
	display: block;
	width: 190px;
	font-size: 11px;
	line-height: 15px;
	font-weight: normal;
	color: #000;
	padding: 5px 9px;
	margin: 0;
	margin-top: -3px;
	margin-bottom: -3px;
	text-decoration: none;
	background: transparent;
	border: solid 1px #899f89;
}
#content #sidebar h6 a:hover,
#content #sidebar h6 a:active {
	/*background: #c2d8c2;*/
	background: #898989;
	border: solid 1px #000;
}
#content #sidebar h6 .heading {
	font-weight: bold;
	text-shadow: #333 0px 2px 4px;
}
#content #sidebar h6 img {
	margin: 0px;
	margin-left: 20px;
	padding: 0px;
	border: solid 1px #000;
}
/*
	Bottom
*/
#content #bottom {
	float: left;
	width: 758px;
	margin: 0;
	padding: 0;
	text-align:left;
	border-top: solid 1px #000;
	background: #898989;
	height: auto;
}
#content #bottom p {
	font-size: 10px;
	padding: 5px 30px 5px 15px;
	margin: 0;
	color: #535353;
}
#content #bottom a,
#content #bottom a:link,
#content #bottom a:visited {
	text-decoration: none;
	color: #535353;
	font-weight: bold;
}
#content #bottom a:hover,
#content #bottom a:active {
	text-decoration: underline;
	color: #242424;
}
#content #bottom img#license {
	float: right;
	border: 0px solid #000;
}

