/* CSS Document */
body {
	margin: 0;
	background: url(image/BG.jpg) repeat-x;
	background-color:#d8cba1;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	line-height:18px;
}

.fform {
	font-size:11px;
}
/*---------------------------------------------
	CLEAR FIX
---------------------------------------------*/
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    height: 0;
}

.clearfix {
    display: inline-block;
}

/*---------------------------------------------
	LAYOUT
---------------------------------------------*/
#container{
	width:1000px;
	margin: auto;
	background-image:url(images/background_white.jpg);
	background-repeat: no-repeat;
}
#content {
	width:900px;
	margin: auto;
	background-color:#FFFFFF;
}
#footer {
	width:860px;
	background-color:#547635;
	padding: 20px;
	margin:auto;
}
#WRAP {
	width:900px;
	margin:auto;
}

/*---------------------------------------------
	HEADER
---------------------------------------------*/

#HTop {
	width: 1000px;
	background-image:url(image/contentTOP.jpg);
	margin: auto;
	}
#HBottom {
	width: 1000px;
	margin:auto;
	background:url(image/ContBG.jpg);
	}
	


/*---------------------------------------------
	CONTENT / COLUMN
---------------------------------------------*/
#main {
	width:592px;
	padding:20px;
	border-right: 1px dashed #CCCCCC;
	float:left;
}
#rightCOL{
	width: 215px;
	padding:20px;
	margin-left:9px;
	float:left;
}
#HImage {
	width:643px;
	height:244px;
	float:left;
}
#Quote {
	background:url(image/quote.jpg) no-repeat;
	width: 257px;
	height:256px;
	float:left;
}
#borderRIGHT {
	border:#003300 1px solid;
	padding:20px;
	float:left;
	margin:1px;
	font-size: 11px;
	line-height: 14px;
	width:170px;
}
#border {
	border:#003300 1px solid;
	background:url(image/lightgray.jpg) repeat-x;
	padding:20px;
	float:left;
	margin:1px;
	font-size: 11px;
	line-height: 14px;
	width:550px;
}
#border2 {
	border:#003300 1px solid;
	background:url(image/lightgray.jpg) repeat-x;
	padding:20px;
	float:left;
	margin:1px;
	font-size: 11px;
	line-height: 14px;
	width: 550px;
}

/*---------------------------------------------
	LINKS
---------------------------------------------*/
a.FLink:link,
a.FLink:active,
a.FLink:visited {
	font-size:11px;
	color:#99CC33;
}

a.FLink:hover {
	color:#999999;
}
	
