@import url(http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300);

body {
	margin: 20px auto 75px auto;
	background: #3d301a url('../images/sand.jpg') repeat ;
	font-family: 'Open Sans Condensed', sans-serif;
}
.nav {
	background: #3d301a; 
	border-radius: 15px 15px 0px 0px; 
	-moz-border-radius: 15px 15px 0px 0px; 
	-webkit-border-radius: 15px 15px 0px 0px; 
	overflow: hidden; margin-bottom: 10px;
	 text-align: center; 
	 position: absolute; 
	 top: 0; 
	 left: 0; 
	 width: 100%;
	 padding: 5px 0;
}
.nav a:visited, .nav a:link {color: #fff; 
	font: bold 15px/20px 'Open Sans Condensed', Helvetica, sans-serif; text-decoration: none;}
.nav a:hover
{
	text-decoration: underline;
}
#ContentDIV img
{
	border: 1px #00aeff solid;
}
.thumb {width: 125px; height: 100px; overflow: hidden;}
.thumb img {width: 125px;}
ul.thumbs, .nav ul {
	clear: both;
	margin: 0;
	padding: 0;
}
ul.thumbs li {
	float: left;
	padding: 0;
	margin: 5px 12px 5px 13px;
	list-style: none;
}
.nav ul li
{
	display: inline-block;
	list-style: none;
	padding: 0;
	margin: 5px 25px;
}
a.thumb {
	padding: 2px;
	display: block;
	border: 1px solid #00aeff;
}
ul.thumbs li.selected a.thumb {
	background: #00aeff;
}
a.thumb:focus {
	outline: none;
}
ul.thumbs img {
	border: none;
	display: block;
}
.wrap {border-radius: 15px; -moz-border-radius: 15px; margin: 0 auto; min-height: 760px; width: 800px; padding: 40px 15px 15px 15px; background: url('../images/content-bg.gif') repeat; -moz-box-shadow: 0px 0px 15px #3d301a; -webkit-box-shadow: 0px 0px 15px #3d301a; box-shadow: 0px 0px 15px #3d301a; position: relative;}
.heading {margin: 0 auto; text-align: right;}

#MainTable {	vertical-align: top;
			width: 800px;
			height: auto;
			padding: 0px;
			}
			
#TopHeader {	height: 125px;
				width: 800px;
				vertical-align: top;
				padding: 0px;
				}
				
#HeaderBottom { height: 4px;
				width: 800px;
				background-color: #00aeff; }
				
#sidemenu { 	vertical-align: top;
			width: 100px;
			height: auto;
			background-color: #cccccc;
			padding-right: 10px;
			border-right-color: #00aeff;
			border-right-width: thin;
			border-right-style: solid;
			padding-left: 12px;
			padding-top: 10px;
			}
			
#ContentDIV {		overflow: auto;
				padding-bottom: 15px;
				padding-top: 5px;
				width: 645px;
				min-height: 775px;
				}

#contentsection {	vertical-align: top;
			width: 360px;
			align: right;
			padding-left: 15px;
			border-left-width: thin;
			border-right-width: thin;
			border-right-style: solid;
			border-right-color: #00aeff;
			height: 775px;
			}

.Menu	{height: auto; 
		background-color: #ffffff;
		padding-right: 3px; }

.TopHeader {
	font-size: 20px;
	font-style: italic;
	font-weight: bold;
	color: #5d4617;
}
.Normal {
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #848484;
}

.Menufont {
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #00aeff;
	text-decoration: none;
}

.NormalWhite {
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #ffffff;
}
.NormalBold {
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #848484; 

}

.NormalBoldBig {
	font-size: 25px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #3d301a;
	/*/text-shadow: 1px 1px 1px #000;/*/

}
.NormalBoldWhite {
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #ffffff; 
}
.Subhead {
	font-size: 16px;
	font-style: italic;
	line-height: normal;
	font-weight: bolder;
	font-variant: normal;
	color: #aab537;
}

#FooterTop {	height: 4px;
				width: 800px;
				background-color: #3d301a;
				}
				

#FooterBottom {
				text-align: right;
				background-color: #848484; }
.footer
{
	width: 760px;
	margin: 0 auto;
}
.footerlink {
	font-size: 9pt;
	font-style: normal;
	font-weight: bold;
	color: #3d301a;
	line-height: normal;
	font-variant: normal;
	text-decoration: none;
	text-align: right;
	
}

a.link:footerlink{
	color: #ffffff;
}

a.hover:footerlink {
	color: #c06600;
}

a.visited:NormalBold {
	color: #00aeff;
}

a.link:NormalBold{
	color: #00aeff;
}

a.hover:NormalBold {
	color: #848484;
}

a.visited:footerlink {
	color: #ffffff;
}

a:link {
	color: #00aeff;
}
	
a:hover {
	color: #848484; 
}

a:visited {
	color: #00aeff; 
}
	

#tu_overlay {
	opacity: 0.7;
	background-color: #000;
}
.te_content {
	padding: 5px 5px 25px;
	background-color: #EEEEEE;
}


