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

body {
	background-color:#333333;
}


#global {
	margin-left:auto;
	margin-right:auto;
	width:855px;
	height:auto;
	background-color: #FFFFFF;
}

#header {
	background-image:url(../images/header.jpg);
	width:855px;
	height:100px;
	
}
 
#main_menu {
	width:855px;
	height:40px;
	background-image:url(../images/menubackground.jpg);
	}
#info {
	width:855px;
	height:auto;
	margin-top: -2px;
	margin-left: -3px;
}
#info2 {
	margin-top: 20px;
}
#bottom_text {
	margin-top: 20px;
	text-align: center;
	margin-left: 50px;
	width: 752px;
	;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #333333;
	margin-top: -4px;
}
li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	list-style-position: outside;
}

#global  #bottom_text  a {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-weight: normal;
}
#global  #bottom_text  h2 {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #666666;
}

