@charset "UTF-8";


a:link {color:#919191;}      /* unvisited link */
a:visited {color:#919191;;}  /* visited link */
a:hover {color:#d24153;}  /* mouse over link */
a:active {color:#d24153;}  /* selected link */

body
{
background: -webkit-linear-gradient(left, #232323 , #3C3B3B); /* For Safari 5.1 to 6.0 */
background: -o-linear-gradient(right, #232323, #3C3B3B); /* For Opera 11.1 to 12.0 */
background: -moz-linear-gradient(right, #232323, #3C3B3B); /* For Firefox 3.6 to 15 */
background: linear-gradient(to right, #232323 , #3C3B3B); /* Standard syntax (must be last) */
	
padding:0px;
position:relative;	
}

h1
{

}

#content
{
	width:960px;
	
	
}

#imageplace
{
padding:0px;	
}

#header
{
	height: 68px;
	padding: 16px;
	background-color: #333333;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	font-size: 64px;
	color: rgb(88, 88, 88);
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 100;
	margin: 0px;
	text-align: center;
	
}


#menubar{
	width:19%;
	float:left;
	background:rgb(255,255,255);
	

}

#menubar, ul, li
{
	padding:6px;
	padding-bottom:28px;
	list-style-type:none;
	font-size: 14px;
	font-color: rgb(88, 88, 88);
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	background:rgb(255,255,255);
}

#contentmain
{
	width: 79%;
	float: right;
	background-color: rgb(255,255,255);
	
	
}

#text
{
	font-size:14px;
	text-align:left;	

}

#contentmain, table, tr
{
	alignment-adjust: middle;
	text-align: center;
	background:rgb(255,255,255);
}

#padd
{
	padding:10px;
}

#maincontent
{
	float:none;	
padding:5px;
background:rgb(255,255,255);
border-bottom-left-radius:10px;
border-bottom-right-radius:10px;
	
}

#vidfoot
{
	font-family:verdana;
	text-align: left;
	font-size: xx-large;
	font-weight:bold;
}

#footer
{
clear:both;	
height:20px;
background:rgb(255,255,255);

}
