﻿html {
	height: 100%;
	background-color: #999999;
	margin: 0px;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 150%
}
body {
	
}
#wrapper {
	margin: 0px auto 0px auto;
	background-image: url('img/background.jpg');
	width: 760px;
	text-align: left;
	position: relative;
	height: 100%;
	z-index: 1;
	background-repeat: repeat-y;
}
#top {
	background-image: url('img/background_top.jpg');
	float: none;
	padding: 0px;
	margin: 0px;
	height: 155px;
	text-align: center;
	padding-top:10px;
	z-index: 2;
}
#menu {
	float: none;
	padding: 0px 0px 0px 390px;
	margin: 0px;
	height: 20px;
	z-index: 7;
}
#content {
	margin: 20px 30px 0px 30px;
	padding: 0px;
	position: relative;
	z-index: 3;
	height:100%
	
}
#left {
	float:left;
	width:340px;
	text-align:left;
	padding:0px;
	margin:0;
	z-index:5;
}
#right {
	float:right;
	width:340px;
	text-align:left;
	padding:0px;
	margin:0;
	z-index:6;	
}
#footer {
	background-image: url('img/background_footer.jpg');	
	margin-top: 20px;
	padding:0;
	text-align: center;
	padding: 0px;
	position: relative;
	height: 50px;
	z-index: 4;
	font-size: 12px;
	clear: both;
}
h1 {
	font-size: 24px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	line-height: normal;
	font-style: normal;
	color: #333333;
}
h2 {
	font-size: 18px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	line-height: normal;
	font-style: normal;
	color: #333333;
}
h3 {
	font-size: 16px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	line-height: normal;
	font-style: normal;
	color: #333333;
}
a {
	color: #6FBAE3;
	text-decoration: none;
}
a:hover {
	color: #A8012C;
	text-decoration: none;
}

