body{
	margin:0px;
	margin-top:3px;
	font-family:verdana;
	font-size:11px;
}

a{
	text-decoration:none;
}

#main{
	width:1023px;
}

#header{
	background-image:url(../pics/images/header.jpg);
	height:142px;
}

#languages{
	font-size:10px;
	margin-left:10px;
}

	#languages span{
		margin-left:10px;
		line-height:2.5em
	}
	
		#languages span a{
			color:#FFFFFF;
		}

#separator{
	background-color:#000000;
	height:7px;
}

.section_title{
	font-size:14px;
	color:#003333
}

.intro_text{
	font-size:11px;
	color:#000066;
}

#breadcrumbs{
	padding:4px;
	font-size:10px;
	color:#990000;
}

	#breadcrumbs span{
		margin-left:10px;
	}

#menu{
	width:153px;
	height:566px;
	background-color:#000000;
	float:left;
}

.menu_button{
	width:128px;
	height:28px;
	background-image:url(../pics/images/menu_bg.jpg);
	margin-top:5px;
}

	.menu_button span{
		font-size:11px;
		line-height:2.5em;
	}

		.menu_button span a{
			color:#000000
		}


#main_body{
	width:870px;
	height:566px;
	float:left;
	background-image:url(../pics/images/main_body.gif)
}

#footer{
	float:left;
	width:1023px;
	background-image:url(../pics/images/footer.jpg);
	height:45px;
}


