/* colors
rust: 156,0,0 or 9c0000
green: 88,149,112 or 589570
brown: 95,54,58 or 5f363a
tan: 185,149,115 or b99573
pale tan: 220,202,185 or dccab9
*/

/* paint splatter PhotoShop brush sources
splatters by quells.deviantart.com */

/* layout, global settings */

table.layout {
	width: 950px;
	background-color: rgb(220,202,185);
	color: #000000;
	border: 0px;
	}
body {
	background-color: #000000;
	}
td.leftcolumn {
	width: 184px;
	height: 123px;
	margin: 10px;
	padding: 10px;
	margin-top: 30px;
	padding-top: 30px;
	background-color: rgb(185,149,115);
	color: rgb(156,0,0);
	}
td.corner {
	width: 184px;
	height: 123px;
	margin: 0px;
	padding: 0px;
	background-color: rgb(185,149,115);
	color: rgb(156,0,0);
	}
td.banner {
	height: 123px;
	margin: 10px;
	padding: 10px;
	background-color: rgb(156,0,0);
	color: rgb(0,0,0);
	}
td.content {
	width: 100%;
	margin: 20px;
	padding: 20px;
	margin-bottom: 30px;
	padding-bottom: 30px;
	background-color: rgb(220,202,185);
	}
td.nav {
	background-color: rgb(88,149,112);
	padding: 2px;
	}
td.footer {
    font-size: 70%;
    color: #000000;
	margin: 5px;
	padding: 5px;
	background-color: rgb(88,149,112);
}

img.splash {
    border: 5px solid rgb(88,149,112);
}

img.banner_imgs {
    border: 0px;
	margin: 0px;
	padding: 0px;
}

/* navigation options */

#tabs {
	font-family: Verdana, Geneva, Helvetica, Arial, sans-serif;
	}

#tabs ul {
	list-style: none;
	background-color: #000000;
	margin: 0;
	padding: 0;
	border: none;
	display: inline;
	} 

#tabs ul li {
	font-size: 105%;
	margin-left: 0;
	margin-bottom: 0;
	list-style: none;
	display: inline;
	color: #000000;
	}
	
#tabs li a {
	padding: 0px 15px 0px 15px;
	background-color: rgb(88,149,112);
	color: #000000;
	text-decoration: none;
	}

#tabs li a:hover {
	padding: 0px 15px 0px 15px;
	background-color: rgb(185,149,115);
	color: rgb(0,0,0);
	text-decoration: none;
	}

/* default font size*/
body, body div, body p, body th, body td, body li, body dd	{
	voice-family:	inherit;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size:	10pt;
}

html>body, html>body div, html>body p, html>body th, html>body td, html>body li, html>body dd	{
	font-size:	10pt;
}

h1 {
  font-size: 130%;
  font-weight: bold;
  padding-top: 15px;
}

h2 {
  font-size: 110%;
  font-weight: bold;
}

h3 {
  font-size: 90%;
  font-weight: bold;
}

a {
	color: rgb(156,0,0)
}

a.heading {
	color: rgb(0,0,0)
}

a:hover {
	color: rgb(95,54,58)
}

a:visited {
	color: rgb(95,54,58)
}

ul {
	list-style: square;
}