﻿a:link {
	color: #000099;
	text-decoration: none;
}
a:visited {
	color: #006;
}

a:hover {
	color: #F90;
}
a:active {
	color: #FC0;
}


body, h1, h2, h3, h4, p, ul, li {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #333333;
}
#header {
	color: #FFF;
	background-color: #000099;
	background-image: url(images/header_bg.jpg);
	background-repeat: repeat-x;
	float: left;
	width: 100%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#header ul {
	padding: 2px;
	float: left;
	list-style-type: none;
}

#header li {
	display: inline;
	margin-right: 0.25em;
	padding-bottom: .5em;
}
#content-wrapper {
	float: left;
	width: 770px;
	margin-bottom: 20px;
}
#main-content {
	float: left;
	width: 500px;
	padding-bottom: 10px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-left-style: solid;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #CCC;
	padding-left: 10px;
}
#main-content h1 {
	font-size: 150%;
	font-weight: bold;
	color: #009;
	background-repeat: no-repeat;
	margin-top: 10px;
	margin-left: 10px;
	text-align: center;
}
#moulson-bio {
	width: 50%;
	padding: 0px;
	float: left;
	text-align: center;
	clear: left;
}
#rinn-bio {
	width: 50%;
	padding: 0px;
	float: right;
	text-align: center;
	clear: right;
}


#main-content h2 {
	font-size: 110%;
	font-style: italic;
	font-weight: bold;
	color: #666;
	text-align: center;
}

#secondary-content {
	float: left;
	width: 250px;
	border-right-width: 5px;
	border-right-style: solid;
	border-right-color: #FFF;
}
#secondary-content ul {
	list-style-type: square;
	list-style-position: inside;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-top: 10px;
	font-weight: bold;
	color: #009;
}
#secondary-content img {
	width: 250px;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#masthead {
	background-color: #F2F2F2;
	background-image: url(images/BSG3_r2_c24.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	clear: both;
}

#masthead p span {
	position: absolute;
	top: -10000px;
}
#footer {
	color: #FFF;
	background-color: #009;
	clear: both;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	background-repeat: repeat;
	font-size: 70%;
	background-image: url(images/footer_spacer.png);
}

#footer-wrapper {
	background-color: #009;
	float: left;
	width: 770px;
	border: 1px solid #B5B5B5;
}
.clearfloat {
	font-size: 1px;
	line-height: 0px;
	clear: both;
	height: 0px;
}


.container {
	width: 770px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
