﻿/* CSS layout */
body {
	margin: 0;
	background-color: #211B17;
}
#masthead {
	position: relative;
	width: 954px;
	margin: auto;
}

#container {
	margin: auto;
	position: relative;
	width: 954px;
	left: 0px;
}

#left_col {
	width: 153px;
	position: absolute;
	left: 0px;
	top: 0px;
	height: 100%;
	background-image: url('images/buttons_bg.jpg');
	background-repeat: repeat-y;
}

#page_content {
	margin-left: 153px;
	background-image: url('images/bg.jpg');
	background-color: #FCEBDA;
	background-repeat: no-repeat;
	position: relative;
}

#footer {
	position: relative;
	width: 954px;
	background-color: #FCEBDA;
	color: #903D1F;
	margin: auto;
	height: 18px;
	border-top-color: #903D1F;
	border-top-style: solid;
	border-top-width: 2px;
	font-size: small;
	text-align: center;
	padding-top: 3px;
	font-family: "Times New Roman", Times, serif;
}
#footer a:link {
	text-decoration: underline;
	color: #903D1F;
}
#footer a:active {
	text-decoration: underline;
	color: #903D1F;
}
#footer a:visited {
	text-decoration: underline;
	color: #903D1F;
}
#footer a:hover {
	color: #903D1F;
	text-decoration: none;
}
.whiteboxcontainer {
	position: absolute;
	width: 331px;
	height: 100%;
	z-index: 1;
	left: 442px;
	top: 16px;
}
.whiteboxcontent {
	background-image: url('images/white_box_bg.png');
	width: 331;
	margin-left: 13px;
	font-size: 11pt;
}
.whiteboxbottom {
	height: 39px;
}
.whiteboxtop {
	height: 37px;
}
.brownboxcontainer {
	top: 16px;
	height: 100%;
	width: 421px;
	position: absolute;
	left: 31px;
}
.browncontent {
	background-image: url('images/brown_box_bg.png');
	padding-right: 60px;
	padding-left: 15px;
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	text-align: justify;
	color: #FFFFFF;
	margin-top: 0px;
}
.brownboxtop {
	height: 28px;
}
.maincontent {
	position: absolute;
	width: 752px;
	height: 100%;
	z-index: 1;
	left: 0px;
	top: 18px;
}
.addres {
	position: absolute;
	width: 482px;
	height: 19px;
	z-index: 1;
	left: 264px;
	top: 110px;
	color: #812317;
	font-size: small;
	font-family: "Times New Roman", Times, serif;
}
.buttonsborder0 {
	border-width: 0px;
}
.style1 {
	position: absolute;
	width: 356px;
	height: 440px;
	z-index: 1;
	left: 377px;
	top: 8px;
}
