@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
body {
	background-color: #000;
	text-align: center;
}
.darkroom {
	margin-left: 10px;
	margin-right: 10px;
	background-color: #111;
	border-color: #333;
	border-left-style: groove;
	border-left-width: thin;
	border-top-style: groove;
	border-top-width: thin;
	text-align: center;
	min-width:880px;
}

.header {
	background-image:url(../images/logo.gif);
	background-repeat:no-repeat;
	background-position:right;
	height:110px;
	margin-right:10px;
}
.headertxt {
	margin: 38px 320px 0px 0px;
	text-align:right;
	float:right;
}
.content {
	margin: 20px 40px 20px 40px;
	text-align:left;
}
.thumbborder {
	width: 140px;
	height: 110px;
	float:left;
	text-align: center;
	border-style:solid;
	border-width: 1px;
	border-color:#777;
	background-color: #000;
	margin: 5px;
}
.thumbholder {
	margin-top: 10px;
	margin-left: auto ;
	margin-right: auto ;
}
}
h3 {
	font-size: 12px;
}
.style1 {font-size: 12px}
.style2 {
	font-weight: bold;
	text-decoration: underline;
}
.package {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bolder;
	font-variant: normal;
	color: #93233B;
	text-decoration: underline;
}
.about {
	background-image:url(../images/about_bg2.jpg);
	background-repeat:no-repeat;
	background-position: center;
	top:10px;
	height: 500px;
	width: 100%;
}
.logoreflect {
	background-image:url(../images/logoreflect.png);
	background-repeat:no-repeat;
	background-position: right;
	float: right;
	height: 50px;
	width: 300px;
	margin-right:10px;
}
.aboutquote {
	background-color:#000;
	width: 100%;
	filter: alpha(opacity=75);
	opacity:.75;
	-moz-opacity: 0.75;
	margin-top:-180px;
	margin-bottom: 80px;
}
.abouttext {
	color:#FFF;
	width: 460px;
	margin-left: auto;
	margin-right: auto;
}
.pagetext {
	margin-top: 10px;
	margin-left: 30px;
	width: 300px;
	text-align: left;
	float:left;
}
.titleA {
	background-image:url(../images/title.png);
	height: 30px;
	background-repeat:no-repeat;
	color:#EEE;
	margin: 5px 0px 10px -40px;
	padding: 5px 10px 0px 40px;
	font-size: 16px;
	font-weight: bold;
	height: 30px;
}
.titleB {
	background-image:url(../images/title.png);
	height: 30px;
	background-repeat:no-repeat;
	color:#EEE;
	margin: 15px 0px 10px -33px;
	padding: 5px 10px 0px 33px;
	font-size: 13px;
	font-weight: bold;
	height: 30px;
}
.spacer {
	height:250px;
}
.menubg {
	background-image:url(../images/menubar.jpg);
	height: 50px;
	width: 100%;
}
.menu {
	/*background-color:#444;*/
}
.menubutton {
	margin: 1px 5px 1px 5px;
	width: 100px;
	float: left;
}
.menubuttonC {
	margin: 1px 5px 1px 5px;
	width: 100px;
	float: left;
	background-color:#222;
	border-style:solid;
	border-width: 1px;
	border-color:#777;
}

.submenubg {
	margin-left: 50px;
}
.submenubutton {
	margin: 5px 10px 5px 10px;
	width:80px;
	float: left;
}
.submenubuttonC{
	margin: 5px 10px 5px 10px;
	background-color:#111;
	border-style:solid;
	border-width:thin;
	border-color:#555;
	width:80px;
	float: left;
}
.submenutext {
	font-size:12px;
	color:#999;
}

.footer {
	background-image:url(../images/menubar.jpg);
	height: 18px;
	width: 100%;
}
.footertxt {
	text-align: right;
	margin: 0px 10px 0px 10px;
}

a {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
}
a:link {
	text-decoration: none;
	color: #FFFFFF;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #BBBBBB;
}
a:active {
	text-decoration: none;
	color: #CCCCFF;
}

.linkspage a {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
}
.linkspage a:link {
	text-decoration: underline;
	color: #FFFFFF;
}
.linkspage a:visited {
	text-decoration: underline;
	color: #FFFFFF;
}
.linkspage a:hover {
	text-decoration: underline;
	color: #BBBBBB;
}
.linkspage a:active {
	text-decoration: underline;
	color: #CCCCFF;
}

.tiny  a{
	font-size:10px;
	font-weight: normal;
	color:#999;
}