@charset "UTF-8";
/* CSS Document */
		
		body {
			background-color: #FFF;
			font-family: helvetica, arial, san-serif;
			font-size: 13px;
			margin: 0;
		}
		
		p {
			 font-family: helvetica, arial, san-serif;
			 font-size: 13px;
			 color: #333333;
 			 padding-top: 5px;
			 padding-left: 5px;
 			 margin: 0;
		}
		
		h1 {
			margin: 0;
			color: #00a9ec;
			font-family: helvetica, arial, sans-serif;
			font-size: 18px;
			text-align: left;
			padding-left: 5px;
		}
		
		h2 {
			margin: 0;
			color: #f47d31;
			font-family: helvetica, arial, sans-serif;
			font-size: 14px;
			text-align: left;
			padding-left: 5px;
			padding-top: 10px;
			padding-bottom: 0px;
		}
		h3 {
			margin: 0;
			color: #797979;
			font-family: helvetica, arial, sans-serif;
			font-size: 40px;
			letter-spacing: -2px;
			text-align: center;
		}
		
		#container {
			position: relative;
			background-color: white;
			width: 825px;
			margin: auto;
		}
		
		#nw {
			position: absolute;
			left: 0;
			top: 0;
			width: 275px;
			height: 275px;
			text-align: center;
		}
		
		#n {
			position: absolute;
			left: 275px;
			top: 0;
			width: 275px;
			height: 275px;
			text-align: center;
		}
		
		#ne {
			position: absolute;
			left: 550px;
			top: 0;
			width: 275px;
			height: 275px;
			text-align: center;
		}
		
		#sw {
			position: absolute;
			left: 25px;
			top: 275px;
			width: 225px;
		}
		
		#s {
			position: absolute;
			left: 275px;
			top: 275px;
			width: 275px;
		}
		
		#se {
			position: absolute;
			left: 550px;
			top: 275px;
			width: 275px;
			height: 308px;
		}
		
		.navigation {
 			 padding: 0;
			 text-align: center;
 			 margin: 0;
 		 }
		 
		.navigation li {
  			list-style-type: none;
  		}
		
		.navigation li a img:hover {
			border: solid;
			border-bottom-width: 0;
			border-top-width: 0;
			border-right-width: 3px;
			border-left-width: 3px;
			border-color: #787878;
		}
		
		#menu {
 			 padding-top: 5px;
			 padding-left: 5px;
 			 margin: 0;
			 list-style-position: inside;
 		 }
		 
		#menu li {
			 padding-bottom: 5px;
			 padding-left: 2px;
		     font-family: helvetica, arial, san-serif;
			 font-size: 13px;
			 color: #333333;
		}
