body {
	margin: 0;
	padding: 0;
	color: #000;
	background-color: #7A1F1E;
	background-image: url(bkg.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100.01%;
	line-height: 115%;
}

#outerHeader {
	margin: 0 auto;
	background: url(topEdge.jpg) repeat-x;
}

#header {
	min-height: 60px;
	width: 850px;
	margin: 0 auto;
}

#outerStrap {
	background: url(outerStrapBG.jpg) repeat-x;
	min-height: 181px;
	border-bottom: 1px solid #000;
	border-top: 1px solid #000;
}

#strap {
	background: url(strapBG2.jpg) no-repeat right;
	width: 850px;
	margin: 0 auto;
	min-height: 181px;
}

#outerContent {
	background: #FFFFFF url(contentBG.jpg) repeat-x;
	min-height: 300px;
}

#contentWrapper {
	width: 850px;
	padding-top: 1px;
	margin: 0 auto;
	font-size: 80%;
}

#content {
	width: 490px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 165px;
}
#content_wide {
	width: 685px;
	margin-top: 1;
	margin-right: auto;
	margin-bottom: 12px;
	position: relative;
	margin-left: 0px;
	float: right;
	padding-top: 1px;
}

#content img {
	border: 1px solid #000;
}

#leftcol {
	width: 150px;
	padding-top: 25px;
	overflow: visible;
	float: left;
	margin: 0px;
}

#rightcol {
	width: 330px;
	float: right;
	color: #4e4845;
	margin-left: 10px;
	margin-top: 16px;
}

#rightcol h1 {
	margin-top: 0;
	padding-top: 0;
	font-size: 120%;
}

#footer {
	clear: both;
	background-image: url(waves.gif);
	padding-top: 20px;
	background-repeat: repeat-x;
	padding-bottom: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	height: 60px;
	margin: 0px;
	position: relative;
	top: 0px;
}

#footer p {
	float: right;
}

#footer a {
	color: #4682b4;
}

h2 {
	font-size: 130%;
}

h3 {
	font-size: 120%;
	margin-bottom: 0;
}
/********** Generic classes **********************/

.right {
	float: right;
	margin: 4px 0 2px 5px;
}

/********** header navigation *********************/

#header ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-size: 75%;
  float: right;
 }
  
#header li {
  float: left;		
  background: url("right.gif") no-repeat bottom right;
  padding: 0 5px 0 3px;
  margin: 0 1px;
}
  
#header a {
  float: left;
  display: block;
  background: url("left.gif") no-repeat left bottom;
  padding: 3px 8px 3px 16px;
  text-decoration: none;
  font-weight: bold;
  color: #ccc;
  margin-right: 3px;
}
  
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#header a {
float: none;
}
/* End IE5-Mac hack */


#header a:hover, #header a:focus {
  color: #fff;
}
  
#header #current {
	background-image: url(right.gif);
}
  
#header #current a {
	background-image: url(left.gif);
	color: #fff;
}

/********* Side Navigation ********************/

#leftcol ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#leftcol li {
	margin-bottom: 1px;
}

#leftcol li a {
	text-decoration: none;
	display: block;
	color: #fff;
	background-color: #637759;
	padding: 2px 3px;
}

#leftcol li a:hover, #leftcol li .here {
	color: #ccc;
	background-color: #554d41;
}

	.left {
		float: left;
		margin-top: 3px;
		margin-right: 7px;
	}
	
/************ Column control ****************/

.twocol #rightcol {
	display: none;
}

.twocol #content {
	margin-right: 0;
	margin-left: 170px;
	width: auto;
}
.caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.sound {
	position: relative;
	float: right;
	width: 40px;
	height: 40px;
	top: 50px;
}
