* {
	padding: 0;
	Margin: 0;
}

body {
	font-family:   Arial, Helvetica, sans-serif;
	color: #3A3A3A;
	font-size: 12px;
	background-color: #2da8d0;
	background-image: url(img/bg.jpg);
	background-position: top;
	background-repeat: repeat-x;
	text-align: center;
	line-height: 15px;
}

h1 {
	color: #002851;
	font-size: 13px;
}

h2 {
	color: #ED032C;
	font-size: 12px;
}

h3 {
	display: inline;
	font-size: 12px;
	color: #333333;
    
	
}

a {
	color:  #000000;
	text-decoration:none;
}

a:hover {
	color:  #ED032C;
}

#wrapper {
   text-align:left;
	width: 880px; 
	margin-right: auto;
	margin-left: auto;
}

#header {
   position: relative;
	width: 845px;
	height: 191px;
	background-image: url(img/header.jpg);
	background-repeat: no-repeat;
	padding-left: 35px;
	padding-top:40px;
}

#random {
	position: absolute;
	top:62px;
	right: 34px;
	width: 557px;
	height: 164px;
}

#flags {
	position: absolute;
	top:38px;
	right: 37px;
	width: 117px;
	text-align: right;
}

#navi {
   width: 880px;
	height:22px;
	background-image: url(img/navi_bg.jpg);
	background-repeat: no-repeat;
	text-align: center;
	padding-top:4px;
}

#navi a {
	text-decoration: none;
	color: #FFF;
	font-weight: bold;
	margin-left: 35px;
	margin-right: 40px;
	
}

#navi a:hover {
	color: #03A7EE;
}


#menue {
   height: 26px;
	text-align: center;
	padding: 15px 0 15px 0;
	color: #FF8E02;
}

#menue a {
	
	padding: 15px 35px 15px 35px;
	text-decoration: none;
	font-weight: bold;
	margin-top: 10px;
}


#menue a:hover {
	color:  #FFF;
	background-image: url(img/navi_over.jpg); 
	
}

.current
{
	color: #FFF;
	background-image: url(img/navi_over.jpg);
}


#content_container {
   width: 810px;
	background-image: url(img/content_bg.jpg);
	background-position: top;
	background-repeat: repeat-y;
	padding-right: 35px;
	padding-left:35px;
}




#content {
	width: 560px;
	float: left;
}


#news {
	width: 200px;
	background-color: #E0E0E0;
	border: solid 1px #999;
	float: right;
	padding:8px;
}


#footer {
   width: 880px;
	height: 120px;
	background-image: url(img/footer.jpg);
	background-repeat: no-repeat;
	background-position: top;
	position: relative;
}

#footer_copy {
	position: absolute;
	left: 39px;
	top:16px;
	width: 800px;
	height: 15px;
}
#footer h1 {
  font-size: 10px;
  color: #FFFFFF;
 }

#tags {
text-align: center;
padding-top: 60px;
color: #FFF;

}


#tags a{
text-decoration:none;
}

#tags h1 {
font-size: 10px;
font-weight: normal;
}

ul {
   padding-left: 25px;
	list-style-image:url('img/bullet.gif');
}
	

.submit {
	border: 1px solid #FFF;
	background-color: #017ACD;
	color: #FFF;
	
}



img {
	
	border:  0px;
}

