body,
html {
	margin:0;
	padding:0;
	text-align: center;
	background: #892200 url(images/page-bg.gif);
}

body {
	min-width:700px;
}

#wrap {
	margin:0 auto;
	width:700px;
	margin-top:30px;
	background: #000000 url(images/bg.jpg) no-repeat;
}

#main {
	float:left;
	width:420px;
	padding-top: 25px;
	padding-left: 35px;
	padding-bottom: 35px;
}

#sidebar {
	float:right;
	width:183px;
	padding-top: 25px;
	padding-right: 35px;
}

#footer {
	clear:both;
}

#navtable {
	height: 138px;
	background: url(images/nav-middle.gif);
}

.trans {
	width: 417px;
	background: #fff;
	filter:alpha(opacity=75);
	moz-opacity:.75;
	opacity:.75;
}

.text {
	padding-left: 20px;
	padding-right: 20px;
	font-family: "Trebuchet MS", Tahoma, Arial;
	font-size: 0.8em;
	text-align: left;
	line-height: 22px;
}

.navText {
	padding-top: 5px;
	font-family: "Trebuchet MS", Tahoma, Arial;
	color: #fff;
	font-size: 0.7em;
	line-height: 22px;
}


a:link {
	text-decoration: underline; color:#892200;
}

a:visited {
	text-decoration: underline; color:#892200;
}

a:hover {
	text-decoration: overline; color:#000; background: #c0c0c0;
}	

a.navText:link {
	text-decoration: none; color:#fff;
}

a.navText:visited {
	text-decoration: none; color:#fff;
}

a.navText:hover {
	text-decoration: underline; color:#fff; background: none;
}	

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

h1,h2,h3,h4 {
	display: inline;
}

.h_tv {
	font-weight: bold;
}