/*	style_c.css	*/

* {
	margin: 0;
	padding: 0;
}

html {
	overflow-y: scroll;
}

body {
	min-width: 800px;
	background-color: #96b851;
	font: 90% trebuchet ms, lucida, verdana, arial, helvetica, sans-serif;
	line-height: 2em;
	text-align: justify;
}

img {
	display: block;
	border: 0;
}

#container {
	margin: 5px auto;
	background-color: #eaeaea;
	color: #333333;
	border: 3px solid #333333;
	width: 794px;


/* highlight green color 96b851 */	

/*

Box model hack */	
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 800px;
}

html>body div#container {
	

/*

Correct value for Opera */
	width: 800px;
}

#header {
	height: 345px;
	margin: 0;
	z-index: -1;
	background: #333333 url(../images/header.gif) no-repeat;
	background-position: right top;
}

#maincontent {
	padding: 25px 5px 25px 25px;
	text-align: justify;
	/*width: 600px;*/
	min-height: 200px;
	float: left;
	margin: 25px;
	/*border: 1px solid red;*/

/*

False margin value for all versions of IE Win, including 6.0	 */
	margin-left: 6px;
}

html>body div#maincontent {
	

/*

Correct value for browsers that don't suffer from IE Win's bugs */
	margin-left: 12px;
}

#maincontent a {
	text-decoration: none;
	color: #336699;
}

#maincontent a:hover {
	text-decoration: underline;
	color: #996633;
}

#maincontent a:visited {
	text-decoration: none;
	color: #663333;
}

#maincontent h2 {
	clear: both;
	font-weight: bold;
	text-transform: lowercase;
	letter-spacing: 2px;
	color: #333333;
	border-bottom: 1px solid #333333;
	font-size: 1.6em;
	padding-top: 2em;
	margin: 0 0 25px;
}

#maincontent h3 {
	clear: both;
	margin: 0;
	font-weight: bold;
	text-transform: lowercase;
	letter-spacing: 2px;
	color: #333333;
	font-size: 1.2em;
	padding-top: 2em;
}

#maincontent h4 {
	font-size: 1.2em;
}

#maincontent h5 {
	font-size: 1.1em;
}

#sidebar {
	width: 220px;
	float: right;
	margin: 3px 0 0;
	padding: 25px 25px 5px 5px;
	font-size: 1.0em;
	line-height: 1.4em;
}

#sidebar h3 {
	padding: 2px 6px 3px 6px;
	margin: 0;
	font-size: 1.4em;
	font-weight: bold;
	text-transform: lowercase;
	letter-spacing: 2px;
	color: #333333;
	border-bottom: 1px solid #333333;
}

#sidemenu {
	margin: 5px 10px 0 10px;
}

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

#topmenu {
	color: #96b851;
	background-color: #333333;
	border: 1px solid #333333;
	border-bottom-width: 0;
	border-top-width: 0;
	padding-left: 10%;
}

#topmenu ul {
	width: 95%;
	overflow: hidden;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #99a;
}
#topmenu li {
	display: inline;
}

#topmenu li a {
	display: block;
	float: left;
	padding: 0.5em 2em;
	border-right: 0.1em solid;
	text-decoration: none;
}

#topmenu a {
	text-transform: uppercase;
	font-variant: small-caps;
	font-size: 1.0em;
	font-weight: bold;
	text-decoration: none;
}

#topmenu a:link,
#topmenu a:visited {
	color: #eef;
	border-color: #99a;
	background-color: transparent;
}

#topmenu a.here:link,
#topmenu a.here:visited,
#topmenu a.here:hover,
#topmenu a.here:active {
	color: #333333;
	background-color: #eaeaea;
}

#topmenu a:hover {
	color: #fff;
	background-color: #003f7f;
}

#topmenu2 {
	clear: both;
	height: 50px;
	width: 780px;
	position: absolute;
	background-color: #007fff;
}

#topmenu2 ul {
	list-style: none;
	position: absolute;
	text-align: center;
	height: 20px;
	padding-top: 5px;
	margin-top: 20px;
}

#topmenu2 li {
	list-style: none;
	display: inline;
	float: left;
	margin: 0px;
	padding: 0px;
	border-right: 2px solid #333333;
}

#topmenu2 a {
	padding: 20px 15px 10px;
	font-size: 1.0em;
	font-weight: bold;
	color: white;
	text-decoration: none;
	display: inline;
	text-transform: uppercase;
	font-variant: small-caps;
}

#topmenu2 a:hover {
	color: #96b851;
	text-decoration: underline;
}

#footer {
	margin: 5px 10px 0 10px;
	padding: 3px;
	font-style: italic;
	font-size: 0.8em;
	line-height: 1.2em;
	clear: both;
	border-top: 1px solid #333333;
	text-align: center;
}

.thumbnail {
	float: left;
	padding: 3px 3px 8px 3px;
	background-color: #222;
	border: 1px solid #333333;
	margin: 10px;
}

.thumbnail_right {
	float: right;
	padding: 3px 3px 8px 3px;
	background-color: #222;
	border: 1px solid #333333;
	margin: 10px;
}

.photo {
	float: right;
	margin: 10px;
	padding: 3px 3px 8px 3px;
	background-color: #222;
	border: 1px solid #333333;
}

.quote {
	font-variant: small-caps;
	font-style: italic;
}

.player {
	text-align: center;
}

.inline {
	display: inline;
}