
/* CSS Document */
body {
    background-image: url("../images/bk_01.jpg");
	background-repeat: repeat-x;
	margin: 0px;
	background-color: #FFC66F;
}

div#wrapper {
width:1024px;
margin-left: auto;
margin-right: auto;
padding: 0px;
background-color:#FFF;
}

div#header {
margin: 0px;
position:relative;
}

div#nav {
height:155px;
width: 100%;
}

div#main {
	margin-top:10px;
width: 1024px;
}

div#main2 {
width: 1024px;
}

div#footer {
	margin-top:20px;
}


*{outline: none;}
img {border: 0;}
.container {
	width: 600px;
	padding: 0;
	margin: 0 auto;
}

.folio_block {
	margin-left:30px;
}

/*--Main Container--*/
.main_view {
	float: left;
	position: relative;
}
/*--Window/Masking Styles--*/
.window {
	height:350px;	width: 600px;

	overflow: hidden; /*--Hides anything outside of the set width/height--*/
		position: relative;
}

.image_reel {
	position: absolute;
	top: 0;
	left: 0px;
}

.image_reel img {float: left;}

/*--Paging Styles--*/
.paging {
	font-family:Arial, Helvetica, sans-serif;
	position: absolute;
	bottom: -26px;
	right: -29px;
	width: 155px;
	height:30px;
	z-index: 100; /*--Assures the paging stays on the top layer--*/
	text-align: center;
	line-height: 40px;
}

.paging a {
	padding: 5px;
	text-decoration: none;
	color: black;
}

.paging a.active {
	font-weight: bold;
	background: #B8860B;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	color: white;
}

.paging a:hover {
	color: black;
	font-weight: bold;
	}

.copybody {
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align: left;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}

.pagehead{
	font-family: Georgia, "Times New Roman", Times, serif;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	font-size: 24px;
	font-weight: bold;
	text-transform: capitalize;
}

.prohead{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 600;
}

.pro{
	text-transform: capitalize;
	font-family: Arial, Helvetica, sans-serif;
	padding-top:5px;
}

.sbar{
	text-align: left;
	font-family: Arial, sans-serif;
	font-size: 9pt;
	font-weight: bold;
}