body {
	margin:0;
	color:#000;
	font-family:Verdana, Arial, sans-serif;
	font-size:0.7em;
	background:#D4EBF9 url("bg_grad.jpg") repeat-x;
}
a {
	text-decoration:underline;
	color:#000;
}
a:hover {
	text-decoration:none;
}
	a img {
		border:none;
	}
h1, h2 {
	font-size: 2em;
	font-family: 'Trebuchet MS', Verdana, Arial;
	color:#D90000;
}
h2 {
	font-size: 1.5em;	
}
strong {
	color:#085F00;
}

img.right {
	float:right;
}
img.visual {
	border:#444 1px solid;
}

div#header {
	width:832px;
	height:164px;
	background:#D4EBF9 url("header.jpg") no-repeat;
}
	#header img#okeanos {
		position:absolute;
		top:0px;
		left:563px;	
	}
	#header img#VU {
		position:absolute;
		top:0px;
		left:657px;	
	}
		#header	div#menu ul {
			float:right;
			margin:110px 0 0 0;
			padding:0;
			list-style-type:none;
		}
		#menu {padding:0 35px 0 0;}
			#menu ul li {
				float:left;
				border:#FFF 1px solid;
			}
				#menu ul li a {
					display:block;
					width:85px;
					height:17px;
					padding:4px 0 0 0;
					text-align:center;
					font-weight:bold;
					color:#FFF;
					background-color:#B90000;
					text-decoration:none;
				}
				#menu ul li a:hover {
					background-color: #57BBDD;
				}
				#menu ul li.current a {
					height:17px;
					padding-top:3px;
					color:#B90000;
					background-color: #FFF;
					border:#B90000 1px solid;
				}
				#menu ul li.current a:hover {
					color:#FFF;
					background-color: #B90000;
				}

div#content_container {
	width:803px;
	/*height:420px;*/
	padding:10px 0 0 15px;
	background:#FFF url("bg_content.jpg") repeat-y top left;
}
	#content_container div#content_grad {
		position:absolute;
		width:31px;
		height:371px;
		top:164px;
		left:800px;
		background:#FFF url("content_grad.jpg") no-repeat top right;
	}
	#content_container div.content {
		padding: 0 50px 0 0;
		line-height:1.5em;
		font-size: 0.9em;
	}
		#content_container div.content p {
			padding: 0 10px;
		}
		#content_container div.content span.additional_info {
			font-style:italic;
		}

div#footer {
	width:818px;
	height:66px;
	background:#D4EBF9 url("footer.jpg") no-repeat;
}

