@charset "utf-8";
/* CSS Document */

body {
	background-color: #000;
	color:#999;
	text-align:center;
	font-family: 'Philosopher', "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 13pt;
	line-height: 16pt;
	margin:0;
	padding:0;
	background-image: url(gui/wallpaper_TTS.jpg);
	background-repeat: no-repeat;
	background-position:0 0;
	background-attachment:fixed;
}
body a {
	text-decoration: none;
	color: #999;
}
body a:hover {
	text-decoration: underline;
}
.header {
	margin:auto;
	width: 380px;
	margin-top: 40px;
	margin-bottom: 0px;
	text-align: center;
	background-color: #000;
	padding: 10px;
	border-top:#333300 solid 2px;
	border-top-right-radius:10px;
	border-top-left-radius:10px;
	-moz-border-top-right-radius:10px; -moz-border-top-left-radius:10px; /* Firefox 3.6 and earlier */	
	background-image: url(gui/bg_content.gif);
	background-repeat: repeat-x;
}
.header h1{
	display:none;
}
.header img {
	display:block;
	margin: auto;
}
.wrapper {
	border-radius:10px;
	-moz-border-radius:10px; /* Firefox 3.6 and earlier */
	margin:auto;
	border-top:#333300 solid 2px;
	width: 915px;
	background-color: #000;
	margin-bottom: 20px;
	padding-bottom: 10px;
}
.container {
	overflow: hidden;
	padding: 0 10px;
	margin: 0;
	background-image: url(gui/photo1.jpg);
	background-repeat: no-repeat;
	background-position: 12px 0px;
}
/* The following .container:after allows the containers floating divs to not be pushed out of the container in Firefox */
.conatiner:after { content: ""; display: block; height: 0; clear: both; }
.leftcolumn {
	width:48%;
	float:left;
}
.rightcolumn {
	width:48%;
	float:right;
}
.photo {
	float: none;
	margin: 10px;
	margin-left:auto;
	margin-right:auto;
	border: #333300 solid 1px;
	padding: 5px;
}
.photoRight {
	float: right;
	margin: 10px;
	border: #333300 solid 1px;
	padding: 5px;
}
.photoLeft {
	float: left;
	margin: 10px;
	border: #333300 solid 1px;
	padding: 5px;
}
.navmenu {
	height:20px;
	padding: 8px 0;
	font-size: 15pt;
	background-image:url(images/NavLine.gif);
	background-repeat: no-repeat;
	background-position: center center;
	color: #CCC;
	opacity: 0.5;
}
.navmenu ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
	display: block;
	text-align: center;
}
.navmenu ul li {
	padding: 2px 6px;
	display: inline;
}
.nav_selected {
	border-bottom: #A06B37 solid 2px;
}
.content {
	border: #1E110B solid 2px;
	border-top: #333300 solid 2px;
	background-color:#000;
	border-radius:10px;
	-moz-border-radius:10px; /* Firefox 3.6 and earlier */
	width:790px;
	margin:auto;
	padding:20px;
	overflow:auto;
	margin-top:100px;
	background-image: url(gui/bg_content.gif);
	background-repeat: repeat-x;
}
h1 {
	font-size: 18pt;
	display:block;
	padding: 0;
	line-height: 24pt;
	border-bottom: solid 1px #333300;
	margin: 0;
	margin-bottom: 20px;
	color: #A06B37;
	text-align:left;
}
h2 {
	font-size: 13pt;
	display:block;
	padding: 0;
	line-height: 24pt;
	border-bottom: solid 1px #333300;
	margin: 30px 30px 6px 30px;
	color: #A06B37;
}
p {
	color:#91867B;
	text-align:left;
	padding: 3px 10px;
	margin: auto;
	margin-top: 5px;
	margin-bottom: 5px;
	display: block;
}
p:first-letter { 
	font-size:130%;
}
p strong {
	font-size: 14pt
}
blockquote {
	font-size:13pt;
	display: block;
	margin: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: right;
	line-height: 12.5pt;
	color: #666;
	width: 350px;
	float:right;
}
ol {
	text-align:left;
	padding: 0 0 0 36px;
	margin: 0;
	margin-top: 5px;
	margin-bottom: 5px;
	display: block;
	color:#91867B;
}
ol li{
	margin: 6px 0
}
ul {
	text-align:left;
	margin: 0;
	margin-right: 10px;
	padding: 0 0 0 26px;
}	
em {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12pt;
	color: #A06B37;
	line-height: 12pt;
}
.footer {
	margin:0 auto;
	width: 780px;
	padding: 0;
	margin-top: -28px;
	margin-bottom: 30px;
	color: #242424;
	display: block;
}
.footer a {
	color: #242424;
}
.footer p {
	text-align:center;
	margin:0;
	padding:0;
	color:#251D23;
	display: none;
}

