/* CSS Document ------------------------------------------------------------------------------*/
*{
 margin:0;
 padding:0;
 font-size: 12px;
}
body{
 font-family: arial, helvetica, sans-serif;
 font-size: 12px;
 color:white;
 background: black;
}

a, a:visited{
 text-decoration:underline;
 color:white;
}

a:hover{
 text-decoration:none;
 color:white;
}

a{
	outline:none;
}

img{
	border:none;
}



/* Flash header */
div#flash_header{
	position:relative;
	background: url("../images/header/table_background.gif") repeat-x;
}

div#flash_header a{
	display:block;
	position:absolute;
	top:10px;
	left:670px;
	font-size:0.9em;
	color:#BBB;
	letter-spacing:0.1em;

}
div#flash_header a:hover{
	text-decoration:underline;
}




div#u_menu {
	margin-bottom: 150px;
}





/* Footer text --------------------------------------------------------------------------------*/
.text_rights{
 font-size: 10px;
}





/* About section ------------------------------------------------------------------------------*/
table.bottom {
margin-bottom: 50px;
}

div.block
{
	margin:0 50px 0 10px;
	padding:0px;
	border:1px solid black;
}

img.about {
margin:0px 0px 5px 0px;
}

img.text {
float:left;
border:1px dotted black;
margin:0px 5px 0px 0px;
}






/* Become section ------------------------------------------------------------------------------*/
div#become
{
margin:0 100px 0 50px;
padding: 0px;
}
p.q {
color: #FFFFFF;
background-color: #000000;
padding: 0px 0px 2px 10px;
margin-bottom: 10px;
}
p.q a, a:visited {
color: grey;
text-decoration: none;
}
p.q a:hover {
color: white;
 text-decoration: underline;
}




/* Contacts section ------------------------------------------------------------------------------*/
div#contacts
{
margin:0 100px 0 50px;
padding: 0px;
}

.banner468{
	position:absolute;
	width:468px;
	height:60px;
	float:right;
	right:6px;
	top:17px;
}
