@charset "utf-8";
/* CSS Document */

/*resets*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}

body {
	font-family: Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation 						Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans serif;
	font-size:80%;
	}
	
/*WRAPPER*/

#wrapper {
	width: 760px;
	margin-left:auto;
	margin-right:auto;
	background-color:#FFFFFF;
}

/*HEADER*/	

#header {
	width: 760px;
	background-image:url(images/header.jpg);
	}
	
/*TOPBLOCK*/

#topblock {
	width: 760px;
	margin-left:auto;
	margin-right:auto;
	background-color:#3ab54b;
	}
	
#topblock h1, #topblock h2 {
	color:#FFFFFF;
	
	text-align:center;
	}
	
#topblock h1 {
	font-size: 1.8em;
	padding:25px 5px 5px 5px;
	margin-top:10px;
	margin-bottom:25px;
	}
	
#topblock h2 {
	font-size: 1.4em;
	padding:5px 5px 25px 5px;
	margin-top:35px;
	margin-bottom:10px;
	}
	
.float-right {
	float:right;
	padding: 3px 5px 0 0;
	margin: 25px 20px 8px 10px;
	}
	
	
/*CONTENT*/

#content {
	width: 560px;
	float:right;
	font-family: "Palatino Linotype", Palatino, Palladio, "URW Palladio L", "Book Antiqua", Baskerville, "Bookman Old Style", "Bitstream Charter", "Nimbus Roman No9 L", Garamond, "Apple Garamond", "ITC Garamond Narrow", "New Century Schoolbook", "Century Schoolbook", "Century Schoolbook L", Georgia, "Times New Roman", serif;
	font-size:125%;
	padding-right: 10px;
	}
	
#content h1 {
	 font-size: 1.4em;
	 margin-top: 10px;
	 margin-bottom: 5px;
	 }
	
#content p {
	margin-bottom:10px;
	}
	
#content ul, #content ol {
	margin-left:40px;
	}
	
#content li {
	list-style-image:url(images/bullet.gif);
	}

/*NAVIGATION*/

#navigation {
	width:120px;
	float:left;
	padding:5px;
	margin-top: 20px;
	background-color:#ed1b24;
	}
	
#navigation ul {
	list-style:none;
	margin:0;
	padding:0;
	border-top:1px solid;
	}
	
#navigation li {
	border-bottom:1px solid #000;
	}
	
#navigation li a:link, #navigation li a:visited {
	padding:5px;
	border-left:1px solid #000;
	border-right:1px solid #000;
	color:#fff;
	background-color:#3ab54a;
	text-decoration:none;
	display:block;
	width:110px;
	}
	
#navigation li a:hover {
	background-color:#564;
	}

/*CONTACT*/

#contact {
		font-family: "Palatino Linotype", Palatino, Palladio, "URW Palladio L", "Book Antiqua", Baskerville, "Bookman Old Style", "Bitstream Charter", "Nimbus 		Roman No9 L", Garamond, "Apple Garamond", "ITC Garamond Narrow", "New Century Schoolbook", "Century Schoolbook", "Century Schoolbook L", Georgia, 					"Times New Roman", serif;
		font-size:100%;
		margin-top: 180px;
	}

/*FOOTER*/

#footer {
	clear:both;
	margin-top:20px;
	padding:10px;
	text-align:center;
	}

	

