@charset "UTF-8";
/* CSS Document */

img { 
	border: none; 
}
a:link {
	text-decoration: none;
	color: #FFFFFF;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
* {
	margin:0;
	padding:0
}
html,body{
	background-color: #AFC1C6;
	height: 100%;
	background-image: url(images/background.gif);
	background-repeat: repeat-y;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#outer{
	border:4px solid #FFFFFF;
	min-width: 903px;
	min-height: 593px;
	margin-top: -8px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: 100%;
}
* html #outer{
	height:100%
}
.top{
	border-top-width: 8px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
#navbar {
	width: 187px;
	height: auto;
	color: #AFC1C6;
	float: left;
	margin-top: 11.5%;
	margin-left: 20px;
	padding-top: 70px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#header {
	height: 70px;
	margin-left: 207px;
}
#flashcontent {
	height: 86%;
	width: auto;
	margin-left: 207px;
}
#contentContainer {
	border: 4px solid #FFFFFF;
	height: 383px;
	width: 628px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	margin-top: 10%;
	padding: 20px;
}
#bio {
	border: 4px solid #FFFFFF;
	height: 375px;
	width: 300px;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}
#bioHorizontal {
	border: 4px solid #FFFFFF;
	height: 300px;
	width: 375px;
	float: left;
	margin-right: 20px;
	margin-top: 2px;
}
.style1 {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#picGrid {
	height: 540px;
	width: 540px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	margin-top: 6%;
	padding: 0px;
}

