* {
	margin: 0;
	padding: 0;
}

/* Body formats */

body {
	background: #fff url(images/background.jpg) no-repeat fixed left bottom;
	font: 62.5%/100% "Lucida Sans Unicode", "Lucida Console", Verdana, sans-serif;
	color: #444;
	text-align:justify;
	border-top:15px solid #454c40;	 
}

#header
{
	background-image: url(images/logo.gif);
	background-repeat: no-repeat;
	height: 90px;
	margin-top:20px;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}


#navigation
{
	float: left; 
	width: 100%;
	background-color: #333333;
	font-family:"Verdana", Arial, Helvetica, sans-serif;	
	}

/* Navigation */

#navigation ul
{
	margin: 0 5px;
	float: left;
	width: 95%;
	padding: 10px 11px;
	list-style-type: none;
}

#navigation li { float: left; margin: 0 0 0 5px; padding: 0; }

#navigation a:link,
#navigation a:visited
{
	float: left;
	display: block;
	color: #7a936b;
	border: 1px solid #333333;
	text-decoration: none;
	padding-top: 12px;
	padding-right: 11px;
	padding-bottom: 11px;
	padding-left: 11px;
	font-size: 11px;
}

#navigation a:hover,
#navigation a:active
{
	color: #ffffff;
	background-color: #7a936b;
	border-color: #fff;
	text-decoration: none;	
}

/* Header */

#header h1 { margin-bottom: 0; }

#header h1 a {
	background-color: transparent;
	background-image: url(images/logo.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

#header h1 a:link,
#header h1 a:visited
{
	color: #333333;
}

#header h1 a:hover,
#header h1 a:active
{
	color: #000000;
	background-color: transparent;
}

#header h1 span { visibility: hidden; }


blockquote {
	display: block;
	margin: 5px 0 15px;
	padding: 8px 20px;
	background: #7a936b;
	color: #fff;
	border-width: 1px;
	border-left-width: 12px;
	border-style: solid;
	border-color: #333;
}
blockquote p {
	font-size: 1em;
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: 1.5em;
}

code {
	display: block;
	margin: 7px 0 15px;
	padding: 16px 20px;
	background: #d43a0a;
	color: #fff;
	border-width: 1px;
	border-left-width: 12px;
	border-style: solid;
	border-color: #333;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

img.float-left {
	margin: .5em 1em .15em 0;
}

img.float-right {
	float: right;
	margin-top: 0.5em;
	margin-right: 0;
	margin-bottom: 1em;
	margin-left: 2.25em;
}

/* Links */

a {
	color: #d43a0a;
	text-decoration: none;
	font-weight: bold;	
}

a:hover {
	color: #fff;
}

.wrapper a:hover {
	color: #76736d;
	border-bottom: 1px solid #004f70;	
	}

a:visited {
	color: #d43a0a;
}
a img {
	border: 2px solid #FFFFFF;
}
a:hover img {
	border: 2px solid #fff;
}
a:visited img {
	border: 2px solid #fff;
}

/* Headings */

h1, h2, h3, h4, h5, h6 {
	font: "Lucida Sans Unicode", "Lucida Console", Verdana, sans-serif;
}
h1 {
	color: #555;
	font-size: 16px;
	padding-top: 10px;
	line-height: 2em;
	border-bottom: 1px solid #ddd;	
}

h1 span {
	color: #7a936b;
	font-style: bold;
}

h2 {	
	font-size: 16px;
	border-bottom: 1px solid #ddd;	
	line-height: 2em;
	color: #333333;
}
h3 {
	background: #333333;
	color: #FFFFFF;
}
span {
	color: #005d70;
}

/* Paragraphs and text formatting */

p {
	line-height: 20px;
	font-size: 1.1em;
	margin-top: 18px;
	margin-bottom: 11px;
}

q {
	line-height: 18px;
	font-size: 1.1em;
	margin-top: 15px;
	margin-bottom: 9px;
	clear: both;
}

/* Lists */

.content ul li {
	color: #7a936b;
	list-style: square;
	line-height: 1.9em;
}
.content ul {
	text-align: left;
	display: block;
	margin: 1em 0 1em 1.4em;
}

.content ul li span, .content ul li b, .content ul li strong {
	color: #555;
	font-weight: normal;
	font-size: 1em;
}

.content img.figure2 {
	float: left;
	margin: 5px 4px 15px 4px;
	border: 4px solid #7a936b;
	}
	
.content img.figure2:hover {
	border: 4px solid #555;
	}

#player1 
{
     margin: 0px;
     padding: 0px;
}



/* The layout */

.navbar {
	background: #005d70;
	margin: 0 0 2em;
	padding: 0 0 0 340px;
	line-height: 3em;
	height: 5em;
	color: #FFFFFF;
	font-size: 11px;
	letter-spacing:1px;	
}

.navbar ul {
	width: 620px;
}

.navbar ul li {
	display: inline;
}
.navbar ul li a, .navbar ul li a:visited {
	background: #005d70;
	color: #FFFFFF;
	padding: 1em 2.9em;
	display: block;
	float: left;
	height: 3em;
	text-decoration: none;
	font-weight: normal;	
}
.navbar ul li a:hover {
	background: #3a3637;
	color: #FFFFFF;
}

.navbar a.current { 
	background: #3a3637;
	}

.wrapper {
	width: 640px;
	margin: 0 0 0 290px;
	clear: both;
	padding: 1.4em;
	font-size: 1.1em;
}

#main {
	float: left;
	width: 335px;
	padding: 2px 0px 5px 0;
	display: inline;
	margin: 0;
}

#sidebar {
	float: right;
	width: 300px;
	padding: 2px 0 5px 0; 
	margin: 0;		
}


.footer {
	margin-top: 2em;
	line-height: 2.3em;
	padding: 0.35em 1em;
	color: #000;
	border-top: 1px solid #ddd;			
}
.footer a {
	padding: 0.8em 0.3em;
	text-decoration: none;
	font-weight: bold;
	color: #d43a0a;
}
.footer a:hover {
	background: #3a3637;
	color: #FFFFFF;
	padding: 0.3em 0.3em;	
}
.wrapper .options {
	background: #3a3637 url(images/options.gif) no-repeat 0.6em center;
	height: 4.2em;
	line-height: 4.2em;
	border: 2px solid #bbb;
	padding-left: 4em;
	margin: 1em 0;
	font-size: 11px;
	letter-spacing:1px;
	color: #FFFFFF;		
}

