@charset "UTF-8";
/* SHIFTERTV - copyright 2009 - CSS Document */

body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000;
	background-image: url(../images/backdrop.jpg);
	background-color: #BA9C6A;
}a:link {
	text-decoration: none;
	color: #D27321;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	color: #D27321;
	font-weight: bold;
	font-style: italic;
}
a:hover {
	text-decoration: underline;
}
h1 {
	font-size: 24px;
	font-weight: bold;
}
h2 {
	font-size: 18px;
	font-weight: bold;
}
h3 {
	font-size: 14px;
	font-weight: bold;
}
p {
	margin-top: 8px;
	margin-bottom: 8px;
}
img {
	padding: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#wrapper {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/middle.jpg);
	background-repeat: repeat-y;
}
#masthead {
	background-image: url(../images/top.jpg);
	background-repeat: no-repeat;
	height: 120px;
	width: 950px;
}
#logo {
	height: 65px;
	width: 425px;
	float: left;
	margin-top: 45px;
	margin-left: 80px;
}
#logo a {
	height: 65px;
	width: 620px;
	float: right;
	margin-right: 20px;
	display: block;
}
#logo h1 {
	display: none;
}
#menu-wrapper {
	width: 950px;
	margin-top: 5px;
	margin-bottom: 10px;
}
#menu {
}
#content-wrapper {
	width: 950px;
}
#content {
	width: 850px;
	margin-left: 55px;
	float: left;
}
#content ul li {
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
#content ol li{
	margin: 10px;
}
.content_table   img{
	margin: 0px;
	padding: 0px;
}
#sidebar-wrapper {
	width: 200px;
	float: left;
	font-size: 11px;
	margin-left: 37px;
}
#sidebar-content {
	margin-right: 10px;
	margin-left: 10px;
	font-size: 12px;
}
.clearfloater {
	clear: both;
	float: none;
}
#content-bottom {
	font-size: 11px;
	background-image: url(../images/bottom.jpg);
	background-repeat: no-repeat;
	background-position: top;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	height: 115px;
}
#footer {
	margin-top: 10px;
	float: none;
	margin-right: auto;
	margin-left: auto;
	width: 850px;
	color: #4D2C0C;
	font-size: 10px;
	font-style: italic;
	padding-right: 50px;
	padding-left: 50px;
}
#footer a:link {
	color: #FFF;
	text-decoration: none;
	font-style: italic;
}
footer a:visited {
	text-decoration: none;
	color: #FFF;
}
#footer a:hover {
	text-decoration: underline;
}
