* {padding: 0; margin: 0;}

body {text-align: center; min-width: 720px;}

#container {
	width: 1000px; 
	margin: 0 auto; 
	text-align: left; 
	background-color: white;}

#header {
padding: 0 0 0 20px; 
width: 1000px; 
height: 200px;
color: #fff;
font-family: impact, helvetica, arial; 
font-size: 80px;
overflow: hidden; 
background: url(../gfx/banner2.jpg) no-repeat left top;
}

#header a {color: #fff; text-decoration: none; outline: none;}
#header a:hover {color: #fff; text-decoration: none;}


#content {background: #ffff99;
padding: 25px 10px 25px 10px; 
margin: 0 0 20px 0;
font-family: verdana, helvetica, arial; 
font-size: 12px;
line-height: 18px;
}


a {
color: #444;
text-decoration: none; 
}
a:hover {text-decoration: underline; }

img {border: 2px black solid;
margin: 5px 5px 5px 5px;
}

.left {float: left;margin: 10px 25px 10px 5px;}

.right {float: right;margin: 10px 5px 10px 25px;}


h1 {
font-family: helvetica, arial; 
font-size: 30px; 
line-height: 35px; 
}

h2 {
font-family: helvetica, arial; 
font-size: 20px; 
line-height: 35px; 
margin: 25px 0 0 0;
}


#menu {
width: 992px;
background-color: black;
font-family: helvetica, arial; 
font-size: 15px;

font-weight: bold;
margin : 0; 
padding: 8px 4px 20px 4px;
text-align: center;
}

#menu a {
border-top-color: #ffffDD;
border-bottom-color: #441100;
border-left-color: #ffff99;
border-right-color: #884400;
border-style: solid;
border-width: 2px;
padding: 4px 4px 4px 4px; 
color: #000; 
background-color: #ffff99;
background: url(../menu/gradient.gif) repeat left top;
}

#menu a:hover {color: #000; text-decoration: underline;}

#menu a:active {
	color: #000; 
	border-bottom-color: #ffffDD;
	border-top-color: #441100;
	border-right-color: #ffff99;
	border-left-color: #884400;}

#language {
background-color: black;
font-family: verdana, helvetica, arial; 
font-size: 12px;
margin : 0; 
color: #fff;
padding: 3px 3px 3px 3px; 
} 

#language a {
color: #fff; 
}

#language a:hover {color: #fff; text-decoration: underline;}


#bottom {clear: both;}