/* Notes
	background-image: url(../images/imagename.gif);
	background-repeat: repeat-x, repeat-y, no-repeat;
	
To have the container centered in the window:
body
	{
	text-align: center;
	margin: 0 auto;
	}
#container
	{
	width: 800px;
	text-align: center;
	margin: 0 auto;
	}
	
border styles
	border-bottom-style: solid;
	border-color: white;
	border-bottom-width: 4px;
	
#linksplain
	{
	padding: 5px 0 5px 0;
	background-image: url(../images/linksbackground.jpg);
	background-repeat: repeat-x;
	font-size: 10px;
	font-family: Arial, Helvetica, Tahoma, Verdana, sans-serif;
	border-bottom-style: solid;
	border-color: white;
	border-bottom-width: 4px;
	}
#linksplain li
	{
	display: inline;
	list-style: none;
	padding-right: 1.4em;
	margin-right: 1.10em;
	border-right: 1px solid black;
	z-index: 999;
	}
#linksplain li.last
	{
	border-right: 0;
	margin-right: 0;
	padding-right: 0;
	}
	
fonts
font-family: Arial, Helvetica, Tahoma, Verdana, sans-serif;
*/

/* Standard Helpers */

/* Normalizes margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td
	{
	margin: 0;
	padding: 0;
	}
/* Normalizes font-size for headers */
h1, h2, h3, h4, h5, h6
	{
	font-size: 100%;
	}
/* Removes list-style from lists */
ol, ul, li
	{
	list-style: none;
	}
/* Normalizes font-style and font-weight to normal */
address, caption, cite, code, dfn, em, strong, th, var
	{
	font-style: normal;
	font-weight: normal;
	}
/* Removes borders and spacing from tables */
table
	{
	border-collapse: collapse;
	border-spacing: 0;
	}
/* Removes border from fieldset and img */
fieldset, img
	{
	border: 0;
	}
/* Left-aligns text in caption and th */
caption, th
	{
	text-align: left;
	}
/* Removes quotation marks from q */
q:before, q:after
	{
	content: '';
	}
img
	{
	border-style: none;
	}
a
	{
	text-decoration: none;
	font-style: normal;
	color: white;
	}
h4
	{
	padding: 20px 0px 20px 0px;
	font-weight: bold;
	font-size: 18px;
	color: #945610;
	}
a:hover
	{
	color: #a26415;
	}
body
	{
	text-align: center;
	margin: 0 auto;
	background-color: #c2560e;
	font-family: Arial, Helvetica, Tahoma, Verdana, sans-serif;
	}
#container
	{
	text-align: center;
	margin: 0 auto;
	width: 760px;
	}
#main
	{
	background-image: url(../images/background.png);
	background-repeat: no-repeat;
	background-color: #eca520;
	}
#links
	{
	padding: 163px 0 0 100px;
	color: white;
	font-size: 12px;
	text-align: left;
	letter-spacing: .5px;
	}
#links li
	{
	display: inline;
	list-style: none;
	padding: 0 26px 0 0;
	}
#links li a.selected
	{
	color: #a26415;
	}
#text
	{
	width: 375px;
	padding: 65px 0 40px 101px;
	color: #945610;
	font-size: 12px;
	text-align: left;
	line-height: 19px;
	}
#text h1
	{
	padding: 0 0 27px 0;
	}
#footer
	{
	height: 17px;
	background-color: #844706;
	color: #e19009;
	font-size: 9px;
	padding: 5px 0 0 100px;
	text-align: left;
	}