/* CSS Document */
html, body {
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	margin: 0;
	padding: 0;
	overflow: auto;
	line-height: 20px;
	background-color: #000;
	border-top: 1px solid #e60000;
	text-shadow: 0 0 0 #000;
}
#wrapper {
	position: absolute;
	width: 900px;
	margin-left: -450px;
	margin-right: auto;
	left: 50%;
}
#bgimage {
	position: absolute;
	width: 736px;
	height: 689px;
	display: inline;
	margin-top: 45px;
	margin-left: -368px;
	left: 50%;
	z-index: -1;
	background-image: url(../images/bg.jpg);
	background-repeat:no-repeat;
}
#bgimagefade {
	position: absolute;
	width: 736px;
	height: 689px;
	display: inline;
	margin-top: 45px;
	margin-left: -368px;
	left: 50%;
	z-index: -1;
	background-image: url(../images/bg.jpg);
	background-repeat:no-repeat;
	opacity:0.15;
	filter:alpha(opacity=15);
}
.title {
	margin: 75px 0 0 0;
	color: #fff;
	text-transform: uppercase;
	font-size: 2.0em;
}
.title2 {
	color: #e60000; 
	font-size: .8em;
}
#menu {
	float: right;
	display: inline;
	text-align: right;
	text-transform: uppercase;
	font-size: 1.2em;
}
.menu {
	float: right;
	color: #fff;
	padding: 5px 2px 0 2px;
	margin: -2px 13px 0 13px;
	border-top: 2px solid #fff;
}
.menua {
	float: right;
	color: #2767AD;
	padding: 5px 2px 0 2px;
	margin: -2px 13px 0 13px;
	border-top: 2px solid #e60000;
}
.menua:link {
	color: #2767AD;
	text-decoration: none;
	outline: none;
}
.menua:visited {
	color: #2767AD;
	text-decoration: none;
}
.menua:hover {
	color: #e60000;
	border-top: 2px solid #fff;	
	text-decoration: none;
}
.menua:active {
	color: #2767AD;
	text-decoration: none;
}
#body {
	float: left;
	display: inline;
	width: 900px;
}
#blank {
	float: left;
	width: 900px;
	height: 603px;
	display: inline;
}
#content {
	float: left;
	padding: 15px 50px 50px 50px;
	display: inline;
}
.moretexttitle {
	text-align: center;
	font-size: 1.3em;
	font-style: italic;
	color: #fff;
	margin-top: 15px;
	padding-bottom: 5px;
}
.moretext {
	color: #fff;
	padding: 0 85px;
	font-size: 1.2em;
}
.thumb {
	float: left;
	color: #fff;
	width: 705px;
	display: inline;
	margin: 25px 0 65px 55px;
	z-index: 1;
	font-size: 1.2em;
}
.thumb img{
	float: left;
	margin-right: 10px;
	border: 1px solid #333;
}
.thumb2 {
	float: left;
	color: #fff;
	width: 705px;
	display: inline;
	margin: 25px 0 20px 55px;
	z-index: 1;
	font-size: 1.2em;
}
.thumb2 img{
	float: left;
	margin-right: 10px;
	border: 1px solid #333;
}
.h1 {
	font-size: 1.3em;
	font-style: italic;
	color: #fff;
	padding-bottom: 12px;
	margin-top: 3px;
}
.center {
	float: left;
	width: 800px;
	font-size: 1.1em;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
}
.alt {
	display: inline;
	color: #666;
	text-transform: uppercase;
}
.thumbnail {
	border: 1px solid #333;
	margin: 15px 15px 0 0;
}
#footer {
	float: right;
	width: 500px;
	margin: 25px 100px 0 0;
	display: inline;
	padding-bottom: 15px;
	color: #aeaeae;
	text-align: right;
}
.indent {
	text-indent: 15px;
}
.margin15 {
	margin-left: 15px;
}
a:link {
	cursor: pointer;
	color: #2767AD;
	text-decoration: none;
	outline: none;
}
a:visited {
	color: #2767AD;
	text-decoration: none;
}
a:hover {
	color: #e60000;
	text-decoration: none;
}
a:active {
	color: #2767AD;
	text-decoration: none;
}