html, body {
	text-align: left;
	vertical-align: top;
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	border: 0px solid #00FF00;
	}
	
body {
	background: #000 url() no-repeat top center; /* This is a jpeg because IE can't match colors worth shit */
	}
	
#container {
	width: 984px;
	/*height: 100%;*/
	margin: 0 auto 0 auto; 
	padding: 0px;
	
	border: 0px solid #00FF00; /* Change to 1px to see if things are behaving */
	position: relative;
	background: url() repeat-y center;
	
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #FFF;
	}

A:link {color: #999; text-decoration: underline;}
A:visited {color: #FFF; text-decoration: underline;}
A:hover {color: #FFF; text-decoration: underline;}
A:active {color: #CCC; text-decoration: underline;}


/********************/
/****  MASTHEAD  ****/
/********************/

#masthead {
	height: 56px;
	background: url() no-repeat;
	vertical-align: top;
	text-align: right;
	padding: 0px;
	border: solid 0px #00FF00;
	}

#masthead ul { /* Symantic markup says that the site menu should be a true html list */
	background-color: ; /* Set to see how much space menu is taking up */
	padding: 0px;
	margin: 15px 0px 0px 0px;
	border: solid 0px #00FF00;
	}
	
#masthead li { /* Symantic markup says that the site menu should be a true html list */
	display: inline;
	list-style: none;
	padding: 0px;
	margin: 0px 0px 0px 10px;
	text-align: right;
	color: #FFF;
	}
	#masthead li A:link {color: #c7b299; text-decoration: none;}
	#masthead li A:visited {color: #c7b299; text-decoration: none;}
	#masthead li A:hover {color: #FFF; text-decoration: none;}
	#masthead li A:active {color: #c7b299; text-decoration: none;}

#masthead_banner {
	height: 103px;
	}

#masthead_banner #banner {
	padding-bottom: 2px; 
	border-bottom: dotted 1px #534741; 
	margin: 0px;
	width: 760px;
	}

/****************/
/****  MENU  ****/
/****************/

#menu {
	height: 23px;
	background: url() no-repeat;
	vertical-align: top;
	text-align: left;
	padding: 0px;
	color: #FFF;
	font-weight: normal;
	font-size: 12px;
	}

#menu ul { /* Symantic markup says that the site menu should be a true html list */
	background-color: ; /* Set to see how much space menu is taking up */
	padding: 0px 10px;
	margin: 0px;
	}
	
#menu li { /* Symantic markup says that the site menu should be a true html list */
	display: inline;
	list-style: none;
	padding: 0px;
	margin: 0px 10px 0px 0px;
	}

#menu A:link {color: #FFF; text-decoration: none;}
#menu A:visited {color: #FFF; text-decoration: none;}
#menu A:hover {color: #c7b299; text-decoration: none;}
#menu A:active {color: #FFF; text-decoration: none;}


/*******************/
/****  CONTENT  ****/
/*******************/

#content {
	width: 728px;
	height: auto;
	background: url() no-repeat;
	vertical-align: top;
	text-align: left;
	padding: 0px; /* if you add left/right padding, subtract if from the width above */
	vertical-align: top;
	height: 200px;
	}

#content h1 {
	font-size: 26px;
	margin: 0px;
	padding: 8px 10px 0px 9px;
	color: #FFF;
	}

#content h2 {
	font-size: 18px;
	margin: 0px;
	padding: 0px 10px 0px 9px;
	color: #c4b9af;
	}
	
#content .h2_banner { /* modifier to put header in a box above banner graphic */
	background-color: #666; 
	color: #FFF; 
	padding-bottom: 7px;
	}

#content h3 {
	font-size: 18px;
	margin: 0px;
	padding: 0px 10px 0px 10px; 
	color: #000;
	}
	#content h3 A:link {color: #000; text-decoration: none;}
	#content h3 A:visited {color: #000; text-decoration: none;}
	#content h3 A:hover {color: #999; text-decoration: none;}
	#content h3 A:active {color: #666; text-decoration: none;}

#content h4 { /* Good for an author or date. If author and date should be separate, define a span to go inside h4 */
	font-size: 14px;
	margin: 0px;
	padding: 0px 10px 0px 10px; 
	color: #000;
	}

#content .image_banner { /* Full-width sidebar graphic, NO margins ... useful for ads or pseudo structural stuff ... probably INTERNAL USE ONLY */
	width: 510px; /* this should be the full width of the main area */
	height: 218px; /* just for testing ... make "auto" for real images */
	margin: 0px;
	background-color: #EEE;
	text-align: center;
	}

#content .image_full { /* Full-width sidebar graphic, WITH margins ... use for impact or things like sponsor logos */
	width: 490px; /* make this 498px if you include a border */
	height: 333px; /* just for testing ... make "auto" for real images */
	margin: 5px 10px;
	background-color: #999;
	text-align: center;
	}

#content .caption { /* for captions underneath image_full or image_banner */
	margin: 0px;
	padding: 3px 10px 7px 10px;
	text-align: center;
	font-size: 10px;
	color: #999;
	}

#content .description {
	margin: 0px;
	padding: 0px 15px 15px 0px;
	color: #FFF;
	}
	
#content .description h3 {
	font-size: 18px;
	margin: 0px;
	padding: 0px; 
	color: #000;
	}

#content p {
	margin: 0px 0px 1em 0px;
	}

#content .image_third {
	width: 166px; /* make this 164px if you include a border */
	height: 111px; /* just for testing ... make "auto" for real images */
	float: left;
	margin: 3px 8px 0px 0px;
	background-color: #999;
	text-align: center;
	}

#content .image_half {
	width: 250px; /* make this 248px if you include a border */
	height: 167px; /* just for testing ... make "auto" for real images */
	float: left;
	margin: 3px 8px 0px 0px;
	background-color: #999;
	text-align: center;
	}


/*******************/
/****  SIDEBAR  ****/
/*******************/

#sidebar {
	width: 256px;
	height: auto;
	background: url() no-repeat;
	vertical-align: top;
	text-align: left;
	padding: 0px; /* if you add left/right padding, subtract if from the width above */
	}
	#sidebar A:link {color: #FFF; text-decoration: none;}
	#sidebar A:visited {color: #CCC; text-decoration: none;}
	#sidebar A:hover {color: #CCC; text-decoration: underline;}
	#sidebar A:active {color: #FFF; text-decoration: none;}

#sidebar h2 {
	font-size: 26px;
	margin: 0px;
	padding: 5px 10px 0px 9px; /* 1px less left padding to line up straight letters like "H" */
	color: #000;
	}

#sidebar h3 {
	font-size: 18px;
	margin: 0px;
	padding: 10px 10px 0px 10px; 
	color: #000;
	}
	#sidebar h3 A:link {color: #000; text-decoration: none;}
	#sidebar h3 A:visited {color: #000; text-decoration: none;}
	#sidebar h3 A:hover {color: #999; text-decoration: none;}
	#sidebar h3 A:active {color: #666; text-decoration: none;}

#sidebar h5 {
	font-size: 12px;
	margin: 0px;
	padding: 0px 15px 0px 15px; 
	color: #FFF;
	text-align: right;
	}
	#sidebar h3 A:link {color: #FFF; text-decoration: none;}
	#sidebar h3 A:visited {color: #FFF; text-decoration: none;}
	#sidebar h3 A:hover {color: #999; text-decoration: none;}
	#sidebar h3 A:active {color: #FFF; text-decoration: none;}

#sidebar .image_banner { /* Full-width sidebar graphic, NO margins ... useful for ads or pseudo structural stuff ... probably INTERNAL USE ONLY */
	width: 250px; /* this should be the full width of the sidebar */
	height: 173px; /* just for testing ... make "auto" for real images */
	margin: 0px;
	background-color: #CCC;
	text-align: center;
	}

#sidebar .image_full { /* Full-width sidebar graphic, WITH margins ... use for impact or things like sponsor logos */
	width: 230px; /* make this 238px if you include a border */
	height: 160px; /* just for testing ... make "auto" for real images */
	margin: 5px 10px;
	background-color: #999;
	text-align: center;
	}

#sidebar .caption { /* probably only for captions underneath image_full */
	margin: 0px;
	padding: 3px 10px 7px 10px;
	text-align: center;
	font-size: 10px;
	color: #999;
	}

#sidebar .image_thumb {
	width: 80px; /* make this 238px if you include a border */
	height: 53px; /* just for testing ... make "auto" for real images */
	float: left;
	margin: 3px 8px 0px 0px;
	background-color: #999;
	text-align: center;
	}

#sidebar .short_description {
	margin: 0px;
	padding: 0px 10px 10px 12px;
	}

#sidebar .description p {
	margin: 0px 0px 1em 0px;
	}

#sidebar .readmore A:link {color: #000; text-decoration: none; font-weight: bold;}
#sidebar .readmore A:visited {color: #000; text-decoration: none; font-weight: bold;}
#sidebar .readmore A:hover {color: #999; text-decoration: none; font-weight: bold;}
#sidebar .readmore A:active {color: #666; text-decoration: none; font-weight: bold;}

#sidebar ul {
	margin: 0px;
	padding: 0px 15px 0px 15px;
	}

#sidebar li {
	list-style: none outside;
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 2px;
	}
	#sidebar li A:link {color: #FFF; text-decoration: none;}
	#sidebar li A:visited {color: #CCC; text-decoration: none;}
	#sidebar li A:hover {color: #CCC; text-decoration: underline;}
	#sidebar li A:active {color: #FFF; text-decoration: none;}


/******************/
/****  FOOTER  ****/
/******************/

#footer {
	height: 58px;
	background: url() no-repeat;
	vertical-align: top;
	text-align: left;
	padding: 15px 15px 20px 15px;
	color: #FFF;
	font-size: 11px;
	}
	#footer A:link {color: #FFF; text-decoration: none;}
	#footer A:visited {color: #FFF; text-decoration: none;}
	#footer A:hover {color: #FFF; text-decoration: underline;}
	#footer A:active {color: #FFF; text-decoration: none;}