@charset "UTF-8";
/* CSS Document */

/* divs
------------------------------------------------------------------*/
html, body {
	margin-left: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	background-color: #F9F8F4;
	height: 100%;
	text-align: center;
	background-image: url(images/vanek_bg.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-attachment: fixed;
}
 #container {
	text-align: left;
	width: 100%x;
	min-height: 100%;
	position: relative;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	 }
 
 * html #container {height: 100%;}
 
 #header {
	height: 307px;
	width: 100%;
	margin:0 auto;
	visibility: visible;
	position: relative;
	text-align: left;
	display: block;
	background-color: #FFFFFF;
	z-index: 1;
        }

#side-b {
	width: 100%;
	min-height: 100%;
	position: relative;
		}	
				
#contentarea {
	width: 553px;
	position: relative;
	padding-left: 460px;
	top: 30px;	
		}	
		
#address{
	width: 400px;
	float: left;
	position: relative;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #BBAE79;
	height: 100px;
	top: 150px;
	left: 33px;
	padding-left: 20px;
	text-align: left;
}		
	
/* fonts
------------------------------------------------------------------*/

.main {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 17px;
	color: #333333;
	margin-bottom:-3px;
	padding-right: 30px;
	text-align: left;
	vertical-align: top;
}
.main2 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #333333;
	bottom:0px;
	padding-right: 30px;
	text-align: left;
	vertical-align: top;
}
.main-big {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 17px;
	color: #BBAE79;
	padding-bottom: 0px;
}

.main-green {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 17px;
	color: #BBAE79;
	padding-bottom: 0px;
}

a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #757C11;
	text-decoration: none;
}
a:active {
	color: #757C11;
	text-decoration: none;
}
/* images
------------------------------------------------------------------*/
#logo {
	margin: 0px 0px 0px 0px;
	position:relative;
	width: 428px;
	height: 267px;
	padding: 0px;
	float: left;
	z-index: 1;
	list-style: none;
}
