html,body {
	margin: 0px;
	padding: 0px;
	padding-top: 10px;
	font-family: Arial;
	font-size: 12px;
	line-height: 1.4em;
	color: #3f3f3f;
	background-color: #a2a6ad;
	background-image: url(/images/background.jpg);
	background-repeat: repeat;
	background-position: center center;
}

td {
	font-size: 12px;
	line-height: 1.4em;
}

p {
	padding: 0px;
	margin: 0px;
}

a img {
	border: none;
}

a:link, a:visited  {
	color: #3f3f3f;
	text-decoration: underline;
}

a:hover {
	color: #08477e;
	text-decoration: underline;
}


.navSubMenu a:link, .navSubMenu a:visited  {
	color: #000;
	text-decoration: none;
	font-size: 13px;
}

.navSubMenu a:hover {
	color: #000;
	text-decoration: underline;
	font-size: 13px;
}

h1 {
	font-size: 24px;
	font-family: Georgia;
	font-weight: normal;
	color: #033867;
	padding: 0px;
	margin: 0px;
}

h2 {
	font-size: 24px;
	font-family: Georgia;
	font-weight: normal;
	color: #3f3f3f;
	padding: 0px;
	margin: 0px;
}

#container {
	margin-left: auto;
	margin-right: auto;
	width: 986px;
}

#logo_area {
	width: 100%;
	height: 110px;
}

#logo_area img {
	float: right;
	margin-right: 9px;
}

#content {
	width: 100%;
	background: url(/images/content_middle.jpg);
	background-repeat: repeat-y;
}

#content_top {
	width: 100%;
	height: 18px;
	background: url(/images/content_top.jpg);
}

#middle_content {
	width: 100%;
	min-height: 170px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 25px;
	padding-right: 25px;
	background: url(/images/middle_content.jpg);
	background-repeat: repeat-y;
}

#header	{
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	width: 954px;
	height: 242px;
	background: url(/images/header_photo.jpg);
	background-color: #000;
}

#menu {
	margin-left: auto;
	margin-right: auto;
	margin-top: 7px;
	padding-top: 5px;
	width: 954px;
	height: 45px;
	background: url(/images/menu.jpg);
	color: #FFF;
}

#text_area {
	position: relative;
	float: left;
	margin-top: 25px;
	margin-left: 15px;
	width: 925px;
	padding-left: 15px;
	padding-right: 15px;
}

#contact_area {
	margin-top: 25px;
	margin-left: 15px;
	padding-left: 25px;
	position: relative;
	float: left;
	width: 165px;
	height: 180px;
	border-left: 1px solid #3f3f3f;
}

#openinghours_area {
	margin-top: 25px;
	margin-right: 0px;
	padding-left: 25px;
	position: relative;
	float: left;
	width: 170px;
	height: 180px;
	border-left: 1px solid #3f3f3f;
}

#content_bottom {
	width: 100%;
	height: 16px;
	background: url(/images/content_bottom.jpg);
}

#footer_images {
	margin-left: auto;
	margin-right: auto;
	width: 954px;
	margin-top: 25px;
	margin-bottom: 2px;
}

#footer	{
	width: 930px;
	text-align: center;
	font-size: 11px;
	margin-top: 5px;
	margin-bottom: 5px;
	color: #FFF;
}

#msg {
	display: none;
	position: absolute;
	z-index: 200;
	background: url(../images/msg_arrow.gif) left center no-repeat;
	padding-left: 7px;
}

#msgcontent {
	display: block;
	background: #FFF;
	color: #3d3d3d;
	border: 2px solid #a50303;
	border-left: none;
	padding: 5px;
	min-width: 150px;
	max-width: 250px;
}

ul#List1 {
	display: block;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	font-size: 13px;
}

#List1 li {
	float: left;
	padding: 6px;
	margin-left: 15px;
}