@charset "utf-8";
/* CSS Document */
body {
	background:url(images/sitebackground.jpg) repeat-x;
}

#outer{
margin:auto;
position:relative;
width:1224px;
min-height:900px;
font-size:13px;
font-family:Arial, Helvetica, sans-serif;
color:#4d4d4f;
background:url(images/background.jpg) no-repeat;
padding-top:0px;
}
#outer a{
	
	color:#4d4d4f;
	font-size:18px;
}
#navi {
padding-left:650px;
padding-top:65px;	
	list-style: none;
	}
	#navi a{
		color:#f60;
		font-size:24px;
		text-decoration:none;
		padding-right:15px;
	}

.header{
	color:#f60;
	text-align:center;
	font-size:30px;
}
.smallheader{
	font-size:20px;
color:#f60;
text-align:center;
}
ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 570px;
	}
	ul li {
	position: relative;
	display:block; 
	display: inline;
	}
li ul {
	position: absolute;
	left: 0px;
	top: -2px;
	display: none;
	background:#4d4d4f;
	margin-top:20px;
	padding-left:5px;
	width:90px;
	}
	ul li a {
	
	text-decoration: none;
	color: #000;
	
	}
/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; }
* html ul li a { height: 1%; }
/* End */
li:hover ul, li.over ul { 
	display: block; 
	
	}
#nav a:hover {
	color:#fff;
	background: #366;
}
#upgrade {
	position:fixed;
	padding:200px;
	min-height:200px;
	}
