/*
	Written by Ben Web of Web Thirst (www.webthirst.com)
	for www.lockgate.com
	October 2005
*/

body {
	color: #000000;
	}

#frame {
	width: 100%;
	margin: auto;
	border: 0;
	}
	
#header,
#mainNav,
#adBox,
#contactForm,
#footer h4,
#footer ul {
	display: none;
	}

#content {
	margin: auto;
	}

#content h1,
#content h2,
#content h3,
#content p {
	margin: auto;
	color: #000000;
	}

#content a:link,
#content a:visited {
	text-decoration: none;
	color: #990000;
	}
	
/* Data Tables */
	
.dataTable {
	border: 1px solid #000000;
	}

.dataTable caption {
	color: #000000;
	}
	
.dataTable th {
	border: 1px solid #000000;
	color: #000000;
	}

.dataTable td {
	border: 1px solid #000000;
	}
	
