body {
	margin: 8px;
	padding: 0;

	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3C3728;
        background: #000000 url(images/pgbkg1-4.png) repeat-x;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000000;
}

h2 { font-size: 24px; }
h3 { font-size: 18px; }

p, ol, ul {
	line-height: 20px;
}

a {
	color: #000000;
}

a:hover {
	text-decoration: none;
}

.image {
	float: left;
	margin: 5px 15px 0 0;
	border: 4px solid #000000;
}

.byline {
	margin: 0;
	padding: 0 0 0 5px;
	background: #645B43;
	font-size: 9px;
}

/* Header */

#header {
	width: 592px !important;
	width: 600px;
	height: 112px !important;
	height: 118px;
	margin: 0 auto;
	background: url(images/3.png) no-repeat;
	border: 4px solid #000000;
}

#header h1 {
	float: left;
	padding: 40px 0 0 20px;
	text-transform: uppercase;
	font-size: 36px;
	color: #ACA283;
}

#header h3 {
	float: right;
	padding: 95px 5px 0 0;
	text-transform: uppercase;
	font-size: 11px;
	color: #ACA283;
}

#header h2 {
	float: right;
	padding: 95px 5px 0 0;
	font-size: 11px;
}

#header a {
	text-transform: uppercase;
	text-decoration: none;
	font-size: 11px;
	color: #ACA283;
}

/* Menu */

#menu {
	width: 600px;
	height: 30px;
	margin: 0 auto;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	width: 120px;
	height: 26px;
	padding: 4px 0 0 0;
	background: url(images/img3.png);
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	color: #ACA283;
}

#menu a:hover, #menu .active a {
	background: url(images/img4.png);
	color: #FFFFFF;
}

/* Content */

#content {
	width: 592px !important;
	width: 600px;
	margin: 0 auto;
	background: #786E50 url(images/gf4.png) repeat-y;
	border: 4px solid #000000;<!--#F3BD4C,CE893E,#786E50-->
}

#content ul {
	margin: 0px;
	padding: 0;
	list-style-type: none;
	font-family: verdana, arial, Helvetica, sans-serif;
	font-size: 10px;
}
#content li {
	margin: 0px;
	height: 15px;
	line-height: 15px;
	width: 120px;
}
#content a{
	display: block;
	padding: 0;
	background-repeat: repeat-x;
	color: blue;
	text-decoration: none;
	background-color: white;
	filter:alpha(opacity=50);
	opacity: 0.5;
	width: 116px;
}
#content a:hover{
	color: #9d11b3;
	text-decoration: none;
	filter: alpha(opacity=70);
	opacity: 0.7;
}

div.menucol {
	position:absolute;
	visibility:hidden;
	background-color:orange;
	width:120px;
}

/* Footer */

#footer {
	width: 600px;
	margin: 0 auto;
	background: #000000;<!--CA853A-->
}

#footer p {
	margin: 0;
	padding: 0 0 4px 0;
	text-align: center;
	font-size: 9px;
	color: #ffaa44;<!--3C3728-->
}

#footer a {
	color: #786E50;
}