/* @override http://monster.local/~mike/livesites.org.au/assets/templates/livesites/livesites.css */

body {
	background-color: #444;
	font-family: Helvetica, Arial, sans-serif;
	padding-top: 10px;
}

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

#head {
	height: 200px;
	background-color: #262626;
}

#content {
	background-color: #fff;
	padding: 20px;
}

#foot {
	background-color: #eaeaea;
	padding: 20px;
	text-align: center;
	font-size: 10px;
}

/* @group menu */

#menu {
background-image: url(images/menu-bar.jpg);
	background-color: #262626;
	text-align: center;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding: 4px;
}

#menu li {
display: inline;
text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
}



#menu ul {
	margin-top: 4px;
	margin-bottom: 4px;
	padding-left: 0;
}



#menu a {
text-decoration: none;
color: #eaeaea; }

#menu a:hover {
text-decoration: none;
color: #de2b00;
}



/* @end */

