/* hide from ie on mac \*/
html {
		height: 100%;
		overflow: auto;
	}	
#flashcontent {
		height: 55%;
	}

	/* end hide */

		
#header {
		height: 123px;
		background-color: #181818;
		padding: 15px 10px 0 15px;
		margin: 0 0 20px 0;

	}
	
#info {
		float: right;
		width:200px;
		height: 76px;
		padding: 35px 15px 0 0;
	}
		
#info2 {
		float: right;
		width:120px;
		padding: 33px 30px 0 0;
		text-align: right;

	}		
#footer {
		height: 76px;
		background-color: #181818;
		margin: 20px 0 0 0;
		padding: 10px 0 0 0;
		
	}
	
img {
	border: none;
	float: left;
	
	}
	

ul {
	margin: 15px 0 0 0;
	}
		
li {
	font-size: 10px;
	letter-spacing: 0.2em;

	padding: 0 0 2px 0;
	text-transform: uppercase;

	}


a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CCC;
	text-decoration: none;
	}
	
a:active {
	color: #09F;
	}

a:visited {
	color: #CCC;
	text-decoration:none;
	}
	
a:hover {
	color: #09F;
	}
	
.current a:link{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #09F;
	text-decoration: none;
	}
	
.current a:active {
	color: #09F;
	}

.current a:visited {
	color: #09F;
	text-decoration:none;
	}
	
.current a:hover {
	color: #09F;
	}
	

.red {
	color: #09F;
	text-transform:none;
	letter-spacing:0em;
	}

body {
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #181818;
	color:#666666;
	font-family:sans-serif;
	font-size:10;
	}	
	
.big {
	line-height: 11px;
	font-size:13px;
	font-weight:500;
	}