/*
	Design by Free CSS Templates
	http://www.freecsstemplates.org
	Released for free under a Creative Commons Attribution 2.5 License
*/
/* Basic */

body
{
	margin:0;
		color: #444;
	padding:0;
}

/* Header */
#sys_banner
{
	height: 95px;
	background-position: bottom left;
	padding-left: 40px;
	padding-top: 45px;
}
#sys_banner h1 a
{
	color: #fff;
	text-decoration: none;
	font-size: 1.5em;
}
#sys_banner h1
{
	font-size: 1.6em;
}
#sys_banner h2
{
	position: relative;
	top: -0.3em;
	color: #E8EFC2;
	font-weight: normal;
	font-size: 1.1em;
}
/* Menu */
#menu
{
	background-image: url('templates/Emerald/resources/common/images/a3.gif');
	background-repeat: repeat-x;
	background-position: bottom left;
	padding: 10px 20px;
}
#menu ul
{
	list-style: none;
}
#menu li
{
	display: inline;
}
#menu li a
{
	font-size: 1.1em;
	font-weight: bold;
	color: #5D5F53;
	text-decoration: none;
	margin-right: 1em;
	padding:0 15px 0 0;
}
#menu li a:hover
{
	color: #6B7E09;
	text-decoration: underline;
}
/* Content */
#content
{
	padding: 25px 25px 55px 25px;
	background: url('templates/Emerald/resources/palettes/red/images/a4_red.png') repeat-x top left;
}

/* Footer */
#footer
{
	background: url('templates/Emerald/resources/palettes/red/images/a4_red.png') repeat-x top left;
	border-top: solid 1px #D0D4BB;
	padding: 2.0em 3.5em 3.0em 3.5em;
	font-size: 0.8em;
}
#footer a{
	color:#669911;
}
.clear
{
	clear: both;
}