@charset "utf-8";

body {
	background-color: #E2E2E2;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #CCCCCC;
	font-size: 14px;
}
* {
	top: 0px;
	margin: 0px;
	padding: 0px;
}


a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#wrapper {
	background-color: #273F7F;
	width: 800px;
	clip: rect(auto,auto,auto,auto);
	background-position: center;
	margin-right: auto;
	margin-left: auto;
}
#wrapper #menu {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 244px;
	background-color: #273F7F;
	background-repeat: no-repeat;
	background-image: url(../images/main/menu_left.jpg);
}
#wrapper #menu #nav_box {
	position: relative;
	height: 250px;
	width: 240px;
	top: 50px;
	float: left;
	text-align: right;
	list-style-position: inside;
	list-style-image: none;
	list-style-type: none;
	padding: 0px;
	margin-right: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#wrapper #menu #address {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	float: left;
	width: 245px;
	text-align: right;
	color: #CCCCCC;
	background-color: #263D80;
	font-size: small;
	font-weight: bold;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	background-position: center;
	height: 150px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 0px;
	z-index: -2;
	text-indent: 5px;
}
#wrapper #header {
	background-color: #273F7F;
}
#wrapper #text {
	width: 500px;
	background-color: #273F7F;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
}
#wrapper #pics {
	float: right;
	width: 130px;
	top: 40px;
	position: relative;
}
#wrapper #lower_pics {
	float: none;
	position: relative;
	left: 245px;
	right: auto;
	clear: both;
}

#wrapper #footer {
	clear: both;
	height: 40px;
	background-color: #263D80;
	font-size: 12px;
	line-height: 16px;
	text-transform: capitalize;
	vertical-align: top;
	background-position: bottom;
	word-spacing: normal;
	margin-top: 15px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	color: #FFCC00;
	font-family: Arial, Helvetica, sans-serif;
}
.link_cls    a:link, .link_cls    a:visited   {
	font-weight: normal;
	color: #999999;
	text-decoration: none;
}
.link_cls  a:hover, .link_cls  a:active  {
	font-weight: bold;
	color: #FFFFFF;
}
.link_map a:link, .link_map a:visited {
	font-weight: normal;
	color: #FFCC33;
	text-decoration: none;
}
.link_map a:hover, .link_map a:active {
	font-weight: bold;
	color: #FFFFFF;
}
