/* CSS Document */

body {
margin:0;
padding: 0;
background-color:#c7d3e0;
font-family: Arial, Helvetica, sans-serif;
font-size:16px;
}

div,p,h1,h2,h3,h4,h5,h6 {
	margin: 0;
	padding: 0;
	line-height: 1em;
}

p {
	margin: 0 0 1em;
	font-size: .8em;
	line-height: 1.35em;
}

div.spacer {
	clear: both;
	height: 0;
	overflow: hidden;
}

h2 {
	font-size: 1em;
	margin: 15px 0 5px;
	color: rgb(127, 165, 221);
}

h3 {
	font-size: 1em;
	font-weight: normal;
	color: rgb(197, 33, 38);
	margin: 15px 0 5px;
	padding: 15px 0 0;
	border-top: solid 1px #e6e6e6;
}

h4 {
	font-size: .8em;
	font-weight: normal;
	color: #46066a;
	margin: 0 0 5px;
}

h5 {
	font-size: .8em;
	font-weight: normal;
	font-style: italic;
	color: rgb(127, 165, 221);
	margin: 0 0 15px;
}

h5.nomargin {
	margin: 0 0 5px;
}

h3.noborder {
	padding: 0;
	border-width: 0;
}

span.mappoint {
	background-color: rgb(127, 165, 221);
	color: #FFF;
	float: left;
	padding: .5em 0;
	width: 2.3em;
	text-align: center;
	font-size: .7em;
	font-weight: bold;
	margin: 0 10px 0 0;
}

span.smallmappoint {
	background-color: rgb(127, 165, 221);
	color: #FFF;
	float: left;
	padding: .0em 0;
	width: 2.3em;
	text-align: center;
	font-size: .7em;
	font-weight: bold;
	font-style: normal;
	margin: 0 5px 0 0;
}

a {
color:#2877b6;
text-decoration:none;
}

a:hover {
color:#666666;
}

a:visited {
color:#2877b6;
}

a img {
	border-width: 0;
}

img.block {
	display: block;
}

img.right {
	float: right;
	margin: 0 0 5px 15px;
}

img.sponsor {
	display: block;
	margin: 15px auto;
}

#wrapper {
	width: 800px;
	background-color: #FFF;
	margin: auto;
}

#header {
	background-image: url(img/header.jpg);
	height: 381px;
	margin: 0 0 20px;
}

#footer {
	background-image: url(img/090116_footer.jpg);
	height: 165px;
	clear: both;
	margin: 20px 0 0;
}

#left {
	height: 4650px;
width:190px;
float:left;
/*background-image:url(line_img.gif);
background-repeat:repeat-y;*/
width: 189px;
border-right: solid 1px #e6e6e6;
text-align: center;
}

#left h6 {
	font-size: .7em;
	color: #46066a;
	border-bottom: dotted 1px #46066a;
	margin: 60px 20px 10px;
	padding: 0 0 10px;
	text-transform: lowercase;
}

#left img.sponsor {
	margin-bottom: 20px;
}

#content {
width:760px;
float:left;
padding-left:20px;
}

.hilite {
	color: rgb(0, 90, 170);
}

ul.list {
	margin: 0 25px 15px;
	padding: 0;
	font-size: .8em;
	line-height: 1.35em;
}

ul.rowlist {
	margin: 0;
	padding: 0;
	font-size: .65em;
	line-height: 1.35em;
	list-style-type: none;
}

ul.rowlist li {
	float: left;
	display: inline;
	width: 130px;
	padding-right: 5px;
	margin-right: 5px;
	border-right: solid 2px #46066a;
}

ul.rowlist li.end {
	border-width: 0;
}

a.top {
	width: 100%;
	height: 16px;
	background-image: url(top_img.gif);
	background-repeat: no-repeat;
	background-position: right top;
	display: block;
	margin: 15px 0;
}

/* gallery */

.style1 {
	font-size: 13px;
	font-weight: bold;
}

.gallery {

}

.gallery a {
	float: left;
	background-position: center center;
	background-repeat: no-repeat;
	width: 128px;
	height: 88px;
	border: solid 1px #FFF;
	margin: 0 0 10px 10px;
}

.gallery a:hover {
	border-color: #b58b08;
}

.gallery a img {
	border-width: 0;
}

#nextLinkText, #prevLinkText {
color:#b58b08;
text-decoration:none;
}

#nextLinkText:hover , #prevLinkText:hover {
color:#000000;
}