@charset "utf-8";

html, body
{
	margin:0;
	padding:0;
	height:100%;
	font-size: 11px;
	font-family: frutiger, helvetica, sans-serif;
	overflow: hidden;
 } 


h1{
	margin: 0px 10px 0 10px;
	color:#59595b;
	font:11pt frutiger, sans-serif;
	letter-spacing:-1px;
	font-weight: bold;
}
h2 {
	font-family: frutiger, helvetica, sans-serif;
	font-size: 13px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	font-weight: bold;
}
h3 {
	font-family: frutiger, helvetica, sans-serif;
	font-size: 11px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	font-weight: bold;
}
p {
	font-size: 11px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
}



			









#wrapper {
	height:100%;
	width:100%;
	display: table;
}

 
#content {
	vertical-align:middle;
	position:relative;
	text-align:center;
	display: table-cell;
	margin-top: 0px;
}


#main-index {
	width:1030px;
	height:550px;
	margin:auto;
	text-align:left;
	margin-top: 20px;
}

#header-logo{
	margin-top: 10px;
	margin-left: 10px;
	width: 250px;
	height: 170px;
	float: left;
	margin-right: 10px;
	margin-bottom: 15px;
}

#main-left {
	width:230px;
	height:520px;
	text-align:left;
	margin-left: 10px;
	padding-right: 5px;
	margin-top: 5px;
	overflow: visible;
	position: relative;
}
#footer {
	font-family: frutiger, helvetica, sans-serif;
	width:111px;
	height:20px;
	margin-left: 10px;
	padding-left: 935px;
	padding-top: 10px;
	}

.footer-copy {
	font-size: 9px;
	color: #59595b;
	text-decoration: none;
}

#main-right {
	width:760px;
	height:530px;
	text-align:left;
	margin-left: 0px;
	padding-right: 10px;
	margin-top: 5px;
	overflow: hidden;
	float: right;
}

