/* CSS Document                                  */
/* Client: Larry huffman                       */
/* Author: Steve Farwell steve@Farwelldesign.com */
/* Created: 9/4/06                               */
/* This file is used for the screen layout       */

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
}
body {
	background-color: #990100;
	text-align:center;
	
}
#wrapper {
	position:relative;
	margin-top:5px;
	margin-left: auto;
	margin-right: auto;
	width: 550px;
}

#header {

}

#navBar {
	text-align:left;
	background:url(../images/navBar.jpg) center no-repeat;
	height: 35px;
}

#navBar ul {
	padding:8px 0px 5px 0px;
	margin: 0px 0px 0px 100px;
	font-weight:600;
	list-style: none;
	font-size:80%;

}

#navBar ul li {
	display:inline;
	padding: 0px 0px 0px 0px;
}


#navBar a:link ,#navBar a:visited {
	text-decoration: none;
	padding:5px 10px 10px 10px;
	color:#000000;
}

#navBar ul li a:hover {
	text-decoration: none;
	padding:8px 9px 5px 9px;
	background:url(../images/navBarHoverPiece.jpg) ;
	border-right:inset #000000 1px;
	border-left:inset #999 1px;
	border-collapse:collapse;
	color:#000000;

}



#content {
	width:525px;
	height:auto;
	min-height:296px
	z-index:1;
	background-color: #FFFFFF;
	text-align:left;
	padding: 10px;
	border:#CCCCCC solid 3px;
	border-bottom: #333333 solid 3px;
	border-right: #333333 solid 3px;
	font-size:80%;
}
html>body #content {
	height:auto;
}

#content h1 {
	text-align:center;
	font-size:180%;
}


#Larry {
	float: right;
	padding-left: 10px;
}

#address {
	width:525px;
	height:92px;
	margin-left: auto;
	margin-right: auto;
	z-index:2;
	background-color: #FFFFFF;
	border-bottom: #333333 solid 3px;
	border-right: #333333 solid 3px;
	padding-bottom: 10px;
	font-size:80%;
}
html>body #address{
	height:auto;
}

#mediaPlayer{
	text-align:center;
}

#footer {
	font-size:70%;
	margin: 10px 0px 10px 0px;
}

#footer a:link , #footer a:visited, #footer a:hover {
	color:#FFF;
	text-decoration:none;
}

#footer a:hover {
	text-decoration:underline;
}

.clear {
	clear:both;
}


.style1 {font-weight: bold}
