* {
margin: 0;
padding: 0;
}

body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	height: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000;
	background-color: #000;
	background-image: url(../images/back02.jpg);
	background-repeat: repeat;
}

a:link {
	color: #FF7154;
	text-decoration: none;
}
a:visited {
	color: #FF7154;
	text-decoration: none;
}
a:hover {
	color: #FFF;
	text-decoration: none;
}
a:active {
	color: #FFFFFF;
	text-decoration: none;
}
#content a:link {
	color: #EC2F12;
	text-decoration: none;
}
#content a:visited {
	color: #EC2F12;
	text-decoration: none;
}
#content a:hover {
	color: #87141E;
	text-decoration: none;
}
#content a:active {
	color: #FFFFFF;
	text-decoration: none;
}
.header {
	padding: 0px;
	height: 210px;
	width: 800px;
	z-index: 1;
	background-color: #000;
	background-image: url(../images/header.jpg);
	border-top-width: 1px;
	border-top-style: solid;
	border-color: #DCD6BA;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.header_e {
	padding: 0px;
	height: 210px;
	width: 800px;
	z-index: 1;
	background-color: #000;
	background-image: url(../images/header_e.jpg);
	border-top-width: 1px;
	border-top-style: solid;
	border-color: #DCD6BA;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.content {
	text-align: left;
	font-size: 12px;
	line-height: 18px;
	margin: 0 auto;
	width: 800px;
	z-index: 2;
	background-color: #d2c4ad;
	background-image: url(../images/back01.jpg);
	background-repeat: repeat-y;
}
.content_left {
	width: 302px;
	z-index: 3;
	display: inline;
	float: left;
	padding: 0px;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
}
.content_right {
	width: 395px;
	z-index: 4;
	display: inline;
	float: right;
	border: 1px solid #333;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding: 20px;
	background-color: #ddd3c2;
	opacity: 0.8;
}
.statusbar {
	z-index: 5;
	text-decoration: none;
	font-size: 9px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 170px;
	text-align: left;
	color: #FFF;
	width: 620px;
	height: 20px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.status {
	text-decoration: none;
	font-size: 9px;
	background-attachment: scroll;
	background-image: url(../images/status.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
	width: 250px;
	float: left;
}
.language {
	text-decoration: none;
	font-size: 9px;
	text-align: right;
	padding-right: 10px;
	float: right;
}
.headline {
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	color: #87141E;
}

.headline2 {
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	line-height: 30px;
}

.caption {
	text-decoration: none;
	font-size: 9px;
	color: #333;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.gallery {
	zoom:1;
	width:auto;				
}
.gallery a {
	display:block;
	float:left;
	margin:5px;
	opacity:0.87;
	text-align:center;
}
.gallery a:hover {
	opacity:1;
			}
.gallery a img {
	border:none;
	display:block;
			}
.gallery a#vlightbox{
	display:none
}
.image {
	border: 1px solid #333;
}

