body{
	margin: 0;
	padding: 0;
	line-height: 1.5em;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	
	text-align: center;
}

b{font-size: 110%;}


#main_container{
	width: 1024px;
	min-height: 400px;
	
	background: url(../_img/layout/container_bg.png) repeat-y;
	
	margin: 0 auto;
	
	text-align: left;
}

#header_container{
	margin-left: 61px;
	
	width: 901px;
	height: 75px;
	
	background: url(../_img/layout/header/header_bg.jpg) repeat-x;
}

#header_container #logo{
	background: url(../_img/layout/header/logo.png) center no-repeat;
	width: 280px;
	height: 37px;
	
	padding-top: 15px;
	
	float: left;
}

#header_container #logo_eann{
	background: url(../_img/layout/header/logo_eann.png) center no-repeat;
	width: 71px;
	height: 71px;
	
	padding-top: 0px;
	
	float: right;
}

#navigation_container{
	width: 901px;
	height: 14px;
	
	margin-left: 61px;
	
	background: #f7f7f7;
}

#leftmenu_container{
	margin-left: 61px;
	
	float: left;
	width: 240px;
	
	min-height: 500px;
	
	background: url(../_img/layout/leftmenu/leftmenu_bg.jpg) repeat-y; 

}

#content_container{
	float: left;
	width: 660px;
	
	min-height: 500px;
	
	background: #f7f7f7;
}

#footer_container{
	margin-left: 61px;
	
	clear: left;
	width: 901px;
	
	background: #f3f3f3;
	
	border-top: #b5b5b5 1px solid;
	
	color: #fff;
	text-align: center;
	padding: 4px 0;
	
}

#footer_container a{
	color: #c2c2c2;
}

.inner{
	margin: 10px;
}

