@CHARSET "ISO-8859-1";

/*-------------------------------------------------------------
						General
-------------------------------------------------------------*/
html,body{
	margin: 0;
	padding: 0;
	background-color: #575b5e;
	height:100%;
	
	background-image: url('../img/body_bg.jpg');
	background-position: top left;
	background-repeat: no-repeat;
	font-family: verdana, arial;
}

div.main_container,div.menu{
	background-color: WHITE;
	width: 970px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	top: 10px;
}


div.main_container div.content, div.footer{
	margin: 0 0px 10px 10px;
	margin-top: 0;
	width: 960px;
	overflow: hidden;
}

div.footer{
	background-color: #575b5e;
	color: WHITE;
	padding: 10px 0 10px 0;
	margin: 0;
	width: 970px;
	text-align: center;
}

div.footer span{
	font-size: 10px;
	padding: 0 5px 0 0;
	border-right: 1px solid WHITE;
}

div.footer span#last{
	border:0;
}

object.flash#header{
	margin: 10px;
}



/*-------------------------------------------------------------
						Menu
-------------------------------------------------------------*/
div.menu{
	background: transparent;
	margin-bottom: 10px;
	height: 40px;
}
div.menu img{
	float: left;
}
div.menu ul.menu{
	float: right;
	height: 25px;
	margin: 0;
	padding: 0;
	clear: none;
}

ul.menu li{
	float: right;	
	list-style-type: none;
	margin-top: 20px;
	height: 25px;
}
ul.menu a{
	color: white;	
	padding: 0 10px 0 10px;
	text-decoration: none;
	border-right: 1px solid WHITE;
}
ul.menu a:hover{
	text-decoration: underline;	
}

ul.menu a.noBorder{
	border: 0;
}

ul.menu li.flag a{
	border: 0;
	padding: 0;
	margin: 0 5px 5px 5px;
}
ul.menu li.flag img{
	margin-top: 4px;
}



