@charset "utf-8";
/* Polo Grill Style */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #694932;
	margin: 0;	
}

a,  a:active, a:visited  {
	color: #006633;
	text-decoration: none;
}
a:hover {
	color: #EFB003;
	text-decoration: none;
}

.menu-title {
	font-size: 13px;
	color: #471F27;
	font-weight: bold;
}
	
.menu-description {
	font-style:italic;
}

.menu-active {
	color: #EFB003
}
	
.main-bg {
    background: url('../images/model-long.jpg') #694932 no-repeat; /* Main BG */
}

.content {
	padding: 25px 290px 10px 22px ;
	vertical-align:top;
}

.background {
    background: url('../images/bg-body.jpg') /*#694932*/ no-repeat; /* Main BG */
}

.new-page-leftside {
	background: url('../images/bg-new-pg-leftside.jpg') #DDD8D5 no-repeat;
	padding-left:20px; 
}

.logo {
    float: left; /* Logo Position */
    z-index: 2;
    position: absolute;
	width: 225px;
    margin-left: 633px;
}

#wrapper {
	width: 900px;
	margin: 0px auto; /* Top Margin */
}

.footer {
	padding:0;
	margin-top: 10px;
	width: 900px;
	height:auto;
	text-align:center;
	font-size: 11px;
	color:#fff;
	/*font-weight: bold;*/
}
.footer a,  .footer a:active, .footer a:visited  {
	color: #fff;
}
.footer a:hover {
    text-decoration: none;
}