/* CSS Document */

body
{
	text-align: center;
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial;
	background-color:#ecf6ec;
	background-image: url(../images/bg.png);
	background-repeat: repeat-x;
}
#container
{
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	text-align: left;
	border: 1px solid #01ab01;
	background-color: #FFFFFF;
}
#header {
	width:800px;
	height:255px;
	background-image:url(../images/header.jpg);
	background-repeat:no-repeat;
}
#header h1 {
	font-size: 1.6em;
	padding-left: 15px;
}

/* Menu */
.menu{
        width: 100%;
        background-color: #727272;
}
.menu ul{
        margin: 0; padding: 0;
        float: left;}

.menu ul li{
        display: inline;}

.menu ul li a{
        float: left; text-decoration: none;
        color: white;
        padding: 10.5px 11px;
        background-color: #727272; }

.menu ul li a:hover, .menu ul li .current{
        color: #000;
        background-color:#c3dec3;}
/* Main */
#main {
	width:770px;
	padding: 15px;
}
#main h2 {
	font-size: 1.21em;
	color: #01ab01;
}
#main h3 {
	font-size: 1.01em;
	color: #01ab01;
}
#main p {
	font-size:0.91em;
	line-height:1.4em;
}
.divider {
	border-top-color:#c3dec3;
	border-top-style:solid;
	border-top-width:1px;
	height: 300px;
}
/* Footer */
#footer {
	height:2em;
	background-color:#c3dec3;
	padding:15px;
}
#footer a {
	color: #000000;
	text-decoration: underline;
}
#footer a:hover {
	text-decoration: none;
}
#footer p {
	color:#000000;
	font-size:0.75em;
}
/* Image align */

img {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	border: 0px;
}
.imageleft {
	float:	left;
	padding:	0px 5px;
}
.imageright {
	float:	right;
	padding:	0px 5px;
}
#main .divider a {
	color: #000000;
	text-decoration: underline;
}
#main .divider a:hover {
	text-decoration: none;
}
#main small {
	font-size: 0.71em;
	color: #000000;
	text-decoration: underline;
	margin-top: 8px;
}
#main td {
	vertical-align: top;
}

