@charset "utf-8";
body {
	background-image:url(images/background.jpg);
	background-position:top;
	background-repeat:repeat-x;
	}

#header {
	width: 850px;
	margin:auto;
	margin-top: 35px; 
	}
	
#main {
	background-image: url(images/header.png);
	background-repeat: no-repeat;
	float: left;
	width: 850px;
	height: 257px;
	padding-top: 25px;
	padding-left: 45px;
}

#index {
	width: 750px;
	margin:auto;
	padding-top: 25px;
	padding-left: 45px;
	font-family: Arial, Helvetica;
	font-size: 12px;
	padding-right: 40px;
	text-align: left;
	}

#footer {
	width: 850px;
	margin:auto;
	margin-top: 35px;
	text-align:center;
	}
	
#languages {
	position: absolute;
	right: 10px;
	top: 10px;
}

span.head {
	font-family: Arial, Helvetica;
	font-size: 20px;
	font-style: italic;
	color:#FFF;
	text-align: left;
	}

.menu {
	background-image: url(images/line.gif);
	background-repeat: no-repeat;
	background-position: left center;
	float: left;
	height: 72px;
	text-align:center;
	padding: 8px;
	margin-top: 25px;
}

.feature {
	margin-right: 70px;
	padding: 7px;
	float: left;
}


img.icons {
	position:relative;
	left: 352px;
	top: -22px;
	}

a {
	color: #0086E7;
	font-family:  arial,Tahoma,Verdana,Tahoma,Arial; 
	text-decoration: none; 
	font-size: 13px;}

a:link {
	color: #00ACFF;}

a:visited {
	color: #00ACFF;}

a:hover {
	color: #00ACFF;
	text-decoration:underline;}


a.men {
	color: #000000; }

a.men:link {
	color: #000000; }

a.men:visited {
	color: #000000; }

a.men:hover {
	color: #FFFFFF; 
	text-decoration: none;}



a.blue {
	color: #0076D0;
	font-family: Arial, Helvetica;
	font-size: 20px;
	font-style: italic;}

a.blue:link {
	color: #0076D0; }

a.blue:visited {
	color: #0076D0; }

a.blue:hover {
	color: #0076D0; 
	text-decoration: underline;}
.divTitle {
	background-color: #89BFE2;
}
