body,td,th {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #333333;
	line-height: 20px;
}
body {
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 75px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #D2D3D5;
}
#container {
	border: 1px solid #CCCCCC;
	width: 900px;
}
#border {
	border: 20px solid #FFFFFF;
	width: 860px;
}
.content {
	padding-top: 30px;
	padding-right: 50px;
	padding-bottom: 75px;
	padding-left: 30px;
	text-align: left;
	vertical-align: top;
}
.address {
	background-color: #D8D9DB;
	width: 254px;
	padding-top: 30px;
	padding-right: 50px;
	padding-bottom: 75px;
	padding-left: 30px;
	text-align: left;
	vertical-align: top;
}
a:link {
	color: #266BB0;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #266BB0;
}
a:hover {
	text-decoration: underline;
	color: #4A4B9B;
}
a:active {
	text-decoration: none;
	color: #4A4B9B;
}
