@charset "UTF-8";
/* CSS Document */

body {
	background-color:#30190d;
	max-width:1250px;
	margin:0;
	padding:0;
	}
	
p {
	color:#efefef;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	}
	

h2 {
	color:#efefef;
	font-size:36px;
	}
	
h3 {
	color:#efefef;
	font-size:24px;
	}
	
h4 {
	font-size:18px;
	}
/* index divs */

#top {
	max-width:1250px;
	height:588px;
	background-image:url(../images/topBG.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	margin:0; 
	padding:0;
	}
	
#languages {
	float:left;
	margin-left:20px;
	}
	
#languages a:link {
	color:#000000;
	}
	
#languages a:hover {
	color:#efefef;
	}

#languages a:visited {
	color:#000000;
	}
	
ul.flags {
	display:inline;
	list-style-type:none;
	}
	
ul.flags li {
	display:inline;
	}
	
#AZabout {
	float:right;
	width:422px;
	height:150px;
	margin-top:324px;
	padding:0px;
	}
	
#about {
	float:right;
	width:422px;
	height:100px;
	margin-top:374px;
	padding:0px;
	}
	
#about p {
	color:#efefef;
	padding:0 10px 0 0;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	}
	
#bottom {
	max-width:1250px;
	height:176px;
	background-image:url(../images/bottomBG.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	border-top:4px solid #000000;
	}
	
#bottomLogo {
	float:left;
	}
	
#bottomMenu {
	float:right;
	margin:20px 30px 10px 0px;
	}
	
#bottomMenu p {
	text-align:right;
	}

#bottomMenu a:link {
	color:#efefef;
	}
	
#bottomMenu a:hover {
	color:#efefef;
	text-decoration:underline;
	}
	
#bottomMenu a:visited {
	color:#FFC400;
	}
	
#bottomMenu a:active {
	color:#efefef;
	}
	
	



