body {
	margin: 0;
	font-family: tahoma, sans-serif;
	background-image: url('bg1.gif');
}

#container {
	width: 960px; /*width of main container*/
	margin: 0 auto; /*center container on page*/
	background-color: white;
}

#header {
	background-color: FFCC00; /*logo loaded in php file*/
}

#navcontainer ul
{
padding-left: 0;
margin-left: 0;
background-color: #660000;
color: White;
float: left;
width: 100%;
font-family: arial, helvetica, sans-serif;
font-size: small;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
padding: 0.2em 1em;
background-color: #660000;
color: White;
text-decoration: none;
float: left;
border-right: 1px solid #fff;
}

#navcontainer ul li a:hover
{
background-color: #CC3300;
color: #fff;
}

#center {
	width: 800px;
	margin-left: 160px;
	background-color: white;
	}

#left {
	float: left;
	display: inline;
	width: 160px;
	background-color: #FFCC00;
		}


#footer {
	clear: both;
	position: relative;
	background-color: #FFCC00;
}


p {
padding-left: 10px;
}

p.navlink {
	margin: 0%;
	height: 66px;
	text-align: center;
	line-height: 66px;
	font-weight: bold;
	background-image: url('navbutton.jpg');

}

img {
padding-left: 10px;
}

img.imgnavlink {
padding-left: 0px;
}

table {
	border-width: 2px;
	border-style: double;
	border-color: red;
	border-collapse: separate;
	background-color: white;
}
table th {
	border-width: 1px;
	padding: 5px;
	border-style: inset;
	border-color: orange;
	background-color: white;
	}
table td {
	border-width: 1px;
	padding: 5px;
	border-style: inset;
	border-color: orange;
	background-color: white;
}
/* Style for tables of thumbnail images */
table.thumbs{
	text-align: center;
	border-collapse: collapse;
}

/* Style for table cells that contain thumbnails */
td.thumbs{
	border: solid 1px #00bfff;
	padding: 10px;
}

/* Style for thumbnail images */
img.thumbs{
	width: 100px
}
a {color: #C16800; text-decoration: none;}

a.navlink:link {color: black;text-decoration: none;}
a.navlink:visited {color: red; text-decoration: none;}
a.navlink:hover {color: white;text-decoration: none;}



h1 {
color: #CC3300;
padding-left: 10px;
}

h2 {
color: #663300;
padding-left: 10px; 
}

h3 {
color: red;
padding-left: 10px; 
}

h4 {
color: orange;
padding-left: 10px; 
}

h5 {
color: #CC3300;
padding-left: 10px; 
}

h6 {color: #663300;
padding-left: 10px;
}
