body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 7.75pt;
	color: #666;
	margin-top: 0px;
}
#wrapper {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	height: 148px;
	width: 900px;
	background-image: url(images/bg.png);
	background-repeat: repeat-x;
	position: fixed;
	z-index: 100;
}
#header .logo {
	height: 40px;
	width: 130px;
	margin-top: 53px;
	float: left;
	font-size: 7.25pt;
}
#header .title {
	height: 39px;
	width: 130px;
	margin-left: 225px;
	margin-top: 53px;
	font-size: 7.25pt;
	padding-top: 1px;
}
#textarea {
	float: left;
	width: 206px;
	margin-top: 148px;
	position: fixed;
}
#textarea .nav {
	line-height: 16px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #AEAEAE;
	padding-top: 15px;
	height: 60px;
}
#textarea .text {
	line-height: 16px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #AEAEAE;
	padding-top: 15px;
	height: 230px;
}
#imagearea {
	float: right;
	width: 675px;
	margin-top: 148px;
}
#imagearea .left {
	margin-bottom: 19px;
	margin-right: 19px;
}
#imagearea .right {
	margin-bottom: 19px;
}
#imagearea .leftbottom {
	margin-right: 19px;
}
#imagearea .rightbottom {
}
#imagearea .divider {
	height: 40px;
	width: 675px;
	margin-top: 35px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #AEAEAE;
}
#infoarea {
	float: right;
	width: 675px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #AEAEAE;
	margin-top: 148px;
}
#infoarea .text {
	width: 368px;
	line-height: 16px;
	padding-top: 15px;
	float: left;
}
#infoarea .list {
	width: 145px;
	line-height: 16px;
	padding-top: 15px;
	float: left;
}
#infoarea .divider {
	width: 675px;
	float: right;
	height: 35px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #AEAEAE;
}
#footer {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #AEAEAE;
	height: 40px;
	float: right;
	font-size: 7pt;
	padding-top: 18px;
	margin-top: 100px;
}

