/* CSS Document */

* {
	padding: 0;
	margin: 0;
	outline: none;
	}

body {
	text-align: center;
	min-width: 890px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #999999;
	font-size: 12px;
	}
	
#wrapper {
	width: 850px;
	margin: 0 auto;
	color: #000000;
	background-image: url(../00images/wrapperBG.jpg);
	background-repeat: repeat-y;
	}

#siteNav {
	display: inline;
	}
	
#container {
	width: 850px;
	margin-top: 50px;
	}
	
#brand {
	float: left;
	width: 280px;
	text-align: right;
	margin-right: 0;
	margin-bottom: 100px;
	margin-left: 5px;
	padding-top: 98px;
	}

#content {
	float: left;
	width: 360px;
	padding-top: 100px;
	text-align: center;
	color: #2c449a;
	}

	
#footer {
	clear: both;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	padding-left: 300px;
	padding-right: 300px;
	font-size: xx-small;
	color: #999999;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-top: 150px;
	text-align: left;
	padding-bottom: 20px;
	}

#footer .p {
	margin-left: 5px;
	padding-left: 10px;
	}
	
#footer a {
	text-decoration: none;
	color: #999999;
	}

#footer a:hover {
	color: #811788;
	}
