body 
{
	background-color: #424529;
	text-align: center;
	font-size: small;
}


/* =IDs
---------------------------------- */

#container 
{
	margin: auto;
	padding: 10px;
	background-color: #52694a;
	width: 800px;
	border: #000 solid 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
}

#picture
{
	margin: 0px 10px 10px 0px;
	float: left;
	border: solid #000 2px;
	width: 153px;
	height: 240px;
	background-image: url(images/pinetreefairy.gif);
}

#header
{
	width: 500px;
	height: 84px;
	margin: 0px 0px 30px 225px;
	padding: 0px;
	background-color: #52694a;
	background-image: url(images/header.gif);
}

#news
{
	width: 500px;
	margin: 15px 0px 15px 225px;
	padding: 5px 15px 10px 15px;
	border-right: 3px solid #000;
	border-bottom: 3px solid #000;
	background-color: #adbe9c;
	text-align: left;
}

#news h1
{
	text-decoration: underline;
	text-align: center;
	background-color: #52694a;
	line-height: 2em;
	color: #fff;
	text-transform: uppercase;
	margin-top: 10px;
}

#news a {
	color : #47442c;
	font-size : 12px;
	font-weight: bold;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration : underline;
}

#news a:hover {
	color: #fff;
	text-decoration: underline;
}


#content
{
	padding: 5px 15px 10px 15px;
	width: 500px;
	margin: 0px 0px 10px 225px;
	border-right: 3px solid #000;
	border-bottom: 3px solid #000;
	background-color: #adbe9c;
	text-align: left;
	min-height: 300px;
}

#content a {
	color : #47442c;
	font-size : 12px;
	font-weight: bold;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration : underline;
}

#content a:hover {
	color: #fff;
	text-decoration: underline;
}

#sidebar
{
	width: 160px;
	height: auto;
	float: left;
	text-align: left;
	margin-left: -20px;
	clear: right;
}

#sidebar li a span 
{
	visibility: hidden;
}

#sidebar ul
{
	list-style-type: none;
}



/* =NAVIGATION
-------------------------------------------- */

a.members:link, a.members:visited, a.members:active{
	background-image: url(images/members.gif);
	text-decoration: none;
	width: 119px;
	height: 38px;
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	border: none;
}


a.events:link, a.events:visited, a.events:active{
	background-image: url(images/events.gif);
	text-decoration: none;
	width: 95px;
	height: 38px;
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	border: none;
}



a.links:link, a.links:visited, a.links:active{
	background-image: url(images/links.gif);
	text-decoration: none;
	width: 69px;
	height: 38px;
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	border: none;
}


a.contact:link, a.contact:visited, a.contact:active{
	background-image: url(images/contact.gif);
	text-decoration: none;
	width: 112px;
	height: 38px;
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	border: none;
}



a.boasts:link, a.boasts:visited, a.boasts:active{
	background-image: url(images/boasts.gif);
	text-decoration: none;
	width: 97px;
	height: 38px;
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	border: none;
}



a.resources:link, a.resources:visited, a.resources:active{
	background-image: url(images/resources.gif);
	text-decoration: none;
	width: 135px;
	height: 38px;
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	border: none;
}


a.home:link, a.home:visited, a.home:active {
	background-image: url(images/home.gif);
	text-decoration: none;
	width: 78px;
	height: 38px;
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	border: none;
}




/* =CLASSES
-------------------------------- */

.contentheader
{
	text-align: center;
	text-decoration: underline;
	background-color: #52694a;
	line-height: 2em;
	margin-top: 10px;
	color: #bdcbad;
}

.member {
	font-weight: bold;
	text-decoration: underline;
}


.center {
	text-align: center;
}

.italic {
	font-style: italic;
}

.separator {
	height: 10px;
	background-color: #52694a;
	margin: 20px 0px;
	overflow: hidden;
}

.separator2 {
	height: 1px;
	margin: 20px 0px;
	border: 1px dashed #52694a;
	overflow: hidden;
}


ul.expanded {
	line-height: 2em;
}

ul.boasts {
	list-style-image: url(images/bullet.gif);
	line-height: 2em;
}

.updated {
	font-style: italic;
	color: red;
	font-weight: bold;
}


/* =ELEMENTS
------------------------------*/

h1
{
	font-size: 140%;
}

h2
{
	font-size: 110%;
	text-decoration: underline;
}


h3 {
	font-weight: normal;
	font-size: 100%;
	font-style: italic;
	text-decoration: underline;
}

ul {
	list-style-type: none;
}
