html, body {
	height: 100%;
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background: #E9DFC6 url(../images/main_bg.png) repeat-x 0px 0px;
	line-height: 18px;
}
#container {
	margin: 0 auto;
	position: relative;
	width: 800px;
	background: #F9F7F1 url(../images/content_bg.png) no-repeat center top;
	min-height: 100% !important;
	overflow: visible;
}
#content_holder {
	margin-right: 20px;
	margin-left: 20px;
	padding-top: 160px;
	width: 760px;
	position: relative;
	z-index: 1;
	display: block;
}
#logo {
	position: absolute;
	left: 35px;
	top: 15px;
	width: 335px;
	height: 100px;
	z-index: 3;
}

#language {
	position: absolute;
	height: 15px;
	top: 20px;
	right: 20px;
}
.right_column {
	float: right;
	width: 278px;
}
.left_column {
	float: left;
	width: 466px;
}
.rounded_white {
	margin-top: 9px;
	padding: 10px;
	border: solid 2px #A60F1A;
	background: #FFFFFF;

}
.rounded_white a {
	font-size: 10px;
	font-weight: bold;
	color: #A60F1A;
}
.rounded_white a:hover {
	text-decoration: none;
}
.rounded_white p, .rounded_red p {
	margin: 0;
	padding: 0;
}
.rounded_white h1, .rounded_white h2, .rounded_white h3, .rounded_white h4, .rounded_white h5, .rounded_white h6 {
	margin: 0;
	padding-bottom: 5px;
	padding-top: 3px;
}
.rounded_white h1 {
	font-size: 20px;
	color: #000000;
}
.rounded_white h2 {
	font-size: 18px;
	color: #A60F1A;
}
.rounded_red {
	color: #FFFFFF;
	margin-top: 9px;
	padding: 10px;
	border: solid 2px #A60F1A;
	background: transparent url(../images/red_bg.jpg) repeat-y left top;
}
.rounded_red a {
	color: #FFFFFF;
	font-weight: normal;
	line-height: 20px;
}
.rounded_red a:hover {
	text-decoration: none;
}
.rounded_peter {
	color: #FFFFFF;
	margin-top: 9px;
	padding: 10px;
	border: solid 2px #A60F1A;
	background: transparent url(../images/Peter_Hanselman.jpg) no-repeat left top;
	height: 270px;
}
.rounded_red_footer {
	position: relative;
	margin-top: 9px;
	color: #FFFFFF;
	height:18px;
	padding: 10px;
	border: solid 2px #A60F1A;
	background: transparent url(../images/footer_bg.png) repeat-y left top;
	line-height: 12px;
}
.rounded_red_footer a {
	color: #FFFFFF;
	font-size: 12px;
	text-decoration: none;
}
.footer_inner {
	position: absolute; height: 12px; padding: 0; margin: 0; line-height:12px; width: 740px;text-align: center;
}
.rounded_red h2, .rounded_red h1 {
	color: #BE9E56;
	padding: 0px 0px 5px 0px;
	margin: 0;
	font-weight: bold;
	font-size: 18px;
	line-height: 12px;
}
#navigation {
	position: absolute;
	top: 112px;
	right: 18px;
	width: auto;
	z-index: 1;
	margin: 0;
	padding: 0;
	list-style: none;
}
#navigation li {
	float: left;
	width: 81px;
	height: 30px;
	text-align: center;
	margin-right: 3px;
	background: none;
}

#navigation .selected {
	background: transparent url(../images/tab_gold.png) no-repeat left top;
	color: #FFFFFF;
}

#navigation .unselected {
	background: transparent url(../images/tab_red.png) no-repeat left top;
	color: #BE9E56;
}

#navigation a, #navigation .selected .selected_txt {
	display: block;
	padding-top: 5px;
	height: 25px;
	text-decoration: none;
	font-size: 13px;
}
#navigation .selected a {
	color: #FFFFFF;
}
#navigation .unselected a {
	color: #BE9E56;
}
#navigation a:hover {
	color: #FFFFFF;	
}
#square {
	background: transparent url(../images/square_bg.png) no-repeat 0px 183px;
	overflow: hidden;
	position: absolute;
	visibility: visible;
	z-index: 0;
	width: 809px;
	left: -486px;
	top: 0px;
	min-height: 100% !important;
}
.clearer {
	height:22px;
	overflow:hidden;
	clear:both;
}
#subnav {
	font-size: 11px;
	width: auto;
	margin: 0;
	padding: 0;
	list-style: none;
}
#subnav .selected a {
	color: #A60F1A;
}
#subnav li {
	width: 135px;
	background: transparent url(../images/subpage_btn_bg.gif) no-repeat left top;
	margin-bottom: 5px;
	text-align: center;
	height: 36px;
	display: table;
	color: #A60F1A;
}
#subnav li a {
	line-height: normal;
	color: #FFFFFF;
	display: table-cell;
	vertical-align:middle;
}
#subnav li a p {
	margin: 0;
	padding: 0;
}.sub_header {
	font-size: 14px;
	color: #000000;
	font-weight: bold;
}
.download_divider {
	background-image: url(../images/cms/download_divider.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	height: 6px;
	overflow: hidden;
}
.frm_input {
	width: 100%;
	border: solid 1px #000000;
}
#frm_holder {
	border: dotted 1px #A60F1A;
	margin-top: 15px;
	padding: 10px;
}
