* {
	margin: 0;
	padding: 0;
	font-family: "Century Gothic", "Lucida Grande", Arial, sans-serif;
}

body {
	background-color: #303030;
	}

#outerWrap {
	position: relative;
	top: 0;
	left: 0;
	margin: 0;
	padding-bottom: 50px;
	width: 100%;
	min-height: 500px;
	height: 100%;
	background-color: #fff;

}

#wrapper {
	position: relative;
	width: 900px;
	height: auto;
	margin: 0 auto 0 auto;
	
}

#header {
	position: relative;
	width: 100%;
	height: 100px;
	padding-top: 25px;
}

#logo {
	position: absolute;
	top:0px;
	left: 100px;
	z-index: 99;
}

#main {
	position: relative;
	width: 100%;
	height: auto;
	top: 55px;
}

h1 {
	text-align: center;
	color: #009ad4;
	margin-bottom: 25px;
	font-weight: lighter;
}

ul#divisions {
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	padding: 0;
	text-align: center;
}

li {
	display: inline;
	margin: 0;
	padding: 0 10px;
	text-align: center;
}

#main a {
	color: #790000;
	text-decoration: none;
	border-bottom: 1px dotted #790000;
}

#main a:hover {
	color: #fff;
	background-color: #790000;
	text-decoration: none;
	border-bottom: none;
}

p {
	color: #666666;
	width: 500px;
	margin: 0 auto 0 auto;
}

#footer {
	position: relative;
	width: 100%;
	height: 100%;
	top: 0px;
	background-color: #303030;
	color: #333333;
	border-top: 4px solid #790000;
	text-align: center;
}

#footer a {
	color: #999999;
	text-decoration: none;
}

#footer a:hover {
	color: #fff;
	background-color: #009ad4;
	border-bottom: none;

}

#footer ul {
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	padding: 0;
	text-align: center;
}

.llc { font-size:  0.5em;}
