* {
	line-height:		100%;
	padding:			0px;
	margin:				0px;
}

body {
	background:			#2d3331;
	font-family:		arial, helvetica, sans-serif;
	font-size:			8pt;
	color:				#a6a292;
}

a {
	color:				#d4911c;
	text-decoration:	underline;
}

a:hover {
	color:				#9ed41c;
}

img {
	border:				none;
}

ul {
	list-style:			none;
}

ul li {
	list-style:			none;
	padding: 2px 0;
}

h1, h2, h3, h4, h5 {
	color:				#a39873;
	font-family:		Impact;
	font-size:			2.2em;
	font-weight:		normal;
	height:				25px;
	background:			url('../../img/tce/h.bg.gif') repeat-x;
	margin:				0 0 15px 0;
	padding:			7px 10px;
}

h3 {
	font-size:			1.9em;
}

h4 {
	font-size: 1.5em;
	background: none;
	margin: 5px 0;
	padding: 3px 0 3px 0px;
}

p {
	margin:				10px 0;
}

ul.ref {
	list-style: outside;
	margin: 10px 0;
	padding: 0px 0px 0px 40px;
	font-size: 1.1em;
}

ul.ref li {
	list-style: outside;
	padding: 2px 5px;
	line-height: 140%;
}

/* --------------------------------------------------------------------------------------------------*/

.box {
	background:			#252823 url('../../img/tce/box.bg.gif') repeat-x;
	padding:			0 15px 8px 15px;
	margin:				0 0 15px 0;
}

.box h1, .box h2, .box h3, .box h4, .box h5 {
	background:			none;
	height:				10px;
	padding:			7px 0;	
}

.icon20 {
	margin:				2px 4px -2px 4px;
}

.latest-news {
	margin:				0 0 30px 0;
	background:			url('../../img/tce/latest_news.bg.gif') bottom no-repeat;
	width:				95%;
	text-align:			justify;
}

.latest-news h1, .latest-news h2, .latest-news h3, .latest-news h4, .latest-news h5 {
	background:			none;
	height:				10px;
	padding:			0;
}

.latest-news h3 {
	font-size:			1.5em;
}

.latest-news .thumb {
	float:				left;
	margin:				0 10px 10px 0;
}

.latest-news .thumb img {
	padding:			2px;
	border:				1px solid #777;
}

.latest-news .date {
	font-size:			0.9em;
	margin:				-3px 0 6px 0;
	color:				#6a6650;
}

/* --------------------------------------------------------------------------------------------------*/

#wrapper {
	width:				985px;
	margin:				20px auto;
}

#top {
	float:				right;
	padding: 			6px 0;
	font-size:			0.9em;
	display:			inline;
	background:			url('../../img/tce/top.bg.gif') repeat-x;
	margin:				0 20px 0 0;
	overflow:			hidden;
}

#top img {
	margin:				0 3px -3px 0;
}

#top ul {
	display:			inline;
}

#top ul li {
	display:			inline;
	padding:			13px 10px;
	background:			url('../../img/tce/top.li.gif') top right no-repeat;
}

#top ul li.last {
	background:			none;
}

#header {
	height:				199px;
	clear:				both;
}

#header .main {
	height:				163px;
	background:			url('../../img/tce/header.bg.gif') no-repeat;
}

#header .main .menu {
	float:				left;
	margin:				20px 0 0 30px;
	font-size:			1em;
}

#header .main .menu a {
	text-decoration:	none;
}

#header .main .menu ul li {
	padding:			4px 0;
	background:			url('../../img/tce/menu.li.png') 0px 16px no-repeat;
	display:			block;
	width:				233px;
}

#header .bottom {
	height:				36px;
	width:				963px;
	margin:				0 auto;
	background:			url('../../img/tce/header.bottom.bg.gif') no-repeat;
}

#logo {
	float:				right;
	width:				470px;
	height:				144px;
	margin:				11px 25px 0 0;
}

#site-content {
	width:				960px;
	margin:				10px auto;
}

#site-content div, #site-content p {
	line-height:		140%;
}

#forum-latest {
	margin:				0 0 0 20px;
}

#forum-latest a {
	text-decoration:	none;
}

#forum-latest li {
	padding:			0 0 10px 8px;
	background:			url('../../img/tce/forums.li.bg.gif') 0px 2px no-repeat;
	width:				350px;
}

#footer {
	width:				784px;
	margin:				10px auto;
	background:			url('../../img/tce/footer.bg.gif') no-repeat;
	padding:			20px 30px 30px 150px;
	color:				#6a6650;
}

#footer a {
	color:				#969175;
}

#footer a:hover {
	color:				#d4911c;
}

#footer ul {
	display:			inline;
}

#footer ul li {
	display:			inline;
	padding:			0 6px 0 3px;
	border-right:		1px solid #6a6650;
}

#footer ul li.last {
	border:				none;
}

.commands {
	margin: 0 0 10px 30px;
	padding: 0px;
}

.commands div {
	margin: 1px 0;
}

.commands div .cmd {
	float: left;
	display: block;
	width: 200px;
	color: #ccc;
	font-weight: bold;
}

.commands div .desc {
	float: left;
	display: block;
	width: 320px;
}

.howto {
	padding: 0 20px;
	margin: 0px;
	line-height: 150%;
}

.howto pre {
	padding: 5px;
	border: 1px solid #555;
	background: #222;
	margin: 10px 0;
}

