body {
	background-image: url(pics/background.jpg);
	background-repeat: repeat-x;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 14pt;
	color: #333;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#wrapper {
	background-image: url(pics/main_background.jpg);
	background-repeat: no-repeat;
	width: 960px;
	overflow: visible;
	height: 905px;
	min-height:905px;
	margin: 0px auto;
	text-align: left;
	padding: 0px;
	background-position: center top;
	position: relative;
}
#main {
	width: 599px;
	background-image: url(pics/bg_content.jpg);
	background-repeat: no-repeat;
	min-height:600px;
	border: 1px solid #000;
	margin: 0px auto;
	position: relative;
	top: 30px;
	display: block;
	padding: 0px;
	height: 700px;
}
#nav {
	position: absolute;
	top: 30px;
	right: 30px;
	width: 150px;
}
#nav p {
	margin: 0px;
	padding: 2px 0px 2px 10px;
}
#main p {
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 20px;
}
.textBlock1 {
	display: block;
	width: 350px;
	font-size: 11pt;
	line-height: 15pt;
	color: #903;
	font-style: italic;
	font-weight: normal;
	margin-top: 0px;
	margin-left: 20px;
	margin-bottom: 10px;
	padding-top: 150px;
}
.textBlock2 {
	display: block;
	width: 350px;
}
h1 {
	font-size: 12pt;
	font-weight: bold;
	color: #903;
	text-align: center;
	margin: 5px 0px;
}
.column1 {
	margin: 0px 10px 10px 0px;
	width: 180px;
	display: block;
	position: relative;
	left: 20px;
	float: left;
	background-color: #FFF;
	top: 0px;
}
.column2 {
	width: 180px;
	display: block;
	position: relative;
	left: 20px;
	float: left;
	background-color: #FFF;
}
.column3 {
	margin: 0px 10px 10px;
	width: 180px;
	display: block;
	position: relative;
	left: 20px;
	float: left;
	height: 350px;
	vertical-align: bottom;
}
