body {
	background: #303030;
	font-family: arial;
	font-size: 12px;
	color: #AAAAAA;
	margin: 0px;
	}
	
/* The main page layout tables - <table class="main_<category>"> where <category> is the page subject matter (to set the background image/header appropriately) */
table.main {
	background: #000000;
	border-right: 3px solid #080808;
	border-bottom: 3px solid #080808;
	padding: 0px 0;
	margin: 0px 0;
	width: 800px;
	}
table.main_home {
	background: url(images/header-backgrounds/header-home.gif) no-repeat left top #000000;
	border-right: 3px solid #080808;
	border-bottom: 3px solid #080808;
	padding: 0px 0;
	margin: 0px 0;
	width: 800px;
	}
table.main_rc {
	background: url(images/header-backgrounds/header-rc.gif) no-repeat left top #000000;
	border-right: 3px solid #080808;
	border-bottom: 3px solid #080808;
	padding: 0px 0;
	margin: 0px 0;
	width: 800px;
	}
table.main_jeep {
	background: url(images/header-backgrounds/header-jeep.gif) no-repeat left top #000000;
	border-right: 3px solid #080808;
	border-bottom: 3px solid #080808;
	padding: 0px 0;
	margin: 0px 0;
	width: 800px;
	}
table.main_hiking {
	background: url(images/header-backgrounds/header-hiking.gif) no-repeat left top #000000;
	border-right: 3px solid #080808;
	border-bottom: 3px solid #080808;
	padding: 0px 0;
	margin: 0px 0;
	width: 800px;
	}
table.main_contact {
	background: url(images/header-backgrounds/header-contact.gif) no-repeat left top #000000;
	border-right: 3px solid #080808;
	border-bottom: 3px solid #080808;
	padding: 0px 0;
	margin: 0px 0;
	width: 800px;
	}
	
/* table for arranging left column content */
table.layout {
	width: 200px;
	padding: 10px;
	}
	
/* table for arranging content within the 'centerbody' cell */ 
table.tablebody {
	align: center;
	padding: 10px;
	width: 100%;
	}
	
/* table for creating sub-tables within 'tablebody' or 'centerbody' cells */
table.subcontent {
	align: center;
	border-top: 1px solid #101010;
	border-left: 1px solid #101010;
	background: #303030;
	width: 90%;
	}

/* header cell within 'main_<category>' table */
td.header {
	text-align: center;
	height: 80px;
	}

/* main content cell within 'main_<category>' table */
td.centerbody {
	background: #202020;
	padding: 10px;
	width: 100%;
	}

/* footer cell within 'main_<category>' table */
td.footer {
	height: 20px;
	}

/* text box (with half outline) used for left column 'layout' table */
td.text {
	padding: 10px;
	width: 200px;
	border-left: 2px solid #101010;
	border-top: 2px solid #101010;
	}

/* table cell used for picture display */
td.pic {
	padding: 10px;
	vertical-align: top;
	}

/* paragraph <p> style */
p {
	color: #AAAAAA;
	font-family: arial;
	font-size: 12px;
	}

/* page title <p class="title> large font */
p.title {
	color: #AAAAAA;
	font-family: arial;
	font-size: 28px;
	margin-left: 60px;
	}

/* paragraph title <p class="h1"> */
p.h1 {
	background: #101010;
	margin: 0px;
	padding: 2px;
	font-size: 12px;
	color: #7177c1;
	text-align: center;
	font-weight: bold;
	border-right: 1px solid #404040;
	border-bottom: 1px solid #404040;
	}

/* paragraph/page title <p class="h2"> */
p.h2 {
	background: #000000;
	margin: 0px;
	padding: 2px;
	font-size: 14px;
	color: #FCE398;
	text-align: center;
	font-weight: bold;
	border-right: 1px solid #404040;
	border-bottom: 1px solid #404040;
	}

/* link styles */
a:link {
	color: #7177C1;
	font-family: arial;
	font-size: 12px;
	text-decoration: underline;
	}
a:visited {
	color: #DF821A;
	font-family: arial;
	font-size: 12px;
	text-decoration: underline;
	}
a:hover {
	color: #EDF28C;
	font-family: arial;
	font-size: 12px;
	text-decoration: underline;
	}
a:active {
	color: #FFFFFF;
	font-family: arial;
	font-size: 12px;
	}