@charset "utf-8";

/* CSS Document */

body {
	font-family: Calibri;
"Palatino Linotype"; sans-serif;
	font-size: 12px;
	color: #999;
	background-color: #F0F0F0;
	background-position: center top;
}


html { overflow-y: scroll; }


#container {
	width: 946px;
	background-color: #F0F0F0;
	margin: 0 auto;
	padding-left: 10px;
	padding-right: 10px;
	overflow: hidden;
	background-position: center top;
}


#main_image {
	overflow: hidden;
	height: auto;
	width: 946px;
	background-color: #F0F0F0;
	top: auto;
	right: auto;
	padding-left: 0px;
	float: right;
}


#main_text {
	width:946px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	font-family: Calibri;
	
	
}

h1 {
	font-family: Calibri, "Palatino Linotype", sans-serif;
	font-size: 12px;
	line-height: 50%;
	font-weight: bold;
	text-transform: lowercase;
}

h2 {
	font-family:Calibri, "Palatino Linotype", sans-serif;
	font-size:12px;
	line-height: 70%;
	font-weight:normal;
	text-transform: lowercase;
	padding-top: 2px;
	padding-bottom: 2px;
	margin: 0px;
}
