body {
	background-color: #000000;
	font-family: Arial;
	line-height: 20px;
	margin: 0px;
	font-size: 100%;
}

img {
	border: none;
}

a {
	color: #000000;
	text-decoration: underline;
}

a:hover {
	color: #CC0000;
}

#wrapper {
	margin: 0 auto;
	width: 980px;
}

#wrapperBack {
	float: left;
	width: 100%;
	background-color: #FFFFFF;
}

#adsColumn {
	float: right;
	width: 189px;
	padding: 5px 5px 0px 5px;
	border-left: 1px solid #CCCCCC;
	text-align: center;
}

.sponsoredAdImage {
	float: left;
	width: 187px;
	margin-bottom: 5px;
	border: 1px solid #000000;
	font-size: 80%;
	text-decoration: none;
}

.sponsoredAdText {
	float: left;
	width: 177px;
	padding: 5px;
	margin-bottom: 5px;
	border: 1px solid #000000;
	font-size: 80%;
	text-decoration: none;
}

.sponsoredAdImage img {
	max-width: 187px;
}

.sponsoredAdText .adHeader {
	font-weight: bold;
	font-size: 110%;
}

#header {
	float: left;
	width: 780px;
	text-align: center;
}

#headerLeft {
	float: left;
	margin: 10px;
}

#headerRight {
	float: right;
	margin: 10px;
}

#header p {
	padding-top: 15px;
	font-size: 90%;
}

#buttons {
	float: left;
	width: 780px;
	background-color: #CC0000;
	border-top: 9px solid #000000;
	border-bottom: 9px solid #000000;
	text-align: center;
	line-height: 18px;
	color: #FFFFFF;
	font-family: Arial Rounded MT Bold, Arial;
	position: relative;
}

#buttons a {
	padding: 3px 6px;
	text-decoration: none;
	color: #FFFFFF;
}

#buttons a:hover {
	background-color: #000000;
	color: #CC0000;
}

#buttons .menu {
	float: left;
	background-color: #000000;
	border-top: 0px;
	font-size: 80%;
	font-family: Arial;
	position: absolute;
	top: 27px;
	visibility: hidden;
	max-height: 300px;
	overflow: auto;
}

#buttons #businessMenu {
	left: 245px;
	min-width: 159px;
}

#buttons .menu a {
	display: block;
	padding: 5px 10px;
	margin: 1px;
	margin-top: 0px;
	text-decoration: none;
	color: #FFFFFF;
}

#buttons .menu a:hover {
	background-color: #CC0000;
}

#content {
	float: left;
	width: 760px;
	background-color: #FFFFFF;
	padding: 10px;
}

#content img {
	float: left;
	margin: 0px 10px 10px 0px;
}

#content #rightColumn {
	float: right;
	width: 160px;
	font-size: 70%;
	padding-left: 10px;
	margin-left: 10px;
	border-left: 1px solid #CCCCCC;
}

#content h1 {
	font-size: 110%;
	font-weight: normal;
	color: #CC0000;
	font-family: Arial Rounded MT Bold, Arial;
}

#content p {
	font-size: 90%;
}

#latestVideos {
	float: left;
	width: 760px;
	margin-top: 10px;
	border-top: 1px solid #CCCCCC;
}

#latestVideos h1 {
	font-size: 90%;
	font-weight: bold;
	font-family: Arial;
}

#latestVideos #videoScroll {
	float: left;
	width: 760px;
	overflow: auto;
	scrollbar-3dlight-color: #000000;
	scrollbar-arrow-color: #CC0000;
	scrollbar-base-color: #FFFFFF;
	scrollbar-darkshadow-color: #000000;
	scrollbar-face-color: #FFFFFF;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #FFFFFF;
}

#latestVideos #videoScroll #videos {
	float: left;
	width: 2280px;
}

#latestVideos #videoScroll #videos .video {
	float: left;
	width: 370px;
	padding: 5px;
}

#latestVideos #videoScroll #videos .video:hover {
	background-color: #EEEEEE;
}

#latestVideos #videoScroll #videos .video .thumbnailBox {
	float: left;
	margin: 0px 10px 0px 0px;
}

#latestVideos #videoScroll #videos .video .thumbnailBox table td {
	width: 120px;
	height: 120px;
	background-color: #000000;
	color: #FFFFFF;
}

#latestVideos #videoScroll #videos .video .thumbnailBox img {
	max-width: 120px;
	max-height: 120px;
	margin: 0px;
}

#latestVideos #videoScroll #videos .video h1 {
	margin: 0px;
	font-weight: bold;
	font-family: Arial;
}

#latestVideos #videoScroll #videos .video p {
	margin: 0px;
}

#footer {
	float: left;
	width: 780px;
}

#bottomButtons {
	float: left;
	width: 780px;
	background-color: #CC0000;
	border-top: 7px solid #000000;
	border-bottom: 7px solid #000000;
	text-align: center;
	line-height: 15px;
	color: #FFFFFF;
	font-size: 80%;
}

#bottomButtons a {
	padding: 0px 3px;
	text-decoration: none;
	color: #FFFFFF;
}

#bottomButtons a:hover {
	text-decoration: underline;
}

#hitCounter {
	float: left;
	width: 780px;
	padding: 15px 0px 10px 0px;
	text-align: center;
}

#footerLeft {
	float: left;
	width: 380px;
	padding: 5px;
	font-size: 70%;
}

#footerRight {
	float: right;
	width: 380px;
	padding: 5px;
	text-align: right;
	font-size: 70%;
}

.webbuilderlink, .webbuilderlink:hover {
	text-decoration: none;
	color: #000000;
}

.bold {
	font-weight: bold;
}

.small {
	font-size: 80%;
}