body
{
	background-color: #222222;
	padding: 0px;
	margin: auto;
	border: 0px;
}

.mainbody
{
	max-width: 1900px;
	background: url('../img/sitebg.jpg') no-repeat 	center top;
	background-color: #2f2f2f; 
	padding: 0px;
	margin: auto;
	border: 0px;
}

.menu
{
	color: #c3c3c3; 
	text-shadow: -2px 0 #818181, 0 2px #818181, 2px 0 	#818181, 0 -2px #818181; 
	font-family: helvetica; 
	font-weight:bold; 
	font-size:30px;
	text-decoration: none;
}

h2
{
	color: #c3c3c3; 
	font-family: helvetica; 
	font-size:22px;
	padding: 10px;
	margin: auto;
	text-decoration: none;
	font-weight: normal;
}

ul
{
	margin-left: 100px;
}

p, li
{
	text-align: justify;
	max-width: 926px;
	color: #c3c3c3; 
	font-family: helvetica; 
	font-size:18px;
	padding: 0px;
	margin: auto;
	text-decoration: none;
	font-weight: normal;
}

a
{
	color: #c3c3c3; 
	font-family: helvetica; 
	padding: 0px;
	margin: auto;
	font-weight: normal;
}

.rowdiv
{
	margin-left:auto; 
	margin-right:auto;
	text-align:center; 
	padding: 0px;
	border: 0px;
}

.footer
{
	margin-left:auto; 
	margin-right:auto;
	text-align:center; 
	padding: 0px;
	border: 0px;
	text-align: center;
	max-width: 926px;
	color: #737373; 
	font-family: helvetica; 
	font-size:12px;
	padding: 0px;
	margin: auto;
	text-decoration: none;
	font-weight: normal;
}


.menu:hover
{
	color: white;
}

.bordered
{
	border: 4px solid #2f2f2f;
}

.video-container-container
{
	text-align:center; 
	margin: auto;
	overflow: hidden;
	max-height: 521px;
	max-width: 926px;
	border: 4px solid #2f2f2f;
}

.video-container 
{
	width: 100%;
	padding-bottom:56.25%;
	position: relative;
}

.video-container iframe, .video-container object, .video-container embed 
{
	max-height: 521px;
	width:100%;
	height:100%;
	left: 0;
	top: 0;
	position: absolute;
}