@charset "UTF-8";
* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #FFF;
}
h1 {
	text-transform: capitalize;
	font-size: 22px;
}
span {
	float: left;
}
.rightFloat {
	float: right;
}
.imgRightFloatPad {
	float: right;
	border-top-width: 10px;
	border-right-width: 10px;
	border-bottom-width: 10px;
	border-left-width: 10px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	clear: both;
	margin-left: 10px;
}
#wrapper {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#branding p a {
	font-size: 16px;
	color: #666;
	text-decoration: none;
	float: right;
	padding-top: 150px;
	text-transform: capitalize;
}
#siteNav {
	background-image: url(../img/siteNav.png);
	background-repeat: no-repeat;
	background-position: center top;
	line-height: 45px;
	font-size: 16px;
	text-transform: capitalize;
	display: block;
	text-align: center;
	font-weight: normal;
}
#siteNav ul {
	list-style-type: none;
}
#siteNav ul li a {
	text-decoration: none;
	color: #FFF;
	text-align: center;
	margin-right: 25px;
	margin-left: 25px;
}
#siteNav ul li a:hover {
	color: #F96A1d;
}
#mainContent {
	background-image: url(../img/bg3.jpg);
	background-repeat: repeat;
	background-position: left top;
	color: #FFF;
	font-size: 16px;
	width: 761px;
	padding-top: 30px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 20px;
	margin-right: auto;
	margin-left: auto;
}
#mainContent p {
	text-indent: 5px;
}
#mainContent p a {
	color: #FFF;
	text-decoration: none;
}
#mainContent p a:hover {
	color: #F96A1d;
}
#footer {
	font-size: 10px;
	background-image: url(../img/siteNav.png);
	background-position: left top;
	line-height: 45px;
	text-align: center;
	text-transform: capitalize;
	clear: both;
	background-repeat: no-repeat;
}
