


html,
body {
	margin: 0px;
	padding: 0px;
   	height:100%;
   	width:100%;
	}

body {
   	background-color:#fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}

h1{
   	margin: 0px 0px 10px 0px;
	padding: 0px 10px 0px 0px;
	font-size: 22px;
	font-weight: bold;
	color: #b1ce4a;
	font-variant: small-caps;
	}

h2{
   	margin: 0px 0px 10px 0px;
	padding: 0px 10px 0px 0px;
	font-size: 16px;
	font-weight: bold;
	color: #b1ce4a;
	}	

p{
   	margin: 0px 0px 20px 0px;
	padding: 0px 10px 0px 0px;
	font-size: 12px;
	font-weight: normal;
	color: #22280e;
	line-height:  18px;
	}

ul{
	list-style-type: none;
	padding: 0px 10px 0px 0px;
   	margin: 0px 0px 20px 0px;
	font-size: 12px;
	font-weight: normal;
	color: #22280e;
	line-height:  18px;
	}

ul li{
	padding: 0px 0px 0px 20px;
   	margin: 0px;
	background-image: url(images/bullit.png);
	background-position: left 6px;
	background-repeat: no-repeat;
	}
	
a {
	outline: none;
	border-bottom:2px solid #22280e;
	color:#22280e;
	text-decoration:none;
	}

a:hover{
	background-color:#22280e;
	color:#fff;
	}


img {
	border: 2px solid #b1ce4a;
	padding:2px;
	background-color: #f6f6f6;
	}	
	
	
div#container {
   	min-height:100%;
   	position: relative;
	width: 100%;
	margin: 0 auto;
	overflow: none;
	}
	
div#top_bar {
   	background-color:#b1ce4a;
	height: 22px;	
	width:100%;
	margin: 0px;
	padding: 0px;
   	background-image:url(images/bg_top_bar.png);
   	background-position: left bottom;
   	background-repeat: repeat-x;
	}

div#header {
	min-width:1000px;
	max-width:1200px;	
	width: 80%;
	padding: 0px;   /* Height of the footer */
	margin: 0 auto;
	height: 130px;
	overflow: auto;
	border-bottom: 2px solid #b1ce4a;
	overflow: auto;
	clear: both;
	}
	
a#logo {
	float: left;
	display: block;
	width: 288px;
	height: 130px;
	background-image: url(images/logo.png);
	background-position: left;
	background-repeat: no-repeat;
	border: none;
	background-color: none;
	}
	
a#logo:hover {
	background-color: #fff;
	background-image: url(images/logo.png);
	background-position: left;
	background-repeat: no-repeat;
	}
	
div#header ul{
	float: left;
	list-style-type: none;
	padding: 0px;
	margin: 25px 0px 0px 12px;
	}
	
div#header ul li{
	color: #999;
	line-height: 26px;
	font-size: 14px;
	background-image: none;
	padding: 0px;
	margin: 0px;
	}

div#content {
	min-width:1000px;
	max-width:1200px;	
	width: 80%;
	padding: 0px 0px 150px 0px;   /* Height of the footer */
	margin: 0 auto;
	height: auto;
	overflow: auto;
	}
	
div#content_left {
	float: left;
	min-width:185px;
	max-width:222px;	
	width: 18.5%;
	padding: 0px;
	margin: 0px;
	height: auto;
	}

div#content_center {
	float: left;
	min-width: 620px;
	max-width: 746px;	
	width: 61%;
	padding: 30px 0px 0px 10px;
	margin: 0px;
	height: auto;
	}

div#content_center2 {
	float: left;
	min-width: 805px;
	max-width: 968px;	
	width: 80%;
	padding: 30px 0px 0px 10px;
	margin: 0px;
	height: auto;
	}

	
div.caption {
	margin: 0px;
	padding:0px;
	position: relative;
	width: auto !important;
}

div.caption p {
	position: absolute;
	margin: 0; 
	padding: 3px;
	font-size: 12px;
	
	bottom: 4px;
	left: 0;
   	background-color:#b1ce4a;
	color: #000;
	}

div#content_right {
	float: right;
	min-width:185px;
	max-width:222px;	
	width: 18.5%;
	padding: 0px;
	margin: 0px;
	height: auto;
	text-align: right;
	}

div#content_right p {
	margin: 0px;
	padding:0px;
	}

div#content_right p  img{
	border-left: 2px solid #b1ce4a;
	border-right: 2px solid #b1ce4a;
	border-top: none;
	border-bottom: none;
	padding: 0px 2px 0px 2px;
	width: 170px !important;
	}

div#content_right p  img#top{
	border-left: 2px solid #b1ce4a;
	border-right: 2px solid #b1ce4a;
	border-bottom:none;
	border-top:none;
	padding: 2px 2px 0px 2px;
	width: 170px;
	width: 170px !important;
	}

div#content_right p  img#bottom{
	border-left: 2px solid #b1ce4a;
	border-right: 2px solid #b1ce4a;
	border-bottom: 2px solid #b1ce4a;
	padding: 0px 2px 2px 2px;
	width: 170px;
	width: 170px !important;
	}
