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

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

#header {
	background-color: white; /*logo loaded in php file*/
	border-top: medium solid black;
	border-bottom: medium solid black;
}


#nav {
	float: left;
	display: inline;
	width: 160px;
	padding-top: 10px;
	background-color: #900; /*dark faded red, reduced hexes*/
		}


#content {
	width: 800px;
	margin-left: 160px;
	padding-top: 10px;
	background-color: white;
	background-image: url(watermark.gif);
                   background-repeat: no-repeat;
                   background-position: center center;}


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


p {
padding-left: 10px;
}

img {
padding: 10px;
}

#header img {
padding-top: 10px;
padding-bottom: 25 px;
padding-left: 0px;
}

/*as of May 20, all table and thumbnail styles are modified from CT tables-- same styles, different colors */

table {
	padding-left: 10px; /*so it doesn't crash into the nav division*/
	border-width: 2px;
	border-style: double;
	border-color: #900; /*dark faded red, reduced hexes*/
	border-collapse: separate;
	background-color: white;
}
table th {
	border-width: 1px;
	padding: 5px;
	border-style: inset;
	border-color: #333; /*obscure grey, reduced hex*/
	background-color: white;
	}
table td {
	border-width: 1px;
	padding: 5px;
	border-style: inset;
	border-color: #933; /* dark dull red, reduced hex */
	background-color: white;
}



/* Style for tables of thumbnail images-- basically CT's style unchanged 5/20/09 */
table.thumbs{
	text-align: center;
	border-collapse: collapse;
}

/* Style for table cells that contain thumbnails -- basically CT's style unchanged 5/20/09*/
td.thumbs{
	border: solid 1px #00bfff;
	padding: 10px;
}

/* Style for thumbnail images-- basically CT's style unchanged 5/20/09 */
img.thumbs{
	width: 100px
}
a {color: #900; text-decoration: none;} /*dark faded red, as in nav background and h1*/

#nav li {font-size: 80%; margin:0 0 0.25em 0; list-style-type: none;}
#nav a:link {color: white;text-decoration: none;}
#nav a:visited {color: white;text-decoration: none;}
#nav a:hover {color: white;background-color: black; text-decoration: none;}

#footer p {color:white;}

h1 {
color: #900; /* dark faded red, reduced hex*/
padding-left: 10px;
}

h2 {
color: #333; /*obscure grey, reduced hex*/
padding-left: 10px; 
}

h3 {
color: #933; /* dark dull red, reduced hex */
padding-left: 10px; 
}

h4 {
color: #666; /* dark grey, reduced hex, not the number of the beast */
padding-left: 10px; 
}

h5 {
color: #600; /*obscure dark red, reduced hex */
padding-left: 10px; 
}

h6 {color: #000; /*black, reduced hex */
padding-left: 10px;
}
