/* CSS Document */

body {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	color: #4E4E4E;
	background-image: url(images/gradient.jpg);
	background-repeat: repeat-x;
	background-color: #D7D7D7;
	}
	
#wrapper {
  width: 733px;
	background-color: #fff;
	border: solid 1px #ccc;
	margin: 30px auto;
	padding: 30px;
}

#smallcol {
float: left;
width: 237px;
margin-right: 10px;
}
#smallcoltwo {
float: left;
width: 227px;
}

#bigcol {
float: left;
width: 483px;
}
#bigcoltwo {
float: left;
width: 483px;
margin-right: 20px;
}

#smallcoltwo a:link, #smallcoltwo a:visited, #smallcoltwo a:active {
	color: #92002F;
text-decoration: none;
}
#smallcoltwo a:hover {
color: #999;
}
#bigcol p {
line-height: 1.5em;
font-size: 14px;
padding: 0;
margin: 0;
}
#smallcoltwo p {
line-height: 1.5em;
font-size: 14px;
padding: 0;
margin: 0;
}

.bios {
height: 354px;
margin-bottom: 10px;
}

#navigation {
padding: 0;
margin: 0;
font-size: 4px;
}

#navigation ul {
width: 731px;
margin: 0;
padding: 0;
list-style-type: none;
}

#navigation li {
float:left;
width: 237px;
height: 37px;
margin: 0 10px 10px 0;
padding: 0;
list-style-type: none;
}

#what a:link, #what a:visited, #what a:active {
	width: 237px;
	height: 37px;
	background-image: url(images/what.gif);
	color: #92002F;
	display: block;
}

#what a:hover {
	width: 237px;
	height: 37px;
	background-image: url(images/what2.gif);
	color: #999;
	display: block;
}
#who a:link, #who a:visited, #who a:active {
	width: 237px;
	height: 37px;
	background-image: url(images/who.gif);
	color: #92002F;
	display: block;
}

#who a:hover {
	width: 237px;
	height: 37px;
	background-image: url(images/who2.gif);
	color: #999;
	display: block;
}
#where a:link, #where a:visited, #where a:active {
	width: 237px;
	height: 37px;
	background-image: url(images/where.gif);
	color: #92002F;
	display: block;
}

#where a:hover {
	width: 237px;
	height: 37px;
	background-image: url(images/where2.gif);
	color: #999;
	display: block;
}


.clearer {
clear: both;
}
#navigation li.nopad {
margin-right: 0;
}

#footer {
text-align: center;
padding: 0 0 20px 0;
}
