body
{
	background-color: #333333;
	margin: 0px;
	color: #414141;
}
body, table
{
	font: 12px arial;
}

.contactBox
{
	text-align: left; 
	width: 160px; 
	margin: auto; 
	font-weight: bold; 
	font-size: 11px;
}
.contactBox h2
{
	font-size: 16px;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px #cccccc solid;
}
.contactBox  p
{
	padding: 0px;
	padding-left: 10px;
	margin: 0px;
	margin-bottom: 20px;
}
.contactForm
{
	width: 300px;
	text-align: left;
	margin: auto;
}
.contactForm input, .contactForm textarea
{
	border: 1px #cccccc solid;
	width: 250px;

}

#middleBox
{
	top: 50%; 
	font: 11px arial;
	left: 50%; 
	position: absolute;
}
#middleBox #theBox
{
	position: absolute; 
	top: -172px; 
	left: -233px; 
	width: 466px; 
}

.hideBox
{
	display: none;
}

.showBox
{
	display: block;
}

.theX
{
	display: block;
	font-size: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	padding-right: 10px;
	color: #ffffff;
	top: -14px;
	width: 30px;
	text-align: center;
	position: absolute;
	right: 20px;
	text-decoration: none;
}

.trans
{
	filter:alpha(opacity=75);
	-moz-opacity:.75;
	opacity:.75;
}

.trans2
{
	filter:alpha(opacity=90);
	-moz-opacity:.9;
	opacity:.9;
}

.sideNews
{
	padding-left: 10px;
	margin: 10px; 
	width: 100%;
}
.sideNews h1
{
	font-size: 12px;
	margin: 0px;
}
.sideNews p
{
	margin: 0px;
	margin-bottom: 4px;
	padding-bottom: 4px;
	border-bottom: 1px #493a27 solid;
}

.videoBox
{
	border: 1px #807770 solid;
	-moz-border-radius: 1em;
	border-radius: 1em;
	background-color: #ece4d9;
	height: 140px;
	clear: both;
	margin: 4px;
	text-align: left;
}
.videoBox img
{
	width: 150px;
	float: left;
	margin: 10px;
}
.videoBox h1
{
	font-size: 14px;
	margin: 0px;
	margin-top: 10px;
}
