		html, body,{
	 		min-height: 100%;
	 		width: 100%;
	 		height: 100%;
	 	}
		html>body, html>body #wrapper{
		  height: auto;
		}
		body{
		  background-image: url(images/background.png);
			background-repeat: repeat-x;
			background-color: #ffffff;
			text-align: center;
		}
	 	body img{
			border: 0px;
	 	}
	 	a:link, a:visited{
	 		color: #000099;
	 	}
	 	a:hover{
	 		color: #ff0000;
	 	}
	 	#navigation{
	 		font-family: Arial, Helvetica, sans-serif;
	 		font-size: 0.9em;
	 		clear: both;
	 	}
	 	#navigation ul{
	 		list-style: none;
	 		padding: 0px;
	 		padding-top: 4px;
	 		margin: 0px 0px 20px 0px;
	 	}
	 	#navigation li{
	 		display: inline;
	 	}
	 	#navigation a:link, #navigation a:visited{
	 		padding-right: 20px;
	 		padding-left: 5px;
	 		padding-top: 2px;
	 		padding-bottom: 2px;
	 		color: #FFFFFF;
	 		background-color: #B51032;
	 		text-decoration: none;
	 		border: 1px solid #711515;
	 	}
	 	#navigation a:hover{
	 		color: #FFFFFF;
	 		background-color: #711515;
	 	}
	 	#wrapper{
		  background-color: #ffffff;
		  min-height: 100%;
			height: 100%;
	 		border-right: 5px solid #000099;
	 		border-top: 5px solid #000099;
	 		border-left: 1px solid #000099;
	 		border-bottom: 1px solid #000099;
	 		position: relative;
	 		width: 750px;
	 		padding: 20px 20px 20px 20px;
	 		margin-right: auto;
	 		margin-left: auto;
	 		margin-bottom: 20px;
	 		font-family: Arial, Helvetica, sans-serif;
	 		font-size: 0.8em;
			text-align: left;
	 	}
	 	#logo{
	 		float: left;
	 		margin-top:5px;
	 		margin-bottom: 20px;
	 		margin-left: 5px;
	 	}
	 	#splash{
	 		float: right;
	 	}
	 	#footer{
      clear: both;
	 		width: 100%;
	 		text-align: center;
	 		font-size: 80%;
	 		color: #AAAAAA;
	 		margin-bottom: 5px;
	 	}
		h1{
		  font-size: 1.2em;
		}
		h2{
		  font-size: 1.1em;
			margin: 0px;
		}
