body {
	margin: 0;
	padding: 0;
	background-repeat: repeat-x;
	background-image: url(bg.jpg);
	background-color: #555555;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-top: 15px;
}
TD{
	padding-bottom: 10px;
	padding-top: 5px;
}
a{
	color:#88002E;
	text-decoration:underline;
}
a:hover{
	color:#88002E;
	text-decoration: none;
}
.showthumbimage
{
	border:1px solid #707070;
	padding: 2px;
	float: left;
	margin-right: 12px;
	margin-top: 5px;
}
#container{
	margin-right: auto;
	margin-left: auto;
	background-repeat: repeat-y;
	width: 780px;
	background-image: url(content-bg.jpg);
}

#header {
	background-image: url(header.jpg);
	width: 785px;
	height: 141px;
	margin-left: auto;
	margin-right: auto;
}

#availability {
	text-align: center;
	padding-right: 18px;

}
#availability {
	color: #FFFFFF;
	text-align: center;
	padding-right: 18px;
}

#availability a {
	color: #ACACAC;
	text-decoration: none;
}

#availability a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

#title {
	padding-top: 43px;
	padding-left: 110px;
	float: left;

}

#content{
	margin-right: 29px;
	margin-left: 28px;
}
#contentgallery{
	margin-left: 20px;
	margin-right: 20px;
}

#navigation {
	font-size: 17px;
	padding-top: 50px;
	padding-left: 330px;
	letter-spacing: -1px;
}
#navigation ul li {
	display: inline;
}
#navigation ul li a {
	color: #ACACAC;
	text-decoration: none;
}
#navigation ul li span {
	margin-right: 15px;
}
#navigation a:hover, a:active {
	color: #FFFFFF;
}
#navigation #current a {
	color: #FFFFFF;
}

#flash
{
	color: #88002E;
	font-size: 14px;
}
#flashfloatleft
{
	color: #88002E;
	font-size: 14px;
	float: left;
	margin-right: 15px;
	padding-top: 10px;
}
#flashgallery
{
	color: #88002E;
	font-size: 14px;
	padding-bottom: 6px;
	padding-top: 1px;
}

#footer{
	background-image: url(footer.jpg);
	width: 785px;
	margin-left: auto;
	margin-right: auto;
	height: 35px;
	background-repeat: no-repeat;
}

#footertext{
	color: #FFFFFF;
	font-size: 10px;
	width: 770px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

#footertext a {
	color: #FFFFFF;
	text-decoration: none;
}

#footertext a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

.contenttext{
	color: #5D5D5D;
	text-align: justify;
	font-size: 16px;
	line-height: 20px;

}
.showtitle{
	color: #88002E;
	text-align: justify;
	font-size: 20px;

}

/**************** Form styles ****************/

form {
	padding: 1em;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
}
input, textarea {
	background-color: #EFEFEF;
	border-width: 1px;
	border-style: solid;
	border-color: #ADADAD;
	color: #88002E;
	font-size: 15px;
	margin-bottom: 0.4em;
	padding: 2px;
	width: 300px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
label{
	float: left;
	width: 150px;
	color: #88002E;
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.submitbutton{
	width: 130px;
	margin-top: 1.5em;
	color: #88002E;
	font-size: 16px;
}
