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

#sitetitle{
	position: absolute;
	left: 30px;
	top: 12px;

}

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #ffc51d;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColFixCtr #container {
	width: 1019px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height: 821px;
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	position: relative;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	
}

#nav a {
	color: #737272;
	text-decoration: none;
}

#nav a:hover {
	color: #ff6d00;
	text-decoration: none;

}

#nav{
	position: absolute;
	left: 33px;
	top: 44px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	color: #737272;
}

#topstrip{
	position: absolute;
	left: 0px;
	top: 74px;
}

#content{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #737272;
	position: absolute;
	
}

.pinktext {color: #ee2b5b}
.current{color: #ff6d00;}
	
#bottomstrip{
	position: absolute;
	left: 0px;
	top: 771px;

}

#photocredit{
	position: absolute;
	left: 35px;
	top: 800px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #999999;
	
}

#sitecredit{
	position: absolute;
	left: 908px;
	top: 800px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #999999;
}

#sitecredit a{
	text-decoration: none;
	color: #ee2b5b;
}