body {
	margin: 0;
	background: #49494B;
}

a img {

    border: 0;

}

.main-container {
	width: 1000px;
	margin: 0 auto;
}

.header {
	height: 135px;
	background-color: #FFFFFF;
	float: left;
}

.logo {
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
	width: 200px;
	background-position: 14px 0;
}

.title {
	width: 800px;
	clear: right;
}

.header h1 {
	width: 600px;
	margin: 0;
	margin-top: 88px;
	padding: 0;
	text-align: right;
	font-size: 23pt;
	font-family: Arial;
	text-transform: uppercase;
}

.column {
	float: left;
	padding: 10px 12px 0 12px;
	margin: 0;
}



.small {
	width: 176px;
}

.large {
	width: 276px;
	padding-top: 0;
	text-align: left;
	margin: 0;
}

.wrapper {
	width: 1000px;
	background-image: url(../images/bg-wrapper.gif);
	overflow: auto;
	float: left;
}

.left {
	padding-right: 2px !important;
	width: 186px !important;
	height: 100%;
}

.right {
	padding: 0 !important;
	text-align: left;
	width: 196px;
	height: auto;
}

h2 {
	margin-top: 12px;
	margin-bottom: 5px;
	font-size: 10pt;
	color: #BF873A;
	font-family: Vectora, Arial, Verdana;
	text-transform: uppercase;
}

p, .column span {
	font-size: 9pt !important;
	color: #FFFFFF !important;
	font-family: Arial, Verdana !important;
	margin: 0 0 10px 0 !important;
	
}

p a {
	color: #BF873A;
}

.menu {
	margin: 0;
	margin-left: 17px;
	padding: 0;
	list-style: none;
	width: 173px;
	
}

.menu li {
	text-transform: uppercase;
	font-family: Arial, Verdana;
	font-weight: bold;
	font-size: 10pt;
	height: 23px;
	padding-top: 7px;
	padding-left: 10px;
	position: relative;
}

.menu li.hover {
	background: #BF873A;
	border-right: solid 2px;
}

.menu li a  {
	color: #FFFFFF;
	text-decoration: none;
	width: 500px;
}

.menu li.hover .sub {
	display: block;
}


.sub li a {
	color: #000000;
}

.sub {
	position: absolute;
	top: 0;
	left: 173px;
	display: none;
	background: #BF873A;
	padding: 0;
	margin: 0;
	list-style: none;
	width: 173px;
}

.sub li.hover {
	border: 0;
}

.sub li.hover a {
	color: #FFFFFF;
}

.footer {
	position: absolute;
	top: 750px;
	width: 165px;
	background: #BF873A;
	height: 20px;
	margin-left: 22px;
	z-index: 9999;
}

.footer p {
	margin:0;
	padding:0;
	font-family: Arial, Calibri;
	font-size: 7pt;
	text-align: right;
	padding-right: 5px;
	padding-top: 5px;
	font-weight: bold;
}