body {
	margin: 0px;
	padding: 0px;
	background-image: url(images/body_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #F7F2E8;
}

.container {
	display: block;
	width: 800px;
	background-image: url(images/title.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 20px;
}


.container .header {
	height: 200px;
}
.container .header .info {
	margin-top: 90px;
	font-family: Tahoma;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	float: left;
	width: 390px;
}
.container .header .info a {
	color: #666666;
	text-decoration: none;
}
.container .header .info a:hover {
	color: #753921;
	text-decoration: underline;
}
.container .wrapper {
	float: left;
	width: 200px;
	margin-top: -100px;
}

.container .wrapper .navbar {
	display: block;
	padding: 30px 0px 0px;
	float: left;
	width: 200px;
	background-image: url(images/top2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 50px;
}
.container .wrapper .navbar ul {
	margin: -20px 0px 0px;
	padding: 0px 0px 30px;
	background-image: url(images/bottom2.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.container .wrapper .navbar li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.container .wrapper .navbar a {
	padding-right: 50px;
	padding-left: 20px;
	font-family: Tahoma;
	font-size: 14px;
	color: #753921;
	text-decoration: none;
	display: block;
	padding-top: 1px;
	padding-bottom: 1px;
	font-weight: bold;
	line-height: 30px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	background-color: #E7DCBE;
	margin: 0px;
	border-top-style: none;
	border-bottom-style: dashed;
}
.container .wrapper .navbar a:hover {
	color: #B65834;
	background-color: #DFD1A8;
	background-image: url(images/pointer.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 30px;
}
.container .wrapper .navbar h6 {
	font-family: Tahoma;
	font-size: 12px;
	color: #666666;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: -25px;
	font-style: italic;
	font-variant: small-caps;
	margin-bottom: 30px;
	height: 10px;
	padding-right: 40px;
}
.container .wrapper .logos {
	clear: left;
	font-family: Tahoma;
	font-size: 12px;
	color: #666666;
	padding: 0px;
	margin-top: 20px;
	width: 200px;
	float: left;
}

.container .content {
	float: left;
	width: 500px;
	margin-top: 25px;
	margin-left: 20px;
	padding-top: 25px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #753921;
	padding-right: 40px;
	padding-left: 20px;
	padding-bottom: 40px;
	background-image: url(images/content_bg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.container .content p {
	font-family: Tahoma;
	font-size: 14px;
	color: #000000;
	line-height: 25px;
}
.container .content h3 {
	font-family: Tahoma;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	color: #95B393;
}
.container .content h4 {
	font-family: Tahoma;
	font-size: 14px;
	font-weight: bold;
	color: #753921;
}
.container .content h5 {
	font-family: Tahoma;
	font-size: 10px;
	font-weight: bold;
	color: #666666;
}

.container .content a {
	text-decoration: none;
	color: #753921;
}
.container .content a:hover {
	text-decoration: underline;
}
.container .content li {
	font-family: Tahoma;
	font-size: 14px;
	font-style: italic;
	color: #333333;
	line-height: 20px;
	list-style-type: circle;
}
td {
	font-family: Tahoma;
	font-size: 14px;
	font-style: italic;
	color: #753921;
	padding-right: 6px;
}


.container .footer {
	font-family: Tahoma;
	font-size: 10px;
	line-height: 30px;
	color: #666666;
	height: 50px;
	clear: both;
}
.container .footer a {
	color: #666666;
	text-decoration: none;
}
.container .footer a:hover {
	color: #000000;
	text-decoration: underline;
}
