﻿/* CSS layout */
acronym, abbr{
	border-bottom: dotted 1px #333;
	cursor:help;
}

#wrapper {
width: 750px;
margin: 10px auto 0 auto;	
}
#masthead {
	background-image: url('sslogothirdinch.png');
	background-repeat: repeat-x;
	background-color: #66CCFF;
	width: 750px;
}
#top_nav {
	width: 750px;
	background-color: #FFFFCC;
	z-index: 0;
}

#container {
	position: relative;
	width: 750px;
	background-color: #FFFFDF;
}
#footer {
	width: 750px;
	clear: both;
	}
body{
	background-color:#daf5f6;
}