
body {
	font: normal 12px/normal Verdana, Geneva, sans-serif;
	color: #FFF;
	background: #000;
	padding:0;
	margin:0;
}
.bo{
	border:1px solid red;
	}
.b{ font-weight:bold;}
.cnt{text-align:center;}
.fl{float:left}
.fr{float:right}
.cl{clear:left}
.cr{clear:right}
.cb{clear:both}
DIV#master{
	width:1000px;
	margin:0 auto;
	}

DIV.header, DIV.subcontent{
	width:950px;
	color:#CCC;
	text-align:justify;
	font-size:10px;
	margin:0 auto;
	margin-top:20px;
	margin-bottom:20px;
	}


DIV.content{
	width:900px;
	margin:0 auto;
	
	}
	
DIV.footer{
	width:100%;
	height:40px;
	line-height:40px;
	margin:0 auto;
	font-size:10px; 
	text-align:center;
	border-top:1px dotted #FFF
	}	
	
DIV.menu{
	width:60%;
	height:40px;
	line-height:40px;
	margin:0 auto;
	text-align:center;
	border-top:1px solid gray;
	margin-bottom:20px
	}	
	
DIV.menu UL{
	width:auto;
	color:gray;
	font-weight:bold;
	font-size:14px;
	}	

DIV.menu LI{
	color:#09C;
	display:inline;
	padding:10px;
	}
DIV.menu A:link,DIV.menu A:hover,DIV.menu a:visited{
	color:gray;
	text-decoration:none;
	}	
DIV.menu A:hover{
	color:#FFF;
	text-decoration:overline
	}	
LI:first-letter {color: red; font-weight: bold;}

.video{
	width:400px;
	height:300px;
	padding-top:70px
	}
.logos{
	width:475px;
	height:497px;
	}	

