@charset "UTF-8";

*	{
	margin: 0px;
	padding: 0px;
	}
	
	body {
	font: 13px Verdana, Arial, Helvetica, sans-serif;
	margin: 20px 0px 0px 0px;
	padding: 0;
	text-align: center; 
	color: #ffffff;
	background-color: #00416b;
	line-height: 15px;
}

#home	{font-size: 18px; line-height: 30px;}

#wrapper	{
	width: 909px;
	margin: 0 auto;
	padding: 0;
	}
	

#container {
	background: #FFFFFF;
	text-align: left;
	background-image: url(../images/home-bg.jpg);
	background-repeat: no-repeat;
	height:700px;

}


	

#content {
	background-image: url(../images/content_bg.gif);
	background-repeat: repeat-y;
	
}

#contentinner	{float: right; width: 689px;}

	
#footer	{
	padding: 30px 0px 0px 0px;
	color: #ffffff;
	font-size: 10pt;
	font-style: italic;
	text-align: left;
	background-image: url(../images/footer_bg.gif);
	background-position: top center;
	background-repeat:no-repeat;
	}
	
	
/* content */


#content img	{
	float: left;
	}

#contentinner div {padding: 80px;}

H1	{font-size: 14px; font-weight:normal; line-height: 17px; margin-bottom: 10px; font-weight: bold;}
H2 {font-size: 18px; font-weight:normal; line-height: 17px; font-weight:bold; margin-top: 10px; margin-bottom: 4px;}

P	{margin-bottom: 8px;}
