html {
	height: 100%;
	overflow: hidden;
}
#flashcontent{
	height: 100%;
}
/* end hide */
body {
	font-family:Arial, Helvetica, sans-serif;
	height: 100%;
	color:#CCCCCC;
	background:#000000;
}

h1{
font-size:22px;
text-transform:uppercase;
}

h2{
font-size:18px;
padding:10px 0;
text-transform:uppercase;
}

h3{
font-size:14px;
padding:10px 0;
text-transform:uppercase;
}

p{
font-size:12px;
padding:10px 0;
}

a{
text-decoration:none;
color:#FF0000;
}

#container {
padding:10px;
}

#header{
padding:10px 0;
overflow:hidden;
}

#header ul li,
#footer ul li{
float:left;
}
#header ul li a,
#footer ul li a{
padding:0 20px 0 0;
font-size:12px;
display:block;
}

#content{
clear:both;
}

#footer{
clear:both;
}

.list{
padding:0 0 20px 0;
}

.list li{
font-size:12px;
list-style:decimal;
margin:0 0 0 30px;
}
