/* CSS Document
Grandon Gray
Common CSS
© 2005 Grandon Gray
CSS code by Digital Vision Media, LLC, www.digitalvisionmedia.com */

* {
	padding: 0;
	margin: 0;
	border: 0;
	}

body {
	margin: 0;
	background-color: #582f08;
	color: #000;
	font-size: 100.01%;
	background-image: url(../images/background01.jpg);
	background-repeat: repeat;
}

div#topdiv {
	margin: auto;
	width: 739px;
	}
	
div#footer {
	margin: auto;
	width: 739px;
	}

table#maintable {
	width: 739px;
	margin: auto;
	}
	
td {
	padding: 0;
	border: 0;
	vertical-align: top;
	}

td#left {
	width: 545px;
	padding-top: 25px;
	background-image: url(../images/textback.jpg);
	background-repeat: repeat-y;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	}
	
td#right {
	width: 194px;
	background-image: url(../images/bioback.jpg);
	background-repeat: repeat-y;
	}

div#copyright {
	float: left;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #8E8060;
	text-align: left;
	font-size: 0.7em;
	padding-left: 15px;
	}
	
div#credit {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #8E8060;
	text-align: right;
	font-size: 0.7em;
	padding-right: 20px;
	}
	
div#bottom {
	margin: 5px auto 10px auto;
	width: 710px;
	}
	
div#credit a:link, div#credit a:visited, div#copyright a:link, div#copyright a:visited {
	text-decoration: none;
	color: #8E8060;
	}
	
div#credit a:hover, div#copyright a:hover {
	text-decoration: underline;
	color: #fff;
	}


