body {
	background-color: #ffffff;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 1em;
}

#container {
	width: 95%;
	margin-right: auto;
	margin-left: auto;
}

#header {
	background-image: url(../images/hub-header-bg.gif);
	background-repeat: repeat-x;
	background-position: top left;
}

#content {
	width: 100%; /* divider must always take up the entire width of the container */
	min-height: 52px; /* height of the car image */
	background-image: url(../images/baseline-cartail.gif);
	background-repeat: repeat-x;
	background-position: bottom left;
	position: relative;
}

#content img {
	position: absolute;
	bottom: 0px;
	right: 0px;
}

#content #tv {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 306px;
}

#main {
	min-height: 200px;
	margin-left: 320px;
	margin-right: 20px;
	padding-bottom: 60px;
}

#main h1 {
	font-size: 1.0em;
}

#main h3 {
	font-weight: bold;
	font-size: 0.7em;
}

#main h2 {
	font-size: 0.8em;
	font-weight: normal;
}

#main h2 a {
	font-size: 1.3em;
}

#main li a:link {
	color: #000066;
	font-weight: bold;
	text-decoration: underline;
}

#main li a:visited {
	color: #000066;
	font-weight: bold;
	text-decoration: underline;
}

#main li a:hover {
	color: #000099;
	font-weight: bold;
	text-decoration: underline;
}

.fpheader {
	background-color: #aa0000;
	color: #ffffff;
	font-family: Georgia;
	font-weight: bold;
	margin-left: 2.5%;
	margin-right: 2.5%;
	margin-bottom: 10px;
	margin-top: 10px;
	padding: 5px 5px 5px 25px;
}

.fprofilecontainer {
	position: relative;
	margin-left: 2.5%;
	margin-right: 2.5%;
}

.fprofile {
	position: relative;
	width: 40%;
	background-color: #ccaabb;
	border: thin solid black;
	padding: 5px;
}

#fp1 {
	position: absolute;
	left: 1%;
}

#fp2 {
	position: absolute;
	left: 51%;
}

.profilepic {
	border: 0;
	margin: 0px 8px 8px 8px;
	float: left;
}

.fprofile a:link, .fprofile a:visited {
	color: #000055;
}

.fprofile a:hover {
	color: #000000;
}

.fprofile .desc {
	font-size: 0.8em;
}

