body {
	background-color: #FFFFFF;
	background-image: url(background-css.gif);
}

a:link, a:visited, a:active {
	text-decoration: none;
	color: #339999;
}

a:hover {
	text-decoration: underline;
	color: #339999;
	background-color: #CCCCFF;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}


/* whole screen container div */
#screen {
	height: auto;
	width: 800px;
	margin-top: 3px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	overflow: auto;
}

/* leftside container div */ 
#leftsidecolumn {
	float: left;
	width: 234px;
	height: auto;
}

/* rightside container div */
#rightsidecolumn {
	width: 566px;
	height: auto;
	float: left;
}

/* logo section div */ 
#logo {
	float: left;
	width: 234px;
	height: 238px;
}

#logo img.ball {
	float: none;
	position: relative;
	left: auto;
	right: auto;
	margin: 0px;
	padding: 0px;
	height: 238px;
	width: 234px;
}

/* sitetitle section div */
#sitetitle {
	width: 566px;
	height: auto;
	float: left;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 0px;
}

#sitetitle img.jimholley {
	float: none;
	position: relative;
	left: auto;
	right: auto;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	margin: 0px;
}

#sitetitle h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #cc0000;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #339999;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #339999;
	text-align: center;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
}


/* navigation section div */
#navigation {
	width: 234px;
	float: left;
	height: auto;
	border: 0px;
	margin: 0px;
	padding: 0px;
}

/* middle container div */
#middle {
	float: left;
	clear: both;
	height: auto;
	width: 550px;	
	margin-right: 0px;
	margin-left: 3px;
	margin-top: 0px;
	margin-bottom: 4px;
	background-color: #FFFFFF;
	border: 1px solid #000000;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;

}

/* content section div */ 
#content {
	float: left;
	height: auto;
	width: 530px;
	clear: both;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	text-align: left;
	margin: 5px;
	padding: 5px;
}

#content img.thumbleft {
	padding: 0px;
	float: left;
	margin-top: 3px;
	margin-right: 3px;
	margin-bottom: 3px;
	margin-left: 0px;
	border: thin solid #9999CC;
}

#content img.thumbright {
	padding: 0px;
	float: right;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 3px;
	border: thin solid #9999CC;
}

#content img.thumbcenter {
	padding: 0px;
	float: none;
	margin-top: 3px;
	margin-right: 3px;
	margin-bottom: 3px;
	margin-left: 3px;
	border: thin solid #9999CC;
}

/* thumbnails section div */
#thumbnails {
	float: left;
	height: auto;
	width: 550px;
	padding: 0px;
}

/* footer container div */
#footer {
	clear: both;
	float: left;
	height: auto;
	width: 788px;
	padding: 5px;
	border: 1px solid #000000;
	background-color: #9999cc;
	margin-top: 5px;
}

#footer a:link, #footer a:visited, #footer a:active {
	text-decoration: none;
	color: #FFFFFF;
}

#footer a:hover {
	text-decoration: underline;
	color: #339999;
	background-color: #CCCCFF;
}

/* contact section div */
#contact {
	width: auto;
	height: auto;
}

#contactleft {
	height: auto;
	width: 210px;
	float: left;
}

#contact img.left {
	border: thin solid #000000;
	padding: 2px;
	background-color: #FFFFFF;
}


#contactmiddle {
	height: auto;
	width: auto;
	float: left;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: 20px;
}

#contactright {
	height: auto;
	width: 160px;
	float: right;
}

#contact img.right {
	border: thin solid #000000;
	padding: 2px;
	background-color: #FFFFFF;
}

/* links section div */
#links {
	clear: both;
	float: left;
	width: 778px;
	text-align: center;
	vertical-align: middle;
	padding-top: 5px;
}

/* credit section div */
#credit {
	clear: both;
	float: left;
	width: 778px;
	text-align: center;
	vertical-align: middle;
	padding-top: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
}

.image_right {
	border: thin solid #000000;
	padding: 0;
	float: right;
	background-color: #FFFFFF;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 3px;
}