* {margin: 0; padding: 0; 
}
div {
  text-align:center;
}
ul {
}
li {
	list-style-position: outside;
	list-style-type: disc;
	text-indent: 20px;
}
body {
	background-color: #1e5e79;
	background-image: url(../images/layout/bg.jpg);
	background-repeat: repeat;
}
#container {
	margin: auto;
	width: 970px;
}
#header {
	background-image: url(../images/layout/header.jpg);
	background-repeat: no-repeat;
	height: 81px;
	width: 940px;
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	text-align: right;
	padding-top: 5px;
	padding-right: 30px;
}
#content-area {
	background-image: url(../images/layout/content-bg.png);
	background-repeat: repeat-y;
}
#left-sidebar {
	float: left;
	width: 230px;
}
#right-sidebar {
	float: right;
	width: 227px;
}
#content {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #333333;
	text-decoration: none;
	font-size: 14px;
	text-align: left;
	padding-top: 12px;
	padding-left: 235px;
	padding-right: 12px;
}
#clear-content {
	clear: both;
	padding-bottom: 10px;
}
#footer {
	background-image: url(../images/layout/footer-bg.png);
	background-repeat: repeat-y;
	padding-top: 8px;
	padding-bottom: 8px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #CCCCCC;
	font-size: 10px;
	text-decoration: none;
}
#info-box-middle {
	background-image: url(../images/index/info-box/info-boxes-bg.png);
	background-repeat: repeat-y;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	text-decoration: none;
	background-position: center;
	padding-left: 26px;
	padding-right: 26px;
}
#info-box {
	padding-bottom: 20px;
}
#accom-left {
	float: left;
	width: 250px;
	margin-top: 25px;
	margin-bottom: 25px;
}
h1 {
	margin: 0;
	color: #333333;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	text-decoration: none;
	font-weight: normal;
} 
.header-link-copy {
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}
.content-notation {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #333333;
	text-decoration: none;
	font-size: 12px;
	text-align: left;
}
.copy-red {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #990000;
	text-decoration: none;
	font-size: 14px;
}.copy-link {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #1E5E77;
	text-decoration: none;
	font-size: 14px;
}
h2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #990000;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
}
#accom-right {
	float: right;
	width: 250px;
	margin-top: 25px;
	margin-bottom: 25px;
}
#clear-accom {
	clear: both;
}
#accom-row {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: 333333;
	text-decoration: none;
	margin-top: 20px;
}
.accom-border {
	padding: 4px;
	border: 1px solid #333333;
	background-color: #FFFFFF;
}
.accom-link {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	margin-top: 4px;
}
.float-left-image {
	padding: 4px;
	float: left;
	border: thin solid #990000;
	background-color: #FFFFFF;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}
#gallery {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #333333;
	text-decoration: none;
	font-size: 14px;
	text-align: center;
	padding-top: 12px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 12px;
}
.float-right-image {
	padding: 4px;
	float: right;
	border: thin solid #990000;
	background-color: #FFFFFF;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
