/* CSS Document */
body, html, ol, ul
{
	margin: 0;
	padding: 0;
}

body
{
	line-height: 0.95em;
	background: url(images/bg.gif) repeat-x top #023d52;
}

html, input, textarea
{
	font-family:Tahoma; 
	color:#b5b5b5;
}	

div.container
{
	overflow: hidden;
}

a img
{
	border: 0px;
}

img
{
	vertical-align: top;
}

a
{
	color:#468fab;
	text-decoration:underline;
}

a:hover
{
	text-decoration: none;
}

#main
{
	margin: 0 auto;
	width: 900px;
	background: url(images/bg1.gif);
}

#left
{ 
	width: 70px;
	float: left;
	background: url(images/left_bg.gif) no-repeat top;
}

#center
{
	width: 760px;
	float: left;
}

#right
{
	width: 70px;
	float: left;
	background: url(images/right_bg.gif) no-repeat top;
}

#header
{
	height: 445px;
	background: url(images/top_bg.jpg) no-repeat top center;
	font-size: 0.75em;
	color: #FFFFFF;
}

#title
{
	padding: 29px 22px 297px 19px;
	height: 37px;
	font-size: 19pt;
	color: #F2F2D6;
}

#title > a
{
	color: #F2F2D6;
	text-decoration: none;
}

#languages
{
	float: right;
}

#languages ul
{
	list-style-type: none;
}

#languages li
{
	float: left;
}

#menu ul
{
	width: 714px;
	margin: 0 22px;
	width: 716px;
	height: 60px;
	background: url('images/menu-separator.png') no-repeat center left;
	padding: 0 1px;
}

#menu li
{
	display: block;
	float: left;
	height: 60px;
	width: 102px;
	background: url('images/menu-separator.png') no-repeat center right;
	text-transform: uppercase;
}

#menu a, #menu strong
{
	padding-top: 23px;
	display: block;
	text-decoration: none;
	color: #fff;
	text-align: center;
	font-size: 7pt;
	font-weight: normal;
	height: 37px;
}

#menu a:hover, #menu strong
{
	background: url('images/menu-hover.png') no-repeat top center;
}

#content
{
	font-size: 0.75em;
	background: #010103;
	font-family: Arial;
	padding: 0 33px;
}

h1
{
	margin: 0;
}

#content p, #content ul, #content ol, h1, h2
{
	padding: 4px 0;
}

#content ul, #content ol
{
	margin-left: 20px;
}

#footer
{
	color: #66889d;
	font-size: 0.6875em;
	background: url(images/footer.gif) repeat-x top;
	padding: 41px 60px 45px 24px;
	text-align: right;
}

#footer a 
{
	color: #66889d;
	text-decoration: underline;
}  

#footer a:hover
{
	text-decoration: none;
}

