/* 1Stop style sheet */
body {
	background: #bcd6e6 url(1stopbackgrnd.jpg);
	font-family: sans-serif;
	font-size: 12pt;
	position: absolute;
	background-repeat: no-repeat;
}
#head {border-bottom: 2px solid black; margin-right: 10px}
#head img {
	max-width: 6in;
	max-height: 3in;
	margin-left: 150px
}
h1, h2, h3, h4, h5, h6 {
	font-family: sans-serif;
	color: #000
}
#firstp:first-letter {
	float: left;
	font-size: 175%;
	line-height: 2.0px
}
#links {
	width: 170px;
	float: left;
	margin-right: 0px;
	padding: 35px;
	padding-top: 360px;
	}
#links a {
	font-family: "Comic Sans MS", cursive;
	color: gold;
	font-size: 16pt;
	font-weight: bold;
}
#links a:link, a:visited, a:active {
	text-decoration: none
}
#links a:hover {
	color: #900;
	text-decoration: underline
}
#main {
	width: 55%;
	float: left;
	padding-left: 20px;
	padding-top: 370px;
	display: inline;
}

