/* Basic Layout Styles */

* {
	margin: 0px;
	padding: 0px;
}

body {
	text-align:center;
	background-color: #ffffff;;
	background-repeat: repeat-x;
	}
	
#clear {
	clear:both;
}
	
#wrapper {
	width: 800px;
	text-align: center;
	background-repeat: no-repeat;
	background-image: url(images/splash_bkgnd.jpg);
	background-position: center top;
	background-attachment: scroll;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	}


#wrapper a {
	color: #134D8C;
	text-decoration: none;
}
#wrapper table {
	text-align: center;
	font-size: 12px;
}
#wrapper a:hover {
	text-decoration: none;
	color: #6DB4E2;
}
#wrapper a:visited {
	color: #134D8C;
	text-decoration: none;
}
#wrapper a:hover:visited {
	color: #6DB4E2;
	text-decoration: none;
}

