html{
	background-image:url(../images/bg_white.gif);
	background-repeat:;
	margin:0;
	padding:0;
	}

body {

	margin:0;
	padding:0;
	background-color: #000000;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h1 {
	padding-left:40px;
	font-size: 1.2em;
	color:#FFF;
}
h2 {
	padding-top:35px;
	font-size: 1.1em;
		color:#FFF;
}
h3 {
	font-size: 0.8em;
		color:#FFF;
}

p {
	font-size: 0.7em;
	line-height: 1.4;
	color:#FFF;
	text-align:left;
}

li {
	font-size: 0.9em;
	font-weight: bold;
	list-style-type: none;
		color:#FFF;
	text-align:left;
}


a {
	color: #FFFFFF;
	text-decoration: none;
}
a:link 
{
	
}
a:visited 
{
	
}
a:hover 
{
	text-decoration: underline;
}
a:active {
	
}
hr {
	color: #FFFFFF;
	height: 1px;
}
#flashcontent-container
{
	height:511px;
	text-align:center;
	margin:0;
	padding:0;
}

#flashcontent #txt_content {
	width: 800px;
		text-align:left;
}
#flashcontent #navigation {
	width: 250px;
	float: left;
	text-align:left;
}
#flashcontent #txt_content {
	float: left;
	width: 700px;
	text-align:left;
}
#flashcontent {
height:600px;
		text-align:left;
		background-color:#000;
}



#footer{
	/*position:absolute;
	top:600px;
	bottom:0;*/
    padding:0;
	margin:0;
	height:70px;
	background-color:#fff;
	
	/*border:thin;
	border-color:#FFF;*/
}

#footer p{
	margin-top:30px;
	padding-left:230px;
	color:#000;
}
#text{
	background-color:#990;
	
}




#logo{
	background-image:url(../images/logo.gif);background-repeat:no-repeat;
	width:221;
	height:57px;
	float:left;
}



