body, html{
	background-image:url(../images/bg.jpg);
	background-position: bottom center;
	background-attachment:fixed;
	background-repeat:no-repeat;
	
	margin:0;
	padding:0;
}
#container{
	width:850px;
	margin:0 auto;
	background:#000000;
}
#header{
	width:850px;
	background:#000000;
}
#left_header{
	width:250px;
	float:left;
	background:#000000;
}
#right_header{
	width:560px;
	float:left;
	background:#000000;
}
.logo{

}
.qualmark{
	float:right;
}
.clear{
	clear:both;
	height:20px;
	width:100%;
}
#main_navigation{
	width:200px;
	padding: 0 25px 0 25px;
}
.top_navigation{
	background-image:url(../images/top_navigation.png);	
	background-repeat: no-repeat;
	width:217px;
	height:15px;
}
.navigation{
	width:190px;
	background:#ffffff;
	padding:10px 0 10px 0;
}
.navigation ul{
	list-style-type:none;
	margin:0;
	padding:0;
}
.navigation ul li{
/*	background-image:url(../images/navigation_bg.jpg);*/
}
.navigation ul li a:link, .navigation ul li a:active, .navigation ul li a:visited{
	display:block;
	width:160px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;
	color:#3D4C45;
	text-decoration:none;
	padding-left:30px;
	padding-top:2px;
}
.navigation ul li a:hover, .navigation ul li a.active{
	background-image:url(../images/star.jpg);
	background-color:#314039;
	background-repeat:no-repeat;
	color:#ffffff;
}
.bottom_navigation{
	background-image:url(../images/bottom_navigation.png);	
	background-repeat: no-repeat;
	width:217px;
	height:20px;
}

.border{
	border:2px solid #E3E6E4;
}
.space{
	width:10px;
	float:left;
	height:100px;
}
img{
	border:0;
}
#flash{
	position:relative;
	float:left;
	background:#E3E6E4;
	height:340px;
}
#calendar{
	position:absolute;
	right:0;
	bottom:0;
	width:480px;
	height:30px;
	background:#263D33;
}
#content{
	width:564px;
	background:#EBEAE7;
	padding:10px;
}
.txt{
	font-family:Verdana, Arial;
	font-size:12px;
	color:#E3E6E4;
}
h1,h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#2C2C2C;
}
p, ul{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#2C2C2C;
	line-height:150%;
}
td{
	vertical-align:top;
}
#footer{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#ffffff;
	padding: 0 10px 0 10px; 	
}

a {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: none;
}