/* CSS Document */

body {
	font: 11px "Trebuchet MS", Verdana, Arial;
	background: url(../pics/bg.gif);
}

#holder {
	width: 760px;
	margin: 30px auto 0 auto;
}

#text {
	width: 440px;
	margin: 0 auto;
	position: relative;
	overflow: auto;
	height: 350px;
}

h1 {
	font-size: 16px;
	color: #f1a648;
}

a:link {
	text-decoration: underline;
	color: #f1a648;
}

a:visited {
	text-decoration: none;
}

a:hover {
	font-weight: normal;
	color: #ff8502;
}

a:active {
	text-decoration: none;
}

#td_topnav {
	background: #472903;
	border-left: 1px solid #000000;
}

#topnav {

}

#topnav a {
	color: #f1a648;
	background: #472903;
	text-decoration: none;
}

#topnav a:hover {
	color: #FFFFFF;
	background: #f1a648;
}

#topnav_active {
	color: #ffffff;
	font-weight: bold;
}


#td_content {
	background: #FFFFFF;
}

#copyright {
	font-size: 9px;
}
#copyright a {
	text-decoration: none;
}

#copyright a:hover {
	font-weight: bold;
}
#copyright a:active {
	text-decoration: none;
}
