body {
	font: normal 11px Arial, sans-serif;
	margin: 0;
	padding: 0;
	background: #ffffff url(img/body_bg.gif) 0px 90px repeat-x;
	line-height: 1.1;
}

img {
	border: 0;
}

a {
	color: #aa7d16;
}

h1, h2, h3 {
	margin: 10px 0;
	font-weight: normal;
}

h1 { font-size: 16px; }
h2 { font-size: 14px; }
h3 { font-size: 14px; }

h1 span, h2 span, h3 span {
	color: #aa7d16;
}

h1 a{
	margin: 10px 0;
	font-weight: bold;
	text-decoration:none;
	color: #aa7d16;
	font-size: 20px;
}
p {
	margin: 15px 0;
}

#wrap {
	width: 770px;
	margin: 0 auto;
}

#header {
	padding: 13px 0 13px 15px;
	height:64px;
}

* html #header {
	padding: 12px 0 13px 15px;
}

#nav {
	float: left;
	width: 162px;
	
	height: 130px;
	padding: 40px 10px;
	margin-right:20px;
	background-color: #330000;
	border-top: 1px solid #c9c9c9;
	border-bottom: 1px solid #c9c9c9;
	overflow: hidden; 
}

#nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border-top: 1px solid #b8a062;
}

#nav li {
	font: normal 12px "Trebuchet MS", Arial, sans-serif;
	letter-spacing: 2px;
	border-bottom: 1px solid #b8a062;
	
}

#nav li a {
	display: block;
	width: 142px;
	padding: 5px 0 5px 20px;
	color: #ffffff;
	text-decoration: none;
	background: url(img/li_bg.gif) 10px 49% no-repeat;
}

#nav li a.selected, #nav li a:hover {
	color: #330000;
	background: #ffffff url(img/li_bg.gif) 10px 49% no-repeat;
}

#content {
	clear: both;
	overflow: hidden;
	height: 1%;
}
#content1 {
	padding: 20px;
	display:block;
	overflow:none;
}

#content { background: url(img/content2_bg.gif) repeat-y; }

#content .left {
	float: left;
	width: 142px;
	padding: 20px;
	font: 13px "Trebuchet MS", Arial, sans-serif;
	line-height: 1.6;
}

#content .left a:hover, #content .left a.selected {
	font-weight: bold;
	color: #330000;
	text-decoration: none;
}

#content .middle {
	float: left;
	width: 423px;
	padding: 10px 15px;
	font-size: 12px;
}

#content .middle h1, #content .middle h2, #content .middle h3 {
	font-weight: bold;
}

#content .middle h1 {
	color: #cc9933;
}

#content .middle h2 {
	color: #330000;
	margin-bottom: 5px;
}
#content .middle h2 a:hover {
	text-decoration:none;
	}

#content .middle p.first {
	margin-top: 0;
}

#content .right {
	float: left;
	width: 125px;
	padding: 15px 5px;
}

#content .right .link {
	font-size: 17px;
	color: #330000;
	border-bottom: 1px dashed #330000;
	text-decoration: none;
	line-height: 1.2;
}

#footer {
	clear: both;
	font-size: 10px;
	padding: 5px 15px;
	border-top: 1px solid #c9c9c9;
}

#footer a:hover {
	text-decoration: none;
}
.floatr {
	float:right;
	border:1px solid silver;
	padding:2px;
	margin:0px 0px 8px 8px;
	}