@charset "UTF-8";
body {
	margin: 0px;
	color: black;
	background: #B7B3B4 url(images/backgrounds/rotate.php) no-repeat scroll;
	font: 75% Helvetica, Arial, sans-serif;
}

p {
	margin-top: 0;
	margin-bottom: 6px;
	font-size: 1em;
}

div#content {
	display: table;
	font-size: 1em;
}

/* @group menu */

ul#menu {
	list-style-type: none;
	padding: 0;
	list-style-image: none;
	margin: 0 12px 0 0;
	float: left;
}

ul#menu li a {
	text-decoration: none;
	display: block;
	text-transform: uppercase;
	padding: 6px 12px 6px 50px;
	color: #900;
	margin-bottom: 2px;
	opacity: 1;
		background-image: url(images/menuback.png);
	width: 150px;
	font-size: 1em;
}

ul#menu li a:hover {
	color: #fff;
	background-color: #900;
	background-image: none;
}

/* @end */

h1 {
	text-transform: uppercase;
	font-weight: normal;
	font-style: normal;
	margin-top: 0;
	margin-bottom: 8px;
	background-image: none;
	padding: 8px 8px 8px 0;
	margin-left: 0;
	font-size: 1.5em;
}

div#container {
	width: 1000px;
}

div#slideshow {
	width: 400px;
	height: 400px;
	background-color: maroon;
	float: left;
}

div#description {
	width: 300px;
	margin-left: 12px;
	font-size: 12px;
	padding: 6px;
	float: left;
	color: white;
}
