* {
	margin: 0;
	padding: 0;
	border: 0;
}

html, body {
	font:90% Verdana, Arial, Helvetica, sans-serif;	
	color: #000;
	background: #FFF;
}

body a{
color: #000000;
text-decoration: underline;
}

body a:focus, body a:hover, body a:active {
color:#F00;
}

body h1{
	font-size: 150%;
	margin-bottom: 10px;
}
body h2{
	font-size: 200%;
}
body h3{
	font-size: 70%;
}

#line{
	position:absolute;
	left:0px;
	top:60px;
	z-index:1;
	background:#F00;
	font-weight:bold;
	width:1000px;
	height:15px;
	padding-left:15px;
}

#logo{
	position:absolute;
	left:96px;
	top:35px;
	z-index:2;
	border:#FF0000 solid 2px;
	background-color:#FFFFFF;
}

#bottom{
	position:absolute;
	padding-top:10px;
	padding-right:5px;
	left:0px;
	top:530px;
	z-index:6;
	background: #000;
	width:995px;
	height:35px;
	color: #999999;
	text-align:right;
	font-size:67%;
}

#menu {
	position:absolute;
	padding:80px 10px 0px 5px;
	left:907px;
	top:16px;
	width: 78px;
	height: 450px;
	background:#000000;
	color:#FFFFFF;
	text-align:right;
}

#menu a{
color: #FFFFFF;
text-decoration: none;
}

#flashcontent{
width: 100%;
height: 395px;
}