body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	background: #B1E0F8 url(background.jpg) repeat-x;
	color:#1D6DAD;
	font-size:12px;
	font-family:Arial;
}

a {
	color:#999;
}

img {
	display:block;
	border-collapse:collapse;
}

#center {
	margin-left: auto;
	margin-top: 0px;
	margin-right: auto;
	width:936px;
}

#top {
	width:936px;
	height:43px;
	background:url(top.jpg) no-repeat;
}

#flags { 
	width:80px;
	height:16px;
	position:relative;
	float:right;
	top:20px; 
	text-align:right;
	vertical-align:bottom;
}

#flags img,a { 
	border:0;
}

#menu {
	width:936px;
	height:47px;
}

#logo {
	position:relative;
	float:left;
	width:143px;
	height:47px;
	background:url(logo.jpg) no-repeat;
}

#menu_bg {
/*	position:relative; */
	float:left;
	width:793px;
	height:47px;
	background:url(menu_bg.png) repeat-x;
}

#menu_right {
	position:relative;
	float:right;
	width:13px;
	height:47px;
	background:url(menu_right.png) no-repeat;
}

#menu_links {
/*	position:relative; */ 
	float:right;
	width:780px;
	height:47px;
}

#banner {
	position:relative;
	float:left;
	width:936px;
	height:200px;
}

#under_banner {
	position:relative;
	float:left;
	width:936px;
	height:8px;
	background:url(under_banner.png) repeat-x;
	font-size:1px;
}

#container {
	margin:20px 50px 0 50px;
	text-align:left;
}

#content {
	position:relative;
	float:left;
	width:936px;
	background:#B3E1F8 url(content_bg.png) repeat-x;
}

#content_left {
	width:587px;
	vertical-align:top;
}

#content_right {
	width:349px;
	vertical-align:top;
	color:#FFF;
}

#news {
	position:relative;
	float:left;
	width:349px;
	height:209px;
	background:url(news_bg.jpg) no-repeat;
	text-align:left;
}

#news .title {
	display:block;
	font-size:16px;
	margin:20px;
}

#news .content {
	display:block;
	font-size:11px;
	margin:0px 20px 0 20px;
	overflow:hidden;
}

#news .content p {
	margin:0;
	padding:0;
}

#news .more {
	display:block;
	font-weight:bold;
	text-align:right;
	margin:0 20px 0 20px;
}

#news .more a {
	color:white;
}

#anouncements {
	position:relative;
	float:left;
	width:349px;
	height:181px;
	background:url(anouncements.jpg) no-repeat;
	text-align:left;
}

#anouncements .title {
	font-size:16px;
	margin:20px 20px 20px 50px;
}

#anouncements .content {
	font-size:11px;
	margin:20px 20px 0 20px;
	overflow:hidden;
}

#anouncements .content p {
	margin:0;
	padding:0;
}

#anouncements .more {
	font-weight:bold;
	text-align:right;
	margin:0 20px 0 20px;
}

#anouncements .more a {
	color:white;
}

#footer {
	position:relative;
	float:left;
	width:936px;
	height:68px;
	color:#4A8DC6;
	font-size:11px;
	background:#C7E7FC;
	border-top:1px solid #FFF;
	text-align:left;
}

#footer p {
	margin:10px 10px 10px 10px;
}