body {
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
	margin: 0;
	padding: 0;
	color: #4c4c4c;
	background: #ccc;
}

a {
	text-decoration: underline;
	color: #6F913A;
}

a:hover {
	text-decoration: none;
}

.c {
	clear: both;
}

span {
	display: none;
}

#wrapper {
	width: 850px;
	margin-left: auto;
	margin-right: auto;
}

#header {
	width: 850px;
	height: 300px;
	background-image: url(../images/header-background.gif);
}

#logo {
	display: block;
	position: absolute;
	width: 258px;
	height: 61px;
	margin-top: 23px;
	margin-left: 30px;
	background-image: url(../images/logo-glow-media.png);
}

#menu {
	display: block;
	position: absolute;
	margin-top: 51px;
	margin-left: 400px;
	padding: 0;
	z-index: 10;
}

#menu li {
	float: left;
	list-style-type: none;
}

#menu a {
	display: block;f
}

#menu_home, #menu_about, #menu_services, #menu_contact {
	height: 15px;
	margin-left: 22px;
}

#menu_home {
	width: 45px;
	margin-left: 0;
	background-image: url(../images/menu-home.gif);
}

#menu_about {
	width: 46px;
	background-image: url(../images/menu-about.gif);
}

#menu_services {
	width: 68px;
	background-image: url(../images/menu-services.gif);
}

#menu_contact {
	width: 60px;
	background-image: url(../images/menu-contact.gif);
}

#menu_home:hover, #menu_about:hover, #menu_services:hover, #menu_contact:hover {
	background-position: 0 27px;	
}

.menu_active {
	height: 27px !important;
	background-position: 0 0 !important;
}

#main {
	width: 850px;
	background: #F6F6F6 url(../images/main-background.gif)
}

#left {
	float: left;
	display: block;
	width: 316px;
	margin-left: 30px;
	margin-bottom: 15px;
}

#right {
	float: left;
	display: block;
	width: 590px;
	margin-left: 27px;
	margin-bottom: 15px;
}

#footer {
	display: block;
	width: 850px;
	height: 63px;
	background-image: url(../images/footer-background.gif);
	margin-bottom: 30px;
	text-align: center;
}

#footer p {
	color: #858585;
	margin: 0;
	padding: 0;
	padding-top: 17px;
	font-size: 10px;
}

#footer a {
	color: #858585;
	text-decoration: underline;
}

#footer a:hover {
	color: #858585;
	text-decoration: none;
}