body,td,th {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 10px;
	color: #333333;
	margin-top: 30px;
}
body {
	background-color: #FFFFFF;
}
a:link {
	color: #333333;
}
a:visited {
	color: #333333;
}
a:hover {
	color: #999999;
}

#maincontainer {
	width: 800px;
	height: 598px;
	border-style: solid;
	border-color: #000000;
	border-width: 1px;
	margin: auto;
	background-image: url(images/home_backgroundseed.jpg);
	background-position: 32% 93%;
	background-repeat: no-repeat;
}

#leftcontent {
	width: 548px;
	height: 598px;
	float: left;
}

#title {
	width: 438px;
	height: 98px;
	position: relative; 
	top: -350px;
	left: 50px;
	border: 0px;
}

#content {
	width: 340px;
	position: relative; 
	top: -282px;
	left: 195px;
	border: 0px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
}

#menu {
	width: 180px;
	position: relative;
	bottom: 0px;
	top: 205px;
}

#rightpicture {
	float: right;
	width: 250px;
	height: 598px;
}

#footer {
	width: 798px;
	margin: auto;
	text-align: center;
	margin-top: 40px;
	margin-bottom: 30px;
}

.footertext {
	color: #666666;
	font-size: 10px;
	line-height: 8px;
}

#description {
	/* border: 1px solid #000; */
	width: 360px;
	height: 96px;
	position: relative;
	bottom: 215px;
	left: 180px;
}