body {
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
h1 {
	position: relative;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 330%;
	line-height: 100%;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	height: 40px;
}
h1 span {
	position: absolute;
	display: block;
	width: 100%;
	height: 25px;
	background-image: url(../images/gradient-dark.png);
	background-repeat: repeat-x;
	padding-top: 20px;
	background-position: bottom;
}
#header {
	height: 150px;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/header/1.jpg);
	background-repeat: no-repeat;
	text-align: right;
	clear: both;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #FFFFFF;
	border-left-color: #666666;
}
#title {
	text-align: right;
	padding-top: 105px;
	padding-right: 10px;
}

#location {
	font-size: 14px;
	font-weight: bold;
	width: 550px;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 40px;
	float: left;
}

#navigation {
	height: 27px;
	width: 951px;
	margin-top: 10px;
	font-size: 12px;
	font-weight: normal;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
	clear: both;
}
#content {
	width: 930px;
	margin-right: auto;
	margin-left: auto;
	height: 430px;
	overflow: auto;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	padding: 10px;
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	/* height: 518px; */
}
#content a{
	color:#666666;
	text-decoration:none;
}
#content a:hover{
	color:#FFFFFF;
	text-decoration:underline;
}

.gallery-thumb {
	height: 200px;
	width: 150px;
	margin-left: 30px;
	float: left;
	text-align: center;
	margin-bottom: 50px;
}
.gallery-thumb-text {
	color: #000000;
	background-color: #CCCCCC;
	text-align: center;
	width: 150px;
	vertical-align: bottom;
}


.clear-it{
	clear:both;
}
#legal {
	height: 15px;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	font-size: 10px;
	margin-top: 10px;
}

#navigation ul{
	width: 950px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#navigation li{
	display: inline;
	text-align: center;
	letter-spacing: 1px;
	line-height: 16px;
}
#navigation li a{
	color:#FFFFFF;
	text-decoration:none;
	display: block;
	width: 100px;
	clear: none;
	float: left;
	text-align: center;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-right: 10px;
	border-top-style: solid;
	background-color: #333333;
}
#navigation li a:hover{
	color:#000000;
	text-decoration:none;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	background-color: #FFFFFF;
}
.slideshow {
	float: right;
	width: 560px;
	margin-bottom: 25px;
	border: 1px solid #FFFFFF;
}
