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

body {
	margin: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #4D256C;
	background-image: url(../images/page-backdrop.jpg);
	background-repeat: repeat-x;
	background-color: #4D256C;
}a:link {
	text-decoration: none;
	color: #4D256C;
}
a:visited {
	text-decoration: none;
	color: #4D256C;
}
a:hover {
	text-decoration: underline;
}
p {
	margin-top: 8px;
	margin-bottom: 8px;
}
h1 {
	font-size: 22px;
	font-weight: normal;
	margin-top: 8px;
	margin-bottom: 8px;
}
h2 {
	font-size: 18px;
	font-weight: normal;
	margin-top: 8px;
	margin-bottom: 8px;
}
h3 {
	font-size: 15px;
	font-weight: normal;
	margin-top: 8px;
	margin-bottom: 8px;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
content li{
	margin-top: 10px;
	margin-bottom: 10px;
}
#wrapper {
	width: 982px;
	margin-right: auto;
	margin-left: auto;
}
#masthead {
	height: 150px;
	width: 982px;
}
#content-wrapper {
	width: 982px;
	background-image: url(../images/content-mid.jpg);
	background-repeat: repeat-y;
}
#menu-wrapper {
	background-image: url(../images/menu-wrapper-backdrop.jpg);
	background-repeat: no-repeat;
	height: 35px;
	width: 982px;
	padding-top: 30px;
}
#menu {
	font-size: 12px;
}
#content-top {
	background-image: url(../images/content-top.jpg);
	background-repeat: no-repeat;
	height: 10px;
	width: 982px;
}
#content {
	float: right;
	width: 670px;
	margin-right: 25px;
	padding-right: 15px;
}
#content-1col {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}
#content img {
	margin-top: 4px;
	margin-right: 8px;
	margin-bottom: 4px;
	margin-left: 8px;
}
#content-bot {
	background-image: url(../images/content-bot.jpg);
	background-repeat: no-repeat;
	height: 50px;
	width: 982px;
}
#sidebar-wrapper {
	background-image: url(../images/sidebar-mid.jpg);
	background-repeat: repeat-y;
	width: 240px;
	float: left;
	font-size: 11px;
	margin-left: 25px;
}
#sidebar-top {
	background-image: url(../images/sidebar-top.jpg);
	height: 60px;
	width: 240px;
}
#sidebar-content {
	padding-right: 50px;
	padding-left: 45px;
	font-size: 12px;
	color: #47546c;
}
#sidebar-bot {
	background-image: url(../images/sidebar-bot.jpg);
	background-repeat: no-repeat;
	height: 180px;
	width: 240px;
}
.clearfloater {
	clear: both;
	float: none;
}
#footer-wrapper {
}
