body {
	font-family: "Lucida sans Unicode", Helvetica, Arial, Verdana, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #FFFFFF;
	line-height: 18pt;
	background-color: #000000;
}

h1 {
	font-size: 24pt;
	font-weight: normal;
	line-height: 24pt;
	display: inline;
}

a:link {
	color: #FF3300;
	text-decoration: none;
	font-weight: normal;
}

a:visited {
	text-decoration: none;
	color: #FF3300;
}

a:hover {
	text-decoration: none;	
	color: #FFFFFF;	
	font-weight: normal;
}

a:active {
	text-decoration: 
	none;color: #FFFFFF;
}

ul li {display: inline;}


#main_home {
	position:absolute;
	left:50%;
	top:20px;
	width:1014px;
	margin-left: -507px;
	background-image: url(images/background.jpg);
	background-repeat: repeat-z;
}

#logo {
	position:absolute;
	left:104px;
	top:10px;
	width:300px;
	height:71px;
	z-index:9;
	float: left;
}

#spacer {
	heigth: 20px;
}

#snake {
	position:absolute;
	left:768px;
	top:0px;
	width:246px;
	height:249px;
	z-index:7;
}

#snake-bottom {
	position:absolute;
	left:0px;
	top:0px;
	width:308px;
	height:151px;
	z-index:70;
}

#snake-bottom_helper {
	position:relative;
	left:0px;
	top:0px;
	width:308px;
	height:151px;
	z-index:70;
}


#menu {
	position:absolute;
	left:387px;
	top:-13px;
	width:520px;
	height:48px;
	z-index:11;
}

#menu_helper {
	width:520px;
	height:48px;
	line-height:48px;
	text-align: left;
	align: left;
	z-index:11;
 	list-style-type: none;
	background-image: url(images/navigation-bar.png);
	background-repeat: no-repeat;
}

#menu_helper .menu_a ul {
	margin-left: -10px;
	margin-top:10px;
}

#menu_helper .menu_a li {
 	display: inline;
}

#menu_helper .menu_a a:hover, .menu_a a:active {
 	text-decoration: none;
 	color: #fff !important;
 	background: #ff3300;
 	background-repeat: repeat-x;
}

#menu_helper .menu_a a:link, .menu_a a:visited {
	padding: 2px 5px 2px 5px;
 	color: #000000 !important;
}

#content-home {
	position:relative;
	left:107px;
	top:88px;
	width:800px;	
}

#footer-home {
	position:relative;
	left:0px;
	width:1014px;
	height:151px;

}

#footer-bar {
	position:absolute;
	left:0px;
	top:111px;
	width:1014px;
	height:40px;
	z-index:15;
	background-repeat: repeat;
}

#footer-bar_helper {
	position:absolute;
	left:0px;
	top:0px;
	width:1014px;
	height:40px;
	z-index:1;
	background-image: url(images/header_black.png);
	background-repeat: repeat;
}

#menu-footer {
	position:absolute;
	left:0px;
	top:120px;
	width:1014px;
	height:40px;
	z-index:18;
}

#footermenu{
	list-style-type: none;
	margin-top: 0px;
	margin-left: 350px;
}

#footermenu .menu{
	vertical-align: middle;
	padding-left: 5px;
	padding-right: 10px;
	border-left: 1px dotted #ff3300;
}


