@charset "utf-8";
body {
	background-color: #272727;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/bg2.gif);
}
#pagecontainer {
	background-color: #CCCCCC;
	width: 955px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-top-width: 5px;
	border-right-width: 5px;
	border-bottom-width: 5px;
	border-left-width: 5px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
#menu a {
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 5px 20px;
}
#menu a:hover {
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #444444;	
}
#menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 24px;
	background-color: #000000;
}

#content {
	background-image: url(images/bg.gif);
}
#content p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
#content a {
	color: #999999;
	font-weight: bold;
	text-decoration: none;
}
#content a:hover {
	text-decoration: underline;
}

#videotable img {
	margin: 0px;
	padding: 0px;
	border: 1px solid #666666;
}
#videotable p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
#videotable a {
	color: #999999;
	font-weight: bold;
	text-decoration: none;
}
#videotable a:hover {
	text-decoration: underline;
}
#videotable td {
	vertical-align: top;
}

#txt p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	font-weight: normal;
	margin: 0px;
	padding: 10px;
}

