body {
	margin: 0px 0px 0px 0px;
	background-image:url(images/background.jpg);
	background-repeat: repeat-x; 
	background-color: #CFCFCF;
}

#main_content {
	width:780px;
	margin:0px auto;
}

.textbox
{
	width: 310px;
	padding-left:15px;
	padding-right:5px;
	font-family:"Times New Roman", Times, serif;
	font-size:13px;
	color:#000000;
	line-height:20px;
}

.floorbox
{
	width: 310px;
	padding:10px 15px 10px 15px;
	font-family:"Times New Roman", Times, serif;
	font-size:13px;
	color:#000000;
	line-height:20px;
}

.text
{
	font-family:"Times New Roman", Times, serif;
	font-size:13px;
	color:#000000;
}

.title {
	font-family:"Times New Roman", Times, serif;
	font-size:16px;
	color:#000000;
}

ul {
	font-family:"Times New Roman", Times, serif;
	font-size:13px;
	color:#000000;
	line-height:18px;
	list-style-position:outside;
	list-style-type: square;
}

a {
	font-family: Times New Roman, Times, serif;
	font-size: 13px;
	color:#968654;
	font-weight: bold;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color:#0B5254;
}
a:active {
	text-decoration: none;
}