body{
	font-family: Georgia;
	font-size: small;
	color: #FFF;
	margin: 10px;
	text-align: center;
}

h2{
	font-family: verdana, georgia, serif;
	font-variant: small-caps;
}

img{
	border: none;
}
		
div#container{
	margin: 0px;
	width: 800px;
	zzzzzzzzzheight: 100%;
	padding: 0px;
	text-align: left;
	background-color: #008080;
	abackground-color: #F90;
}
#contspacer{
	margin: 10px;
}

/* BEGIN ROUNDING */
b.rtop, b.rbottom{
	display:block;
	background: #FFF
}
b.rtop b, b.rbottom b{
	display:block;
	height: 1px;
	overflow: hidden;
	background: #008080;
}
b.r1{
	margin: 0 5px;
}
b.r2{
	margin: 0 3px;
}
b.r3{
	margin: 0 2px;
}
b.rtop b.r4, b.rbottom b.r4{
	margin: 0 1px;
	height: 2px;
}
/* END ROUNDING */

.floatleft{
	float: left;
	display: inline;
}

.floatright{
	float: right;
	display: inline;
}
.floatcenter{
	float: center;
	display: inline;
}

.clearboth {
	clear: both;
}

#didyouknow{
	color: #000000;
	font: 0.66em;
	width: 200px;
	border: double;
	padding: 0px 5px 5px 5px;
	background: #FFFFFF;
	position: relative;
	z-index: 3;
}

#frontImage{
	border: 5px double #444444;
}

#welcomePopup{
	position: absolute;
	opacity: 0;
	filter: alpha( opacity=0 );
	text-align: left;
	color: #000000;
	background: url('images/sticky.png') no-repeat;
	height: 254px;
	width: 218px;
	padding: 75px 15px 5px 15px;
}

#additionalNote{
	text-align: left;
	color: #000000;
	background: url('images/sticky.png') no-repeat;
	height: 254;
	width: 218;
	padding: 75 15 5 15;
	opacity: 0;
	filter: alpha(opacity=0);
	position: absolute;
}

#photoDescription{
	text-align: left;
	color: #000000;
	background-color: #EEEEEE;
	border: 10px #EEEEEE ridge;
	height: 100px;
	width: 200px;
	padding: 2px;
	position: relative;
	left: 0px;
	top: -20px;
}

#weatherPic{
	height: 100px;
	widht: 100px;
	z-index: 2;
	position: absolute;
}

#weatherInfo{
	z-index: 1;
	position: absolute;
	opacity: 0;
	filter: alpha(opacity=0);
	border: 5px #AAAAEE ridge;
}

#didyouknow img{
	position: relative;
	top: 0px;
	left: -5px;
}

.button{
	padding: 8px;
	font: x-small;
	width: 92px;
	height: 29px;
	background: url('images/butbgoff.png') no-repeat;
}

.gradeLinks{
	font-size: x-small;
	font-family: Arial;
	font-variant: small-caps;
}

a{
	color: #FF0;
}

a:hover{
	color: #FA0;
}

#links a{
	font-family: Arial;
	font-size: small;
	color: #000000;
	text-decoration: none;
}
.marketHead{
	font-weight: bold;
	height: 25px;
}
#photoAlbum{
	width: 435px;
	height: 400px;
	background: url('images/photoframe.png') no-repeat;
	position: relative;
	top: -20px;
}

#games td{
	padding: 10px;
}

#directionsPage{
	line-height: 18pt;
}

.contactHead{
	font-size: large;
	background: #FFFFFF;
	color: #A05050;
	border: 5px ridge #A55;
	padding: 5px;

}
.contactHead img{
	height: 48px;
	width: 48px;
	position: relative;
	top: 10px;
}
.contactHead a{
	color: #00F;
}
.contactHead a:hover{
	color: #A00;
}

#photocontrols{
	position: absolute;
	z-index: 2;
	opacity: 0;
	filter: alpha(opacity=0);
}

#mediacontrol{
	width: 105px;
	height: 35px;
	border: 5px ridge #AAA;
}

ul#tabnav { /* general settings */
	text-align: left; /* set to left, right or center */
	margin: 1em 0 1em 0; /* set margins as desired */
	font: bold 11px verdana, arial, sans-serif; /* set font as desired */
	border-bottom: 2px solid #cc6; /* set border COLOR as desired */
	list-style-type: none;
	padding: 3px 10px 2px 10px; /* THIRD number must change with respect to padding-top (X) below */
}
ul#tabnav li { /* do not change */
	display: inline;
}
ul#tabnav li.selected{ /* settings for selected tab */
	border-bottom: 2px solid #008080; /* set border color to page background color */
	background-color: #008080; /* set background color to match above border color */
	font: bold 14px verdana, arial, sans-serif; /* set font as desired */
}
ul#tabnav li.selected a{ /* settings for selected tab link */
	background-color: #008080; /* set selected tab background color as desired */
	color: #fff; /* set selected tab link color as desired */
	position: relative;
	top: 1px;
	padding-top: 3px; /* must change with respect to padding (X) above and below */
}
ul#tabnav li a { /* settings for all tab links */
	padding: 3px 4px; /* set padding (tab size) as desired; FIRST number must change with respect to padding-top (X) above */
	border: 2px solid #cc6; /* set border COLOR as desired; usually matches border color specified in #tabnav */
	background-color: #005050; /* set unselected tab background color as desired */
	color: #ccc; /* set unselected tab link color as desired */
	margin-right: 0px; /* set additional spacing between tabs as desired */
	text-decoration: none;
	border-bottom: none;
}
ul#tabnav a:hover { /* settings for hover effect */
	background: #00c0c0;
	color: #fff;
}
