body {
	margin: 0px 0px 0px 0px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #777777;
	background: #36140B url("../images/bg.jpg") fixed top left;
	line-height: 16px;
}
form {
	margin: 0px;
}
/* GENERAL */

/* image borders */
a img {
	color: #fff;
}         /* hide the border in Netscape 4 */
@media all {                   /* hide from Netscape 4 */
a img, img {
	color: inherit;/* undo the rule above */
	border: none;               /* hide from Netscape 4 */
}                           /* code from W3C - www.w3.org */
}
/* links */
A, A:link, A:visited {
	color: #777777; /* link_color */
	text-decoration: underline;
}
A:hover {
	color: #777777;
	text-decoration: underline;
}
#main {
	width: 800px;
	margin: 0px auto;
	text-align: left;
	margin-top: 50px;
	padding-bottom: 50px;
}
#backgroundTop {
	background: url("../images/background_top2.png") no-repeat bottom left;
	width: 100%;
	height: 22px;
}
#backgroundBottom {
	background: url("../images/background_bottom2.png") no-repeat top left;
	width: 100%;
	height: 22px;
	z-index: -100;
}
#backgroundRepeater {
	background: url("../images/background-repeat2.png") repeat-y top left;
	width: 100%;
}
#header {
	position: relative;
	width: 100%;
	z-index: 100;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	color: #723727;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #CC6600;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #CC6600;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
}
#logoImg {
	position: relative;
	top: 16px;
	left: 52px;
	float: left;
}
#nutImg {
	position: absolute;
	top: -10px;
	right: 14px;
}
#contentArea {
	width: 640px;
	margin: 0px auto;
	background: url(../images/symbol_b.gif) no-repeat right 320px;
	position: relative;/*border:1px solid red;*/
}
#contentArea2 {
	width: 640px;
	margin: 0px auto;
	position: relative;
}
#mainContentArea {
	width: 640px;
	margin: 0px auto;
	padding-bottom: 35px;/*border: 1px solid red;*/
	}
#leftAreaContent {
	width: 640px;
	padding: 280px 20px 0px 0px;
	/*border: 1px solid green;*/
			float: left;
}
#leftAreaContent2 {
	width: 640px;
	padding: 150px 0px 0px 0px;
	/*border: 1px solid green;*/
			float: left;
}
#rightAreaContent {
	float: right;
	width: 140px;
	/*border:1px solid blue;*/
			padding: 210px 0px 0px 20px;
	text-align: right;
}
#flashcontent {
	height: 283px;
	width: 776px;
	position: absolute;
	top: -10px;
	right: 10px;
}
#flashcontent2 {
	height: 350px;
	width: 500px;

}
.correction {
	vertical-align: text-bottom;
}
.floatRight {
	float: right;
	padding-left: 30px;
	padding-bottom: 30px;
}
