/* Basic */
*
{
	margin: 0em;
	padding: 0em;
}
body
{
	font-family: "trebuchet ms", sans-serif;
	color: #555555;
	font-size: 11pt;
	width: 800px;
	margin: auto;
}
a
{
	color: #669911;
}
/* Outer */
#outer
{
	width: 800px;
	border: 1px solid #99CC33;
}

/* Header */
#header
{
	height: 95px;
	background: url(images/a2.gif) repeat-x;
	padding-left: 40px;
	padding-top: 45px;
}
#header span
{
	text-transform: lowercase;
	font-size: 18px;
	top: -0.3em;
}
#header .logo
{
	color: #E8EFC2;
	font-weight: normal;
	font-size: 28px;
	text-transform: lowercase;
}
/* Menu */
#menu
{
	background-image: url(images/a3.gif);
	background-repeat: repeat-x;
	background-position: bottom left;
	padding: 1em 2.5em 1em 2.5em;
}
#menu ul
{
	list-style: none;
}
#menu li
{
	display: inline;
}
#menu li a
{
	font-size: 1.1em;
	font-weight: bold;
	text-transform: lowercase;
	color: #99CC33;
	text-decoration: none;
	margin-right: 1em;
}
#menu li a:hover
{
	color: #6B7E09;
	text-decoration: underline;
}
/* Content */
#content
{
	padding: 3em 15px 1em 15px;
	line-height: 1.6em;
	background: url('images/a4.gif') repeat-x top left;
}
#content p
{
	margin-bottom: 1.5em;
}
#content h2,h3,h4,h5,h6
{
	margin-bottom: 1em;
}
#content ul
{
	margin-bottom: 1.5em;
	padding-left: 1em;
}

#content h2, #content h3
{
	text-transform: lowercase;
	color: #5D5F53;
	border-bottom: dotted 1px #ECEEDF;
	padding-bottom: 0.3em;
}

/* Footer */
#footer
{
	background: url('images/a4.gif') repeat-x top left;
	border-top: solid 1px #D0D4BB;
	font-size: 0.8em;
	text-align: center;
	line-height:50px;
	height: 50px;
}
.clear
{
	clear: both;
}
