

* { 
	padding: 0px; 
	margin: 0px;
	border:none;
}

a, a:hover, a:active, a:visited { text-decoration:none;}

html,body {
	margin:0;
	padding:0;
	
	font-family: Micra;
	font-size:14px;
	color:#161616;
	background:url(../img/bg_body.jpg) repeat-x top #dae1e9;
}


div#container {
	width:990px;
	margin:0px auto;
	
}



/***************************************************************/

	div#logo{
		float:left;
		width:100%;
		overflow:hidden;
		height:400px;
	}	
	
		

/***************************************************************/
	
	div.menu{
		height:26px;
		float:left;
		width:100%;
		overflow:hidden;
	}
	
	div.menu a{
		float:left;
		position:relative;
		left:50px;
		
	}
		




/***************************************************************/


		div#content {
			float:left;
			width:960px;
			padding:15px;
		}
		
		div#content table {
			float:left;
			text-align:left;
			vertical-align:middle;
		}
		
		div#content table a {
			color:#161616;
			margin:0px 2px;
		}
		
		div#content table img {
			position:relative;
			top:1px;
		}
		
		.table_separator{
			float:left;
			position:relative;
			bottom:6px;
		}
		

			
			
/***************************************************************/			
		
	
		
