/* UNIVERAL BODY LAYOUT */
body {
	scrollbar-face-color: #ff0000;
	scrollbar-arrow-color: #000000;
	scrollbar-track-color: #000000;
	scrollbar-shadow-color: #ff0000;
	scrollbar-highlight-color: #ff0000;
	scrollbar-3dlight-color: #ff0000;
	scrollbar-darkshadow-color: #ff0000;
	background-color: #000000;
	text-align: center;
	}
	
/* FLASH HEADER LAYOUT */
#container_header {
	width: 780px; 
	height: 380px;
	margin:auto;
	text-align: justify;
	background-image: url(../images/bg_flash.gif);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-color: #000000;
	width: 780px; 
	height: 380px;
	padding: 0px;
	text-align: center;
	color: #ffffff;
	font-family: arial, helvetica;
	font-size: 9pt;
	}

/* CONTENT LAYOUT */
#container {
	width: 780px;
	height: 320px;
	margin: auto;
	text-align: justify;
	background-color: #ff0000;
	background-image: url(../images/bg_home.gif);
	background-repeat: norepeat;
	background-attachment: fixed;
	background-position: center top;
	}
#flash {
	width: 300px;
	height: 320px;
	float: left;
	margin: 0px;
	padding: 0px;
	text-align: right;
	color: #ffffff;
	font-family: arial, helvetica;
	font-size: 9pt;
	}
#flash a {
text-transform:capitalize;
font-size:13px;
color:#000000;
line-height:20px;
text-decoration:none;
margin-right: 40px;
font-weight:bold;
}
#flash a:hover {
text-decoration:underline;
}
#flash a:visited {
color:#000000;
}
#flash a:active {
color: #333333;
}

#content {
	width: 460px;
	height: 265px; 
	float: left;
	margin-top: 20px;
	margin-bottom: 35px;
	padding: 0px;
	text-align: left;
	color: #ffffff;
	font-family: arial, helvetica;
	font-size: 10pt;
	line-height:16px;
	overflow: auto;
	scrollbar-face-color: #000000;
	scrollbar-arrow-color: #ff0000;
	scrollbar-track-color: #ff0000;
	scrollbar-shadow-color: #000000;
	scrollbar-highlight-color: #000000;
	scrollbar-3dlight-color: #000000;
	scrollbar-darkshadow-color: #000000;
	}
#footer {
	width: 780px;
	height: 25px;
	margin: auto;
	text-align: center;
	color: #ff0000;
	font-weight: bold;
	font-family: arial, helvetica;
	font-size: 7pt;
	text-transform: uppercase;
	}