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

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-color:#fff;
	margin-left:auto;
	margin-right:auto;
	margin-top:6px;
	width:800px;
	font-size:12px;
	color:#222224;
	background-image:url("../images/bodyBg.gif");
	background-repeat: repeat-x;

}

p {
	padding:15px;
}

/* by doing this you don't need to write border="0" into the <img> tag */
img {
	border: 0;
}

a {
	color: #6b6868;
	text-decoration: none;
}

a:hover {
	color: #bfbdbd;
	text-decoration: none;
}

hr { margin: 15px 0px; }

.input {
	width:130px;
}

.main {
	margin-left:auto;
	margin-right:auto;
	width:800px;
	height:auto;
	min-height:550px;
	border-left: medium double #f5f2eb;
	border-right: medium double #f5f2eb;
	border-bottom: medium double #f5f2eb;
	background-color:#FFFFFF;
	padding:auto;
}

.header {
	margin:auto;
	font-size:12px;
	width:800px;
}

.headerMenu {
	padding-top:5px;
	padding-right:20px;
	float:right;
	font-size:11px;
}

.headerMenuBand {
	height:197px;
	width:800px;
}

/* the menu items in the left column */

ul.leftnav {
	width:250px;
	padding-left:0;
	margin:0;
	list-style:none;
	font-size:10px;
	border-bottom:1px solid #f24141;
}

.leftnav li {
	width:230px;
	/*border-left:2px solid #f24141;*/
}

.leftnav a {
    display: block;
    width: 230px;
    height: 25px;
    line-height: 26px;
    border-left:1px solid #111111;
	border-top:1px solid #111111;
	border-right:1px solid #111111;
    background: #333333;
    padding-left: 5px;
    color: #ffffff;
    text-decoration: none;
    position:relative;	
}

html>body .leftnav a {
    display: block;
    width: 243px;
    height: 35px;
    line-height: 30px;
    border-left:1px solid #111111;
	border-top:1px solid #111111;
	border-right:1px solid #111111;
    background: #333333;
    padding-left: 5px;
    color: #ffffff;
    text-decoration: none;
    position:relative;	
}

.leftnav a:hover {
    background: #fff;
	color: #000000;
}

.mainBody {
	width:800px;
	padding-top:10px;
	height:auto;
}

.videoText {
	width:780px;
	padding:10px;
}

.videoplayer {
	width:350px;
	height:284px;
	background-image:url("../images/youTubeImage.gif");
	float:right;
	margin-left:10px;
	margin-right:10px;
}

.footer { 
	clear: both; 
	margin-top:10px; 
	margin:auto; 
	text-align:center; 
	padding-top:3px; 
	color:#111111; 
	height:15px; 
	font-size:9px;
}












.space {	
	background-color:#3063d4;
	height:3px;
}

.mainBody {
	width:600px;
	float:left;
	padding-bottom:10px;
}

.rightColumn {
	width:180px;
	float:right;
	margin-top:15px;
	margin-right:0;
	padding-right:0;
}

.menu {
	position:absolute; 
	top:91px;
}

.box {
	width:613px;
	background-color:#f7f7f8;
	border-top:0;
	border-left: #cec8c8 solid 1px; 
	border-right: #cec8c8 solid 1px; 
	border-bottom: #cec8c8 solid 1px;
	font-size:12px; 
	color:#676767;
}

.boxAds {
	width:793px;
	background-color:#f7f7f8;
	border-top:0;
	border-left: #cec8c8 solid 1px; 
	border-right: #cec8c8 solid 1px; 
	border-bottom: #cec8c8 solid 1px;
	font-size:12px; 
	color:#676767;
}

