@charset "utf-8";
/* CSS Document */

body {
	background: #000000 url(../images/bg.png);
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#DDDDDD;
	text-align:center;
}

a {
	outline-style:none;
}


/* Main Container Setup */

#container {
	margin:0px auto;
	width:930px;
	text-align:left;
}

#header {
	background: url(../images/bg_header.png);
	height: 122px;
	width:100%;
}

#header2 {
	background: url(../images/header2.png);
	height: 25px;
	width:100%;
}

#lang {
	left: 785px;
	top: 105px;
	position:relative;
	height: 12px;
	width: 100px;
	font-size:10px;
}

#picbar {
	background: url(../images/temp_pictures.jpg);
	height: 195px;
	width:100%;
}

#navigation {
	background: url(../images/bg_menu.png);
	height: 30px;
	padding-left:56px;
	padding-right:54px;
	padding-top:2px;
	padding-bottom:2px;
}

#content_top {
	background: url(../images/bg_content_header.png) no-repeat;
	height:18px;
}

#content {
	background: url(../images/bg_content.png);
	min-height:300px;
	padding-left:95px;
	padding-right:72px;
	padding-top:25px;
}

#innercontent {
	padding:25px;
}

#footer {
	background: url(../images/bg_footer.png);
	height: 45px;
	padding-left:35px;
	padding-right:40px;
	padding-top:5px;
	text-align:center;
}

/* Navigation Setup */

#navigation ul {
	padding:0px;
	height:30px;
	margin: 0px;
	list-style-type:none;
}

#navigation a{
	color:#EEEEEE;
	text-decoration:none;
	font-variant:small-caps;
	font-size:14px;
	outline:none;
}

#navigation a:hover{
	text-decoration:underline;
}

#navigation li {
	display:block;
	width:91px;
	text-align:center;
	float:left;
	padding-top:6px;
}

