/* CSS Document */


.layout_home {
	height: 775px;
	width: 1030px;
	background-image: url(images/background.jpg);
	clear: both;
}
	
.body_text {
	font-family: Georgia, Times;
	font-size: 11px;
	font-style: normal;
	color: #FFFFFF;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 17px;
	padding-top: 2px;
	padding-left: 45px;
	letter-spacing: 0.01em;
	text-align: left;
	padding-right: 45px;
	padding-bottom: 2px;
}	

.layout {
	background-color: #260400;
	width: 300px;
	height: 550px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	padding: 0px;
	text-align: left;
	margin-bottom: 0px;
	background-repeat: repeat-y;
	overflow: visible;
}

.layout #left {
	height: 375px;
	width: 170px;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	float: left;
	overflow: hidden;
}

.layout #center {
	background-color: #f6d4a7;
	height: 355px;
	width: 540px;
	float: left;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	overflow: auto;
	padding: 10px;
	background-image: url(images/panebg.gif);
	background-attachment: fixed;
	background-position: center 500px;
}

.layout #right {
	height: 375px;
	width: 150px;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	float: left;
	overflow: hidden;
}
