* {margin: 0; padding: 0; 
}
#container {
	width: 100%;
	top: 0px;
	margin: auto;
}
div {
  text-align:center;
}
.body {
	text-align: center;
	background-image: url(../images/layout/dk_purple_color.jpg);
	background-repeat: repeat;
}
#header {
	font-family: Arial, Helvetica, sans-serif;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
#content_container {
	background-image: url(../images/layout/bg-ornate.jpg);
	background-repeat: repeat;
	width: 100%;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	padding-top: 10px;
	padding-bottom: 10px;
	clear: both;
}
#content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	width: 900px;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	clear: both;
}
#address_rows {
	width: 800px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	text-align: left;
}
#column_right {
	text-decoration: none;
	text-align: left;
	float: right;
	width: 375px;
}
#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	margin-top: 10px;
}
.float_right {
	float: right;
	text-align: right;
	margin-bottom: 8px;
	margin-left: 8px;
}
.footer_link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
#column_left {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	text-align: left;
	width: 375px;
	margin-bottom: 50px;
}
.address_link {
	text-decoration: underline;
	color: #FFFFFF;
}
#address_middle {
	background-image: url(../images/index/address_middle.png);
	background-repeat: repeat-y;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	text-align: left;
	padding-left: 16px;
	padding-right: 16px;
	padding-bottom: 8px;
}
#address_top {
	background-image: url(../images/index/address_top.png);
	background-repeat: no-repeat;
	height: 12px;
}
#address_bottom {
	background-image: url(../images/index/address_bottom.png);
	background-repeat: no-repeat;
	height: 18px;
}
.address_title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	text-transform: uppercase;
}
.address_name {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	font-style: italic;
}
.title_font {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	text-transform: uppercase;
}
.black_link {
	text-decoration: underline;
	color: #333333;
}
.map_border {
	border: thin solid #0E004E;
}
