body {
	margin: 0px;
	padding: 0px;
	background-image: url(../images/background_bg.jpg);
	background-repeat: repeat-y;
	background-position: top center;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color: #0b0c0d;
}
#preload {
	display: none;
}
#header {
	background-image: url(../images/header_bg.png);
	background-repeat: no-repeat;
	width: 770px;
	height: 250px;
	margin-left: auto;
	margin-right: auto;
}
#content {
	background-image: url(../images/middle_bg.png);
	background-repeat: repeat-y;
	width: 770px;
	margin-left: auto;
	margin-right: auto;
}
.content {
	width: 700px;
	padding-top: 10px;
	margin-left: 35px;
	margin-right: 35px;
	vertical-align: top;
}
#media {
	width: 710px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-left: 30px;
	margin-right: 30px;
	vertical-align: top;
}
.red {
	color: #CC0000
}
#footer {
	background-image: url(../images/footer_bg.png);
	background-repeat: no-repeat;
	background-position: top;
	width: 770px;
	height: 20px;
	margin-left: auto;
	margin-right: auto;
}
.copyright {
	padding-top: 20px;
	color: #FFF;
	font-size: 10pt;
	text-align: center;
}
.copyright a:link, .copyright a:active, .copyright a:visited {
	color: #999;
	font-weight: bold;
}
.copyright a:hover {
	color: #CC0000;
	font-weight: bold;
}
#sidebar {
	width: 200px;
	float: right;
	vertical-align: top;
	/*margin-left: 5px;
	border-left: solid 1px #666666;*/
}
#textarea {
	width: 485px;
	float: left;
	vertical-align: top;
	margin-right: 5px;
	padding-right: 5px;
	border-right: solid 1px #666666;
}
.breaker {
	height: 0px;
	clear: both;
}
a:link, a:active, a:visited {
	color: #0000CC;
	font-weight: bold;
}
a:hover {
	color: #CC0000;
	font-weight: bold;
}
#tv {
	width: 480px;
	background-color: #000;
}
.tvleft {
	background-image: url(../images/tv_leftbg.jpg);
	background-repeat: repeat-y;
}
.tvright {
	background-image: url(../images/tv_rightbg.jpg);
	background-repeat: repeat-y;
}
.tvoverlay {
	background-image: url(../images/tv_overlay.png);
	background-repeat: no-repeat;
	z-index: 99;
	position:
	absolute;
	height:60px;
	width: 460px;
}
.testimonialbox {
	background-image: url(../images/testimonialmiddle_bg.jpg);
	background-repeat: repeat-y;
}
.small {
	font-size: 11px;
}
#sidebar ul {
	margin: 0px;
	padding-left: 12px;
}
#sidebar ul.sidebarbullets li {
	padding-bottom: 5px;
	margin: 0px;
	list-style-image: url(../images/arrow.jpg);
	text-indent: 0px;
	font-size: 9pt;
}
#sidebar ul.sidebarbullets li ul li {
	list-style-image: none;
	list-style-type: circle;
}