body {
	background: #000000;
	font-family: Arial;
	font-size: 12px;
	text-align: left;
	color: #FFFFFF;
}





/* Header */

#header {
	width: 880px;
	height: 113px;
	background: url('../_images/top.jpg');
}

#flash {
	width: 680px;
	height: 517px;
}

#content {
	width: 800px;
	height: auto;
}

p {
	line-height: 18px;
	padding-bottom: 15px;
	text-align: left;
	padding-left: 10px;
	color: #CCCCCC;
}

a {
	color: #99ccff;
}

a:hover {
	color: #CCCCCC;
}

strong {
	color: #FFFFFF;
}

h1 {
	font-size: 18px;
	font-weight: normal;
	text-transform: uppercase;
	border-bottom: 1px solid #CCCCCC;
	text-align: left;
}

