/* --------------GENERAL STYLES---------------*/

html,body {
	background-color: #000000;
	height:100%;
	width:100%;
	padding: 0px;
	margin: 0px;
	text-align: center;
	vertical-align:top;
}

a 		{ color:#620000; text-decoration: underline;}
a:link		{ color:#620000; text-decoration: none; }
a:visited	{ color:#620000; text-decoration: none;  }
a:active	{ color:#620000; text-decoration: underline;  }
a:hover		{ color:#620000; text-decoration: underline; }

#header {
	background-image: url(imgs/header-bg.jpg);
	background-repeat: no-repeat;
	width: 760px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height:108px;
	vertical-align:bottom;
}

#title {
	height: 73px;
	width: 760px;
	text-align: left;
	font-family: "Trebuchet MS";
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #FFFFFF;
	text-decoration: none;
	vertical-align: middle;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.title {
	font-family: "Trebuchet MS";
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#tabs {
	height: 35px;
	background-image: url(imgs/tab-center01.gif);
	background-repeat: repeat-x;
}
.tab {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: bold;
	color: #620000;
	padding-top: 15px;
	text-align: center;
}

.tabSelected {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: bold;
	color: #620000;
	padding-top: 15px;
	text-align: center;
	background-image: url(imgs/tab-center02.gif);
	background-repeat: repeat-x;
}
.noTab {
	width: auto;
	background-image: url(imgs/tab-no.gif);
	background-repeat: repeat-x;
	height: 35px;
	background-position: bottom;
}


#content {
	width: 760px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height:auto;
	background-color: #FFFFFF;
}
#thumbs {
	width: 760px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height:60px;
	text-align: right;
	padding: 0px;
}
.thumbs {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	vertical-align: middle;
	padding-top: 0px;
	padding-right: 10px;
	padding-left: 0px;
	padding-bottom: 0px;
	width: 60px;
}

.morePhotos {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 30px;
	padding-right: 10px;
	padding-left: 0px;
	padding-bottom: 0px;
	width: 100px;
	font-family: "Trebuchet MS";
	font-size: 10px;
	font-weight: bold;
	color: #860102;
}

.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 19px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #666666;
	text-decoration: none;
	font-style: normal;
	width: auto;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	text-align: left;
}


.subtitle {
	font-family: "Trebuchet MS";
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #860102;
	text-decoration: none;
	padding: 0px;
}

#footer {
	font-family: "Trebuchet MS";
	font-size: 15px;
	font-weight: bold;
	background-image: url(imgs/footer-bg.jpg);
	background-repeat: no-repeat;
	width: 760px;
	margin-top: 2px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height:108px;
	color: #FFFFFF;
	padding-top: 5px;
}
