@charset "UTF-8";
/* CSS Document */

body
{
	padding:0px;
	margin:0px;
	font-family:"Courier New", Courier, monospace;
	font-size:10pt;
	
}


h1,h2,h3,p,li,ul
{
margin:0px;
padding:0px;
}

#wrapper
{
	width:600px;
	margin-top:10px;
	margin-left:auto;
	margin-right:auto;
}

#header
{
	text-align:center;
}

#main
{
	padding-top:10px;
	padding-bottom:10px;
}

#footer
{
	margin-top:5px;
	color:#006600;
	text-align:center;
	font-size:9pt;
	line-height:15px;
	padding-right:5px;
}

a
{
color:#006600;
}

a:link, a:visited
{
	color:006600 !IMPORTANT;
	text-decoration:none;
}

a:hover, a:focus
{
	color:222222 !IMPORTANT;
	text-decoration:none;
}


.videobox
{
float:left;
width:320px;
height:240px;


}

.panelContent
{
	padding-top:5px;
	padding-left:5px;
	margin-left:320px;
}