/*========================================================*/
/*  Main Body & Scrollbar                                 */
/*========================================================*/


BODY {
	background-image:url(../images/bg.jpg);
	background-position:top;
	text-align:center;	
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0px;
	background-color: #e1e1e1;
	scrollbar-arrow-color:#FFFFFF;
	scrollbar-base-color:#6aa1dd;
	scrollbar-shadow-color:#F3F3F3;
	scrollbar-face-color:#6aa1dd;
	scrollbar-highlight-color:#F3F3F3;
	scrollbar-darek-shadow-color:white;
	scrollbar-3d-light-color:#9BAAC1;
	font-family:Tahoma;
	font-size:12px;
	color:#333333;
	line-height:18px;
}

/*------------------------  End  -------------------------*/

/*========================================================*/
/* DIV                                                    */
/*========================================================*/


.full-div { float:left; width:100%; vertical-align:top; text-align: center; background-image:url(../images/top-bg.jpg); background-repeat:repeat-x; background-position:top; }

.wraper {
	width:900px;
	vertical-align:top;
	text-align:center top;
	margin-left:auto;
	margin-right:auto;
	overflow: hidden;
}

#float {
	float:left;
	width:100%;
}



/* Text1 --*/
.heading {
	font-family:Tahoma;
	font-size:14px;
	color:#632903;
	font-weight: bold;
	text-decoration: none;
}
.bodytext_brown {
	font-family:Tahoma;
	font-size:12px;
	color:#632903;
	text-decoration: none;
}
.bodytext_bold_caps {
	font-family:Tahoma;
	font-size:12px;
	text-transform: uppercase;
	color:#333333;
	text-decoration: none;
}
.top_nav {
	font-family:Tahoma;
	font-size:12px;
	color:#632903;
	text-decoration: none;
}
.top_nav a{
	font-family:Tahoma;
	font-size:12px;
	color:#632903;
	text-decoration: underline;
}
.top_nav a:hover{
	font-family:Tahoma;
	font-size:12px;
	color:#632903;
	text-decoration: none;
}
