@charset "UTF-8";
/* CSS Document */

body {
	background-image: url(../images/main_bg_01.jpg);
	background-repeat: repeat-x;
	height: 800px;
}

#menu {
	height: 100px;
}


#MainContent {
	background-image: url(../images/main_content_bg.jpg);
	background-repeat: no-repeat;
	margin-top: 5px;
	height: 540px;
}


#spacer {
	background-image:url(../images/menu_bg.jpg);
	height: 49px;
	
}

p {
	color:#999;
	font-style: none;
	
}

a {
	color: #e3e3e2;
	font-size: 14px;
	font-style: none;
	text-decoration: none;
	
	
	
}

a:hover {
	color: #8dc63f;
	font-size: 14px;
	font-style: none;

	
	
}

ul
{

list-style: none;
padding: 0;
margin: 0;
}

li
{
	padding-left: 29px;
	padding-top: 75px;
float: left;
margin: 0 0.15em;
font-style: none;
}

#footer p {
	margin-top:80px;
	text-align: center;
	font-size: 10px;
	color:#CCC;
}
