.style1 {
	font-family:Trebuchet MS, Verdana;
	font-size:36px;
	color:#000000;
	text-decoration: none;
	font-weight:bold;
}
.stylemain {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
}
.stylecopy {
	font-family:Verdana;
	font-size:12px;
	color:#FFFFFF;
	text-decoration: none;
}
.stylelink {
	color: #FFFFFF;
	font-size : 12px;
	font-family : Arial,Tahoma,Verdana;
}
.regular_text_headline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #333333;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
.newscaption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
a:link {
	color: #FF0000;
	font-size : 16px;
	font-family : Arial,Tahoma,Verdana;
	text-decoration: none;
}
a:visited {
	color: #FF0000;
	font-size : 16px;
	font-family : Arial,Tahoma,Verdana;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	font-size : 16px;
	font-family : Arial,Tahoma,Verdana;
	text-decoration: underline;
}
.tablebody {
	background-image: url();
	background-color: #ffffff;
	background-position: top left;
	background-repeat: no-repeat;
	background-attachment: fixed;
	margin: 0px 0px 0px 0px;
}

body {
	background-image: url(images/background.jpg);
	background-color: #000000;
	background-position: top left;
	background-repeat: no-repeat;
	background-attachment: fixed;
	margin: 0px 0px 0px 0px;

	scrollbar-face-color: #B6BCC9;
	scrollbar-highlight-color: #ffffff;
	scrollbar-shadow-color: #696969;
	scrollbar-3dlight-color: #c0c0c0;
	scrollbar-arrow-color: #C60C46;
	scrollbar-darkshadow-color: #B6BCC9;
}

.clearfix:after, .container:after {content:"\0020";display:block;height:0;clear:both;visibility:hidden;overflow:hidden;}
.clearfix, .container {display:block;}
.clear {clear:both;}
.center{text-align: center;}

.photo-gallery {
	text-align: center;
}

.photo {
	width: 70%;
	display: block;
	margin: auto;
}

.photo-caption {
	width: 70%;
	display: block;
	margin: 5px auto 20px auto;
	
	font: 12px arial, tahoma, verdana ;
}

.partners {
	position: relative;
	height: 1700px;
}

.partner {
	position: absolute;
	top:0px;
	left:0px;
}

.partner.omnimove {
	cursor: move;
}


.photo.left, .photo.right {
	width: 200px;
	margin: 10px;
	margin-top: 0;
}

.photo.left {
	float: left;
}

.photo.right {
	float: right;
}