html, body {
	height: 100%;
	background: #fff;
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size: 0.9em !important ;
	margin: 0px;
	padding:0px;
	background-image: url('../images/background.gif');
	background-repeat: repeat-y;
	background-position: top center;
}

div#container
{
	width: 800px;
	background-color: #c0d2d6;
	overflow: auto;
	margin-left: auto;
	margin-right: auto;
}

div#leftContent
{
	float: left;
	width: 200px;
	background-color: #c0d2d6;
	margin: 2px;
	padding: 6px;
	border: 2px dashed #977d58;
}

div#leftContent strong
{
	font-family: Arial Black, Gadget, sans-serif;	
}

div#content 
{
	float: right;
	width: 570px;
	min-height: 400px;
	background-color: #c0d2d6;
	padding-right: 6px;
}

div#menu { 
	font-family: Arial Black, Gadget, sans-serif;	
	height: 250px;
	width: 800px;
	border-bottom: 5px dashed #977d58;
	overflow:hidden;
}

div#menu ul {
	padding: 0;
	margin: 0;
}

div#menu ul li {
	display:inline;
	color: #977d58;
	font-size: 250%;
	font-weight: bold;
	font-variant: small-caps;
}

div#menu ul li a {
	text-decoration: none;
}
div#menu ul li a.selected {
	color: #84bbda;
}

div#menu ul li a:hover {
	color: #84bbda;
}
div#mp3player {
	float: right;
	margin-top: -30px;
	margin-right: 6px;
	width: 190px;
	height: 20px;
	border-width: 1px;
}

.titleheader {
	font-size: 135%;
	font-variant: small-caps;
	text-align: right;
	padding-right: 50px;
	font-family: Arial Black, Gadget, sans-serif;	
	background: url(/components/images/captainhook.png) no-repeat right;
}

.header1 {
	font-size: 135%;
	font-weight: bold;
}

.header2 {
	font-weight: bold;
	font-size: 118%;
}

.header3 {
	font-weight: normal;
	font-size: 115%;
}

.normal {

}

a {
	font-weight: bold;
	font-variant: small-caps;
	text-decoration:none;
	font-size: 105%;
	color: #977d58;
}

a:hover {
	text-decoration: underline;
	color: #84bbda;
}

a.checkvisited:visited:after {
	/* firefox only */
	content: "\20\221A"; 
}

/* IE only */
* html a.checkvisited:visited:after,
*+html a.checkvisited:visited:after {content:"\00A0\0061"; font-family:Webdings;}
