/***** BASICS *****/
body {
	background: #00ac4e url(../images/bg.gif) no-repeat center top;
	font-family: tahoma, verdana, arial, sans-serif;
	line-height: 18px;
	font-size: 13px;
	color: #000;
	margin:20px auto;
	text-align:center;
	}

h1 {font-size: 150%; color:#fff200;margin-top:0px;}

/***** STRUCTURE *****/
#bg {
	background:transparent url(../images/bg2.gif) no-repeat center bottom;
	}
	
#wrapper {
	text-align: left;
	margin: 0 auto;
	width: 640px;
	}

#header {
	height:100px;
	}

#header input {
	border:1px solid #fff;
	background:#fff;
	color:#00ac4e;
	font-family: tahoma, verdana, arial, sans-serif;
	font-size: 11px;
	text-align:right;
	padding:0px;
	margin-top:15px;
	width:200px;
	}

#content{
	padding:20px;
	text-align:justify;
	background:#fff;
	}

ul {
	margin-top:0px;
	}

a {
	color:#000;
	border-bottom:1px solid #00ac4e;
	text-decoration:none;
	}

a:hover {
	background:#00ac4e;
	color:#fff;
	}

.left {
	float:left;
	clear:left;
	}

.right {
	float:right;
	}

.centre {
	text-align:center;
	}

.line {
	border-bottom:1px dotted #00ac4e;
	margin:20px 0px;
	}
	
/***** FOOTER *****/
#footer {
	color:#fff;
	text-align: left;
	margin: 0px 0px 10px 0px;
	float:left;
	padding:0px 20px 20px;
	}

#footer a {
	color:#fff;
	border-bottom:1px solid #fff200;
	text-decoration:none;
	}

#footer a:hover {
	background:#fff200;
	color:#000;
	}
td {
	font-family: tahoma, verdana, arial, sans-serif;
	font-size: 13px;
}
