html,body{margin:0;padding:0;
	background-color: #ededed;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;}
#container #wrapper #content p strong {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#container #footer p {
	text-align: center;
}
body{font: 85% arial,sans-serif;text-align:center}
a, a:visited {COLOR: #000000; TEXT-DECORATION: none;}
a:hover {COLOR: #000066;  TEXT-DECORATION: none;}
p{margin:0 10px 10px}
  padding-left:10px;background: #EEE;color: #79B30B}
div#container{text-align:left}
div#content p{
	line-height:1.4;
}
div#navigation{background: #fff}
div#extra{background:#fff}
div#footer{background: #333;color: #FFF}
div#footer p{margin:0;padding:5px 10px}

div#container{width:974px;margin:0 auto}
div#content{
	float:right;
	background-color:#FFF;
	width:724px;
	margin-top:10px;
	text-align: left;
}
div#navigation{float:left;width:220px; padding-left:30px; margin-top:10px; text-align:left; font-size:14px;}
div#extra{float:center;clear:left;width:250px; margin-top:10px;}
div#footer{
	clear:both;
	font-size:12px;
	width:100%;
	text-align: left;
}

	body {
				padding: 0px;
			}
			/* The CSS Code for the menu starts here */
			#menu, #menu ul {
	list-style:none;
	padding:0;
	margin:0;
}
#menu li {
	float:left;
	position:relative;
	line-height: 2.5em;
	width: 10.2em;
}
#menu a {
	font-family:Tahoma, Geneva, sans-serif;
	display:block;
	border-right:1px solid #fff;
	background:#ffb1e7;
	color:#000;
	text-decoration:;
	padding:0 10px;
}
#menu a:hover {
	background-color:#5798B4;
	color:#fff;
}
#menu ul {
	border-top:1px solid #fff;
}
#menu ul a {
	border-right:none;
	border-right:1px solid #fff;
	border-bottom:1px solid #fff;
	border-left:1px solid #fff;
	background:#AEC245;
}
