@charset "UTF-8";

html, body {
	margin:0;
	padding:0;
	height:100%;
	background: url(images/bgbg.gif);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}


wrapper {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}

.top {
	width:950px;
	min-height:100%;
	margin-right:auto;
	margin-left: auto;
	background-image: url(images/bgmain2.gif);
	background-repeat: repeat-y;
}

* html .top {  /* fakes min-height in IE6 */
height:100%;
}

#header{
	width:790px;
	height:156px;
	background-image:url(images/header.gif);
	background-repeat:no-repeat;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
}
.thumbshadow {
	background-image: url(images/thumb_shadow.png);
	background-repeat: no-repeat;
	background-position: top;
	height: 67px;
	width: 106px;
	margin-right: 10px;
	margin-bottom: 10px;
	padding-bottom: 15px;
	float: left;
}

.clear {
	clear: both;
	display: block;
}

.mainmenu{
	width:790px;
	height:50px;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	background-color: #FFFFFF;
}

.mainmenu ul{
	padding: 10px 0 10px 0;
	margin: 0 0 0 10px;
	text-align: left;
}

.mainmenu ul li{
display: inline;
}

.mainmenu ul li a{
color: #9dacb9;
padding: 10px;
margin-right: 0px; /*spacing between each menu link*/
text-decoration: none;
font-size: 18px;
font-weight: bold;
}

.mainmenu ul li a.gap{
	margin-right:30px;
	}
	
.mainmenu ul li a.selectedgap{
	margin-right:30px;
	color: #65594e;
	background-color: #FFFFFF;
	text-decoration: none;
	}

.mainmenu ul li a:hover, .mainmenu ul li a.selected{
	color: #65594e;
	background-color: #FFFFFF;
	text-decoration: none;
}

#menu{
	width:790px;
	height:50px;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	background-color: #FFFFFF;
}

#maincontentwrppaer {
	width: 790px;
	margin-top: 20;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	color: #333333;
	overflow: auto;
	background-image: url(images/print_content_bg.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}

#maincontentwrppaerweb {
	width: 790px;
	margin-top: 20;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	color: #333333;
	overflow: auto;
	background-position: bottom;
	background-image: url(images/web_content_bg.jpg);
}

#maincontentwrppaerother {
	width: 790px;
	margin-top: 20;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	color: #333333;
	overflow: auto;
	background-image: url(images/other_content_bg.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}

#maincontentwrppaerindex {
	width: 790px;
	margin-top: 20;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	color: #333333;
	overflow: auto;
	background-image: url(images/index_content_bg.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}

#maincontentwrapperplain {
	width: 790px;
	margin-top: 20;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	color: #333333;
	overflow: auto;
}



#leftcolumn {
	display: inline;
	color: #333;
	margin:0;
	width: 320px;
	float: left;
	padding-top: 20;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 25px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
}

#rightcolumn {
	position: relative;
	float: right;
	color: #333;
	margin:0;
	width: 345px;
	display: inline;
	position: relative;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
	}
.thumbnail {
	border: 3px solid #e0dedc;
}

#leftcontent {
	float:left;
	width:370px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #666666;
	line-height: 1.8em;
	padding-top: 10px;
	padding-right: 40px;
	padding-bottom: 10px;
	padding-left: 20px;
 }
 
 #leftcontent a {
	color:#66CC00;
	text-decoration: none;
	}

 
#rightcontent {
	width:360px;
	float: right;
 }
 
.clearboth {
	clear: both; 
	} 
	
#footer {
	width: 770px;
	margin: auto;
	background-color: #e0dedc;
	padding: 10px;
	font-size: 0.8em;
	}

#player {
	text-align: center;
}

