/* BODY AND CONTAINER */

		body {
			background-color: #fff;
			margin: 0 auto;
			}

		#container {
			width: 765px;
			margin: 0 auto;
			font-family: Lucida Grande, Arial, Helvetica, sans-serif; 
			font-size: 13px;
			line-height: 1.6em;
			color: #000;
			background-color: #fff;
			border: 4px solid #fff;
		}
		
/* GENERAL STYLES */
		
		h3 {
			font-family: Lucida Grande, Arial, Helvetica, sans-serif;
			font-weight: bold;
			font-size: 24px;
			color: #FFFFFF;
			padding-left: 10px;
			padding-right: 10px;
			padding-top: 20px;
		}
		
		h2 {
			font-family: Lucida Grande, Arial, Helvetica, sans-serif;
			font-weight: normal;
			font-size: 14px;
			color: #FFFFFF;
			padding-left: 10px;
			padding-right: 10px;
			padding-top: 5px;
		}

		h5 {
			font-family: Lucida Grande, Arial, Helvetica, sans-serif;
			font-weight: normal;
			font-size: 14px;
			color: #000000;
			padding-left: 10px;
			padding-right: 10px;
			padding-top: 5px;
		}

		h6 {
			font-family: Lucida Grande, Arial, Helvetica, sans-serif;
			font-weight: bold;
			font-size: 24px;
			color: #000000;
			padding-left: 10px;
			padding-right: 10px;
			padding-top: 20px;
		}
		
				h1 {
			font-family: Lucida Grande, Arial, Helvetica, sans-serif;
			font-weight: normal;
			font-size: 12px;
			color: #FFFFFF;
			padding-left: 10px;
			padding-right: 10px;
			padding-top: 5px;
		}
		
		a {
			color: #ffffff;
			text-decoration: none;
		}

		a:hover {
			color: #ff0000;
		}

		
		form {
			
			font-size: 9px;
			
		}
		
		input {
			background-color: #D1C9BE;
			color: #000000;
			border: 1px solid #000000;
			font-size: 11px;
			padding: 3px;
		}
		
		.button {
			padding: 2px;
		}
		
/* IMAGES */		
		
		a img{
	  		border: none;
	  	}

		img.left, img.center, img.right {
	  		padding: 0px;
	  		margin: 0px;
	  	}

		img.left {
	  		float: left;
	  		margin: 0 0px 0px 0;
	  	}

		img.center {
			float: centre;
			display: block;
	  		margin: 10px;
	  	}
	
		img.right {
	  		float: right;
	  		margin: 0 0 0px 0px;
	  	}
		
/* HEADER */

		#header {
			border-bottom: 4px solid #fff;
			height: 84px;
			clear: both;
			border-top: 4px solid #fff;

			width: 760px;
			background-color: #175e41;
		}
		
		#header p { 
			margin-top: -20px;
			margin-left: 30px;
			color: #EFEFEF;
		}

		
/* CONTENT */

		#content {
			width: 250px;
			height: 200px;
			border-right: 5px solid #fff;
			background-color: #bc3e3e;
			border-bottom: 5px solid #fff;
			float: left;
			text-align: center;
			padding-bottom: 5px;

		}
		#content2 {
			width: 250px;

			height: 200px;
			border-right: 5px solid #fff;
			background-color: #71a144;
			border-bottom: 5px solid #fff;
			float: left;
			text-align: center;
			padding-bottom: 5px;
		
		}

		#content3 {
			width: 757px;
			height: 405px;
			border-left: 0px solid #000000;
			border-right: 0px solid #000000;
			background-color: #ffffff;
			border-top: 0px solid #000000;
			border-bottom: 5px solid #ffffff;
			float: left;
			text-align: left;
			padding-bottom: 5px;

		}
		
		#content a {
			
			font-weight: bold;
			font-size: 16px;
			color: #ffffff;
			text-decoration: none;
				
		}
		
		#content a:hover{
			font-weight: bold;
			font-size: 16px;
			color: #ffffff;
			text-decoration: underline;	
		}

		#content2 a {
			
			font-weight: bold;
			font-size: 16px;
			color: #ffffff;
			text-decoration: none;
				
		}
		
		#content2 a:hover{
			font-weight: bold;
			font-size: 16px;
			color: #ffffff;
			text-decoration: underline;	
		}

/* FOOTER */

		#footer {
			width: 750px;
			clear: both;
			background-color: #842323;
			padding: 0px 5px 0px 5px;
			text-align: center;
			font-family: Lucida Grande, Arial, Helvetica, sans-serif;
			font-size: 14px;
			border-bottom: 5px solid #fff;
		}
		
/* Bottom */

		#bottom {
			width: 750px;
			clear: both;
			font-size: 12px;
			background-color: #fff;
			padding: 0px 5px 0px 5px;
			text-align: right;
			border-bottom: 5px solid #fff;
		}
		#bottom a {
			
			font-weight: bold;
			font-size: 12px;
			color: #000;
			text-decoration: underline;
				
		}
		