body {
	font-family: Arial, Verdana, sans-serif;
	font-size: 10px;
	color: #333333;
	margin: 0px;
	padding: 0px;
	background: #010101;
	background-image:url('http://www.carnatron.com/images/background.jpg');
	background-position:center;
	background-repeat:repeat-y;
}
a:link, a:visited, a:active, a:hover {
}
a:link {
	color: #999999;
}
a:visited {

}
a:active, a:hover {
	font-weight: bold;
}
a img {
    border: none;
}
ul {
	margin: 6px;
	padding: 0px;
	margin-left: 20px;
}
li {
	list-style: disc;
	margin: 0px;
	padding: 0px;
}
.floatright {
	float: right;
	margin: 6px;
}
.texttab {
	margin-left: 66px;
}
.clear {
	clear: both;
}
#root {
	width: 940px;
	margin: auto;
	padding: 0px;
	background: #a0aab6;
}
#qtroot {
	width: 740px;
	margin: auto;
	padding: 0px;
	background: #000000;
}

#topline {
	border-bottom: 4px solid #ffffff;
}
#bottomline {
	border-top: 4px solid #ffffff;
}

#banner {
	border-bottom: 4px solid #ffffff;
	background: black;
}
#qtbanner {
	height: 405px;
	border-bottom: 1px solid #65676A;
	background: black;
}
#separator {
	height: 1px;
	background: #65676A;
}
#content {
	width: 920px;
	padding-left: 10px;
	padding-right: 10px;
	background: #000000;
}
#qtcontent {
	width: 720px;
	padding-left: 10px;
	padding-right: 10px;
	background: #44464A url(images/main_bg.gif) repeat-x;
}
#links {
	width: 214px;
   float: left;
}
#middle {
   float: left;
   background: #A0AAB6;
	
}
#middleinner {
	float: left;
	
}
#middletext {
   float: left;
	background: #A0AAB6;
	width: 690px;
	padding: 8px;
}

#textborder {
	background: #B0E1FF;
	background-image: url(images/content_bg.png);
	border: 2px solid #000000;
	padding: 0px;
	background-repeat: repeat-x;
}

a.newspages, a.newspages:hover {
	font-weight: bold;
	color:#333333;
}
.imagesleft, .imagesright {
	display:block;
	float: left;
}
.imagescontent {
	padding-bottom: 3px;
}
.imagesleft {
	width: 190px;
}
.imagesright {
	text-align: right;
	width: 80px;
}
.imagestitle {
	font-weight: bold;
}
.imagesbuttons {
	width: 20px;
	display:block;
	float: right;
	margin: 0px;
	margin-bottom: 3px;
}

#menu {
	width: 180px;
	font-weight: bold;
	font-size: 18px;
	margin-top: 0px;
	padding: 10px;
	padding-top: 0px;
}

a.block, a.blockover {
	display:block;
	text-align:left;
	text-decoration:none;
   width: 180px;
	padding: 7px 0px 7px 16px;
	margin-top: 7px;
	border: 3px solid #000000;
}

a.block {
	color: #F08513;
	background-color:#303134;
	background-image: url(images/button_bg.png);
	background-repeat: repeat-x;
}

a.block:hover {
	color: #000000;
	background-color:#37383b;
	background-image: url(images/button_bg_over.png);
	background-repeat: repeat-x;
}

a.blockover {
	color: #000000;
	background-color:#37383b;
	background-image: url(images/button_bg_selected.png);
	background-repeat: repeat-x;
}

#contenttitle {
	display:block;
	text-align:left;
	text-decoration:none;
	font-weight: bold;
	font-size: 18px;
	background-color:#000000;
	color: #F08513;
	padding: 6px;
	padding-left: 20px;
}

#contenttext {
	font-size: 11px;
	padding: 6px;
	color: #000000;
}

.contenttext {
	font-size: 11px;
	padding: 6px;
	color: #000000;
}
.textbold {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
.textgreenbold {
	font-size: 13px;
	font-weight: bold;
	color: #000000;
}
.contentbold {
	font-weight: bold;
	color: #000000;
}
.textgraybold {
	font-weight: bold;
	color: #a0aab6;
}
.textitalic {
	font-style: italic;
}
a.downloadtext {
	font-size: 13px;
	font-weight: bold;
	color: #000000;
}
a.downloadtext:hover {
	font-size: 13px;
	font-weight: bold;
	color: #f08513;
}