 /*_pp03*/

body {
	margin: 0;
	padding: 0;
	background: url();
	background-position: left top;
	background-color: #7e6035;
	background-repeat: repeat-x repeat-y;
	font-weight: bold;
	font-size:80%;
    border: 0;
}

td,th {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.1em;
	color: #ffffff;
	padding-left: 8px;
	align: left;
	vertical-align: top;
	padding-right: 8px;
}

.clear {
	clear: both;
}


/* CUSTOM CLASSES */


h1,h2,h3,h4,h5,h6 {
	font-family:  Arial, Helvetica, sans-serif;	
	font-weight: bold;
}
a {
	font-size: 16px;
	color: #FFFFFF;
	text-decoration: none;
}

h1 {
	font-size: 2.6em;
	color: #dcc8a2;
}

h2 {
	font-size: 1.3em;
	color: #e1a900;
}

h3 {
	font-size: 1.8em;
	color: #dcc8a2;
}

h4 {
	font-size: 1.3em;
	color: #ffffff;
}


/* Header */

#header {
	width: 950px;
	height: auto;
	background: #434546;
	margin: 0 auto;
	border: #434546 2px solid;
	font-family: Arial, Helvetica, sans-serif;
}

#wrapper {
	width: auto;
	margin-left:auto;
	margin-right: auto;
	height: 100%;
	min-height: 100%;
}


/* Content */

#content {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	min-height: 397px;
	height: auto;
	overflow: hidden;
}

#content #transparentbox{
	width: 955px;
	position: relative;
	background-color: #000000;
	height: 800px;
	min-height: 800px;
	color: #000000;
	margin-left: auto;
	margin-right: auto;
	margin-top: 18px;
	height: auto;
	border: #ceac82 solid 2px;
	opacity: 0.35; 
	/* For IE 5-7 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=35);
	/* For IE 8 */
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=35)";
	z-index: 1;
}

#content #topCol{
    padding-top: 24px;
	padding-left: 24px;
    width: 100%;
	position: relative;
	margin-top: -800px;
	z-index: 10;
}


#content #leftCol{
	padding: 12px 20px 12px 40px;
	width: 270px;
	position: relative;
	color: #ffffff;
	float:left;
	z-index: 10;
}

#content #midCol{
	padding: 12px 0px 12px 24px;
	width: 260px;
	float: left;
	position: relative;
	color: #ffffff;
	z-index: 11;
}


#content #midCol h2{
	background: url(image/arrow.gif);
	background-position: left top;
	background-repeat: no-repeat;
	padding-left: 20px;
}

#content #rightCol{
	padding: 12px 50px 12px 0px;
	width: 260px;
	position: relative;
	float:left;
	color: #ffffff;
	float:right;
	z-index: 16;
	font-size: 1.2em;
}

#content #rightCol input.btn{
	background: transparent url(image/submit.gif);
	display: block;
	line-height: 0;
	background-color: #361b0f;
	background-repeat: no-repeat;
	border: 0px solid #FFFFFF; 
	cursor: pointer;
	width: 59px;
	height: 27px;
	text-indent: -9999px;
	position: relative;
	z-index: 20;
}

#content #rightCol input.btnr{
	background: transparent url(image/reset.gif);
	display: block;
	background-repeat: no-repeat;
	line-height: 0;
	background-color: #361b0f;
	position: relative;
	top: -27px;
	left: -52px;
	border: 0px solid #FFFFFF; 
	cursor: pointer;
	width: 59px;
	height: 27px;
	text-indent: -9999px;
	float: right;
	z-index: 21;
}


#mainContent {
	width: 729px;
    background-color: #ffffff;
	min-height: 100%;
	height: auto;
	float: right;
}


#content #sidebar {
	width: 231px;
	background-color: #cccccc;
	height: auto;
	float: left;
}

#content #sidebarb {
	width: 231px;
	background-color: #3f4142;
	height: auto;
    padding-bottom: 20px;
}



/* footer */
#footer {
	width: 955px;
	margin-top: 60px;
	color: #ffffff;
	margin-left:auto;
	margin-right: auto;
	margin: 40px auto 30px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}


.img {
	margin: 0px 4px;
	border: #7c5232 2px solid;
}

.ff {
	width: 670px;
}

.imgPadR {
	padding-right: 15px
}

.floatR {
	float: right;
}

.clear {
	clear: both;
}
