body
{
	margin: 0px;
	background: #B9BAA7;

	font-family: Verdana, Arial;
	font-size: 12px;
	color: #000000;
	text-align: justify;
}

#shade
{
	background: url(./images/background_shade.gif) repeat-y;

	margin: 10px auto;
	margin-top: 0px;
	margin-bottom: 0px;

	padding-left: 4px;
	padding-right: 4px;
	width: 750px;
}

#wrapper
{
	background-color: #CFD0C4;
	border: 1px solid black;
	border-top: 0px;
	border-bottom: 0px;
}

#network
{
	padding: 3px;
	background-color: #c8c9ba;
	border-bottom: 1px solid black;
}

#banner
{
	margin: 0px auto;
	padding: 0px;

	text-align: center;
	background: url(thirdage.jpg) top left no-repeat;
	width: 745px;
	height: 110px;
}

#banner span
{
	visibility: hidden;
}

#navbar
{
	padding: 2px;
	text-align: center;
	background-color: #c8c9ba;
	font-weight: bold;
	border-bottom: 1px solid #000000;
}

#navigation
{
	padding: 5px;
	background: #C8C9BA url(./images/nav_background.jpg) top left no-repeat;
	border-right: 1px solid black;
	width: 177px;
	float: left;
}

#navigation .navbox
{
	margin-top: 10px;
	border: 1px solid #000000;
	border-bottom: 0px;
}

#navigation .navbox div
{
	background: #AEAF9A;
	padding: 2px;
	border-bottom: 1px solid black;
	font-weight: bold;
}

#navigation .navbox ul
{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#navigation .navbox ul li
{
	background: #B9BAA7;
	padding: 2px;
	border-bottom: 1px solid black;
}

#navigation .navbox ul li.subnav
{
	background: #AEAF9A;
	padding-left: 10px;
}

#navigation .navbox ul li:before
{
	content: '» ';
}

#content
{
	position: relative;
	left: -1px;

	padding: 5px;

	float: left;
	width: 549px;
	border-left: 1px solid black;
	background: #CFD1C6 url(./images/content_background.jpg) top left no-repeat;
}

#ad
{
	margin: 0px;
	padding: 0px;
	background: #AEAF9A;
	border-bottom: 1px solid black;

	text-align: center;
}

#footer
{
	clear: both;
	background: #C8C9BA;
	border-top: 1px solid black;
	text-align: center;
	padding: 3px;
}

.indent
{
	text-indent: 25px;
}


.picture
{
	width: 150px;
	padding: 10px;

	font-size: 10px;
	color: #000000;
}

.right
{
	float: right;
}

.left
{
	float: left;
}

.heading
{
	font-size: 18px;
	font-weight: bold;
}

a:link, a:visited, a:active
{
	color: #786C61;
	text-decoration: none;
}

#content a:hover
{
	text-decoration: underline;
}

#navigation a:link, #navigation a:visited, #navigation a:active
{
	color: #464039;
}

#navigation a:hover
{
	color: #505140;
}

input, textarea, select
{
	background: none;
	font-family: Verdana, Arial;
	font-size: 12px;
	border: 1px solid #786C61;
}

.alt1 { background-color: #B9BAA7; }
.alt2 { background-color: #AEAF9A; }
.tcat { background: #AEAF9A url(./images/content_background.jpg); }

img { border: 0px; }
#toc { text-align: center; }

h2 { margin: 0px; padding: 0px; }
