@charset "utf-8";
/* CSS Document */

BODY{
	text-align:center;
	background:url(images/bg.jpg) repeat-x #A9DE58;
	font-family:Arial, Helvetica, sans-serif;
}

#spacer{clear:both;}
#menu{ margin-top:10px; height:50px;}
#menu a{font-size:18px; font-weight:bold; color:#000000; text-decoration:none;}
#menu a:hover, #menu a:active{color:#669900;}

#header{height:50px; background:url(images/logo.gif) no-repeat center;}
#top{height:173px; width:800px; margin:0 auto; overflow:auto;}

#main{height:280px; background:url(images/mainbg.jpg) center no-repeat;}

#halfWrapper{width:49%; float:left;}
#rightText{width:350px; text-align:justify;}

#footer{font-size:12px; color:#003300;}
#footer a{color:#003300; text-decoration:none;}