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

html, body{
margin: 0px;
padding: 0px;
}

#content{
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	display: block;
}
#altImage {
	width: 940px;
	height: 940px;
	margin-right: auto;
	margin-left: auto;
	display: none;
}
#title{
	min-width: 940px;
	height: 78px;
	background-image: url(images/navBg.gif);
	padding-top: 30px;
	position: absolute;
	background-repeat: no-repeat;
	background-position: center center;
}
#topNav li{
	display: inline;
	list-style-type: none;
	margin-top: 0px;
	margin-right: -5px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#left{
	position: absolute;
	width: 165px;
	margin-left: 20px;
	top: 150px;
	
}
#center{
	position: absolute;
	width: 250px;
	margin-left: 235px;
	top: 150px;
}
#right{
	position: absolute;
	width: 375px;
	margin-left: 515px;
	top: 150px;
}
.thumb{
	margin-right: 10px;
	margin-bottom: 10px;
}


#bioCenter{
	position: absolute;
	width: 800px;
	margin-left: 70px;
	margin-right: 70px;
	top: 152px;
}

p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #000000;
}

p a:link, p a:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #00AEEF;
}
p a:active, p a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: underline;	
	color: #00AEEF;
}


#storeLeft{
	position: absolute;
	width: 350px;
	margin-left: 100px;
	top: 150px;
}
#storeRight{
	position: absolute;
	width: 375px;
	margin-left: 500px;
	top: 150px;
}

label{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #000000;
}
input{
	margin: 0px;
	padding: 0px;
	width: 200px;
	height: 20px;
	border: 1px solid #000000;
}

