/* CSS Document */

.bgfix {
	background-attachment: fixed; 
	background-repeat: no-repeat; 
	background-position: center;
	/*background-position: 44% 0%;*/
	/*background-image: url(BG_Summerof42.jpg) ; */
}

.bgfixrepeat {
	background-attachment: fixed; 
	background-repeat: repeat; 
	background-position: left;
}

body{
	font-family: Verdana, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	line-height: 18px;
	padding: 3px;
}

.bold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	font-weight: bold;
	color: #FFCC33;
}

.bobheader1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 36px;
	font-weight: bold;
	color: #FFCC33;
	text-decoration: underline;
}

.bobheader2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	color: #FFCC33;
	text-decoration: underline;
}

.navigation {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	background-color: #993300;
	display: block;
	padding: 8px;
	width: 140px;
	text-align: left;
}

.boblink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	color: #FFCC33;
	padding: 6px 8px 6px 10px;
	text-decoration: none;
}

.boblink:link, .boblink:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	color: #FFCC33;
	padding: 6px 8px 6px 10px;
	text-decoration: none;
}

.boblink:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	padding: 6px 8px 6px 10px;
	text-decoration: none;
}

