
	/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 0;
	padding: 0;
	background: #252D37 url(templates/Differential/resources/palettes/orange/images/img1_orange.jpg) repeat-x;
	font: normal 11px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #CCCCCC;
}

/* Header */

#header {
	width: 904px;
	height: 140px;
	margin: 0 auto;
}

#header h1{margin:13px 0 10px 0;font-size:190%;}
#footer a,
#header h1 a {
	color: #FFFFFF;
}

/* Menu */

#menu {
	float: left;
}

#menu ul {
	margin: 0;
	padding: 0 0 0 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 25px;
	padding: 10px 15px 0 15px;
	margin:0 5px 0 0;

	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

#menu a:hover {
	background: #0C7AC7 url(templates/Differential/resources/palettes/orange/images/img2_orange.jpg) repeat-x;
}

#menu li .selected {
	background: #0C7AC7 url(templates/Differential/resources/palettes/orange/images/img2_orange.jpg) repeat-x;
}

/* Content */

#content {
	width: 904px;
	margin: 0 auto;
}

/* Footer */

#footer {
	clear: both;
	width: 904px;
	margin: 0 auto;
	background: url(templates/Differential/resources/palettes/orange/images/img6_orange.gif) repeat-x left top;
}

#footer p {
	margin: 0;
	padding: 30px;
	text-align: center;
}