body {
    background: none repeat scroll 0 0 #A0A59B;
    border: 0 none;
    font-size: 90%;
    font-family: Verdana;
    margin: 0;
    min-width: 1000px;
    padding: 0;
    width: 100%;
}
a {
    color: #2F4B57;
}
a:hover {
    color: #AD3D3A;
    text-decoration: none;
}
h1, h2, h3 {
    margin: 0.8em 0 0.2em;
    padding: 0;
}
p {
    margin: 0.4em 0 0.8em;
    padding: 0;
}
img {
    margin: 10px 0 5px;
}
#ads img {
    display: block;
    padding-top: 10px;
}
#header {
    clear: both;
    float: left;
    width: 100%;
}
#header {
    border-bottom: 0px solid #C78841;
}
#header p, #header h1, #header h2 {
    margin: 0;
    padding: 0.4em 15px 0;
}
#header ul {
    clear: left;
    float: left;
    list-style: none outside none;
    margin: 10px 0 0;
    padding: 0;
    width: 100%;
}
#header ul li {
    display: inline;
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
#header ul li a {
    background: none repeat scroll 0 0 #A0A59B;
    color: #000000;
    display: block;
    float: left;
    left: 15px;
    line-height: 1.3em;
    margin: 0 0 0 1px;
    padding: 3px 10px;
    position: relative;
    text-align: center;
    text-decoration: none;
}
#header ul li a:hover {
    background: none repeat scroll 0 0 #2F4B57;
    color: #FFFFFF;
}
#header ul li a.active, #header ul li a.active:hover {
    background: none repeat scroll 0 0 #AD3D3A;
    color: #FFFFFF;
    font-weight: bold;
}
#header ul li a span {
    display: block;
}
#layoutdims {
    background: none repeat scroll 0 0 #C78841;
    border-top: 4px solid #C78841;
    clear: both;
    margin: 0;
    padding: 6px 15px !important;
    text-align: center;
    width: 100%
}
.colmask {
    clear: both;
    float: left;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.colright, .colmid, .colleft {
    float: left;
    position: relative;
    width: 100%;
}
.col1, .col2, .col3 {
    float: left;
    overflow: hidden;
    padding: 0 0 1em;
    position: relative;
}
.threecol {
    background: none repeat scroll 0 0 #A0A59B;
}
.threecol .colmid {
    background: none repeat scroll 0 0 #FFFFFF;
    right: 25%;
}
.threecol .colleft {
    background: none repeat scroll 0 0 #A0A59B;
    right: 50%;
}
.threecol .col1 {
    left: 102%;
    width: 46%;
}
.threecol .col2 {
    left: 31%;
    width: 21%;
}
.threecol .col3 {
    left: 85%;
    width: 21%;
}
#footer {
    border-top: 1px solid #000000;
    clear: both;
    float: left;
    width: 100%;
}
#footer p {
    margin: 0;
    padding: 10px;
}





#container {
	padding:10px;
	margin:0 auto;
	position:relative;
	z-index:0;
}

#example {
	width:1000px;
	height:400px;
	position:relative;
}

#ribbon {
	position:absolute;
	top:-3px;
	left:-15px;
	z-index:500;
}

#frame {
	position:absolute;
	z-index:0;
	width:739px;
	height:341px;
	top:-3px;
	left:-80px;
}

/*
	Slideshow
*/

#slides {
	position:relative;
	top:15px;
	left:4px;
	z-index:100;
}

/*
	Slides container
	Important:
	Set the width of your slides container
	Set to display none, prevents content flash
*/

.slides_container {
	width:1000px;
	overflow:hidden;
	position:relative;
	display:none;
}

/*
	Each slide
	Important:
	Set the width of your slides
	If height not specified height will be set by the slide content
	Set to display block
*/

.slides_container div.slide {
	width:1000px;
	height:389px;
	display:block;
}


/*
	Next/prev buttons
*/

#slides .next,#slides .prev {
	position:absolute;
	top:107px;
	left:-39px;
	width:24px;
	height:43px;
	display:block;
	z-index:101;
}

#slides .next {
	left:585px;
}

/*
	Pagination
*/

.pagination {
	margin:26px auto 0;
	width:100px;
}

.pagination li {
	float:left;
	margin:0 1px;
	list-style:none;
}

.pagination li a {
	display:block;
	width:12px;
	height:0;
	padding-top:12px;
	background-image:url(../img/pagination.png);
	background-position:0 0;
	float:left;
	overflow:hidden;
}

.pagination li.current a {
	background-position:0 -12px;
}

/*
	Caption
*/

.caption {
	z-index:500;
	position:absolute;
	bottom:-35px;
	left:0;
	height:30px;
	padding:5px 20px 0 20px;
	background:#000;
	background:rgba(0,0,0,.5);
	width:540px;
	font-size:1.3em;
	line-height:1.33;
	color:#fff;
	border-top:1px solid #000;
	text-shadow:none;
}