﻿


/*

formatting

font

layout

header

lefter

righter

footer

*/


 
/* formatting */

body{
	margin:0;
	padding:0;
	background-color:#101010;
	font-family: sans-serif;
	background-repeat:repeat-y;
	background-position-x:center;
	background-position-y:115;
	}
	
.clear{
	clear:both;
	}	

/* font */

p{
	font-size:small;
	font-family:;
	}

/* layout */

#wrap{
	width:100%;
	text-align:center;
	background-repeat:no-repeat;
	background-position-x:center;
	background-position-y:115;
	}
	
#headerWrap{
	width:100%;
	height:115px;
	background-color:#000000;
	}		

#header{
	width:100%;
	height:115px;
	margin-bottom:40px;
	background-color:#000000;
	}
	
#outline{
	width:100%;
	margin: 0px auto;
	padding-top:40px;
	}		
	
#left{
	width:;
	padding-left:40px;
	float:left;
	}
	
#right{
	width:;
	float:right;
	}			

#footer{
	width:100%;
	height:30px;
	margin:0px auto;
	}

/* header */



#header img{
	border:0;
	}

#headerUpper{
	width:100%;
	height:80px;
	text-align:left;
	}
	
#headerUnder{
	width:100%;
	height:21px;
	text-align:left;
	vertical-align:middle;
	padding-top: 14px;
	}
	
#headerUnder a{
	color:#FFFFFF;
	text-decoration:none;
	font-size: 9px;
	
	padding:0px 20px;
	}
	
#hup1:hover{
	color:#FF5252;
	}	
	
#hup2:hover{
	color:#FF9C4E;
	}
	
#hup3:hover{
	color:#FFF500;
	}
	
#hup4:hover{
	color:#00EA3D;
	}
	
#hup5:hover{
	color:#31ACFF;
	}
	
#hup6:hover{
	color:#AB4AFF;
	}
	
#hup7:hover{
	color:#999999;
	}								

/* lefter */

#left{
	text-align:left;
	}

/* righter */

#right{
	padding-bottom: 40px;
	vertical-align:bottom;
	}
	
#flvplayer{
	width: 340px;
	height:180px;
	margin-top: 320px;
	text-align:center;
	background-color:#101010;
	}	

/* footer */ 

#footer{
	border-top:1px solid #808080;
	text-align:right;
	
	height:30px;
	}

#footer p{
	color:#FFFFFF;
	font-size:8px;
	position:relative;
	right:20px;
	top:-6px;
	}
	
																						