body {
	padding: 0px;
	margin: 0px;
	background-color: #A8A681;
	background-image: url(../images/layout/bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	}
#bg {
	margin-top: 5px;
	padding: 0px;
	width: 100%;
	height: auto;
	background-image: url(../images/layout/bg_stones.jpg);
	background-repeat: repeat-y;
	background-position: center;
	background-color: #A8A681;
	}
#frame {
	width: 889px;
	height: auto;
	min-height: 500px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	color: #283E50;
	background-image: url(../images/layout/bg_middle.gif);
	background-repeat: repeat-y;
	}
#masthead {
	width: 878px;
	height: 177px;
	margin-top: 7px;
	margin-left: 5px;
	float: left;
	display: inline;
	background-repeat: no-repeat;
	}
#menu {
	width: 878px;
	height: 41px;
	margin-top: 3px;
	margin-left: 3px;
	float: left;
	display: inline;
	}	
#content {
	width: 878px;
	height: auto;
	min-height: 400px;
	margin-left: 5px;
	margin-top: 8px;
	margin-bottom: 10px;
	float: left;
	display: inline;
	}
	#left_content {
		width: 645px;
		height: auto;
		float: left;
		/*background-color: #FF33CC;*/
		}
		#flash_header {
			width: 635px;
			height: 40px;
			float: left;
			display: inline;
			margin-top: 5px;
			margin-bottom: 8px;
			margin-left: 5px;
			}
		#left_content p {
			font-size: 12px;
			line-height: 1.6;
			margin: 0px;
			padding: 0px;
			margin-top: 8px;
			margin-left: 20px;
			margin-right: 20px;
			}
		#left_content .img_left {
			width: 303px;
			height: 200px;
			background-repeat: no-repeat;
			background-position: center;
			float: left;
			margin: 10px;
			margin-bottom: 2px;
			}
		.subcontent {
			float: right; 
			margin-top: 10px; 
			margin-right: 5px; 
			display: inline;
			}
		.subcontent p {
			margin-left: 0px;
		}
	#right_content {
		width: 225px;
		height: auto;
		float: right;
		/*background-color: #00FF00;*/
		}
		#right_content .tagline {
			width: 224px;
			height: 185px;
			margin-top: 10px;
			float: left;
			background-repeat: no-repeat;
			background-position: center;
			}
		a.right_btn:link, a.right_btn:active, a.right_btn:visited {
			width: 208px;
			height: 40px;
			margin-right: 8px;
			margin-top: 15px;
			display: block;
			float: right;
			background-repeat: no-repeat;
			background-position: 0px 0px;
			background-image: url(../images/layout/btn_download.gif);
			}
		a.right_btn:hover {
			background-position: 0px -42px;
			}
		a.vrt_btn:link, a.vrt_btn:active, a.vrt_btn:visited {
	width: 135px;
	height: 24px;
	float: right;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-image: url(../images/layout/btn_vrt.gif);
	margin-right: 15px;
			}
		a.vrt_btn:hover {
			background-position: 0px -24px;
			}
#footer {
	width: 873px;
	height: 46px;
	padding-left: 5px;
	padding-top: 14px;
	font-size: 10px;
	margin-left: 5px;
	margin-top: 4px;
	float: left;
	display: inline;
	position: relative;
	background-image: url(../images/layout/bg_footer.gif);
	background-repeat: no-repeat;
	}
	a.foot:link, a.foot:active, a.foot:visited {
		color: #7B8E1B;
		text-decoration: none;
		}
	a.foot:hover {
		text-decoration: underline;
		}
#clear {
	clear: both;
	}