html,body{margin:0;padding:0}
#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: #f0f7f8}
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;
	width:724px;
	margin-top:10px;
	text-align: left;
}
div#navigation{float:left;width:200px; 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 {
				font-family: Arial, sans-serif;
				font-weight: bold;
				text-transform: uppercase;
				margin: 0px 0;
				padding: 0;
				list-style-type: none;
				background-color: #eee;
				font-size: 13px;
				height: 40px;
				border-top: 2px solid #eee;
				border-bottom: 2px solid #ccc;
				text-align:center;
				float: center;
			}
			#menu li {
				float: left;
				margin: 0;				
			}
			#menu li a {
				text-decoration: none;
				display: block;
				padding: 0 20px;
				line-height: 40px;
				color: #666;
			}
			#menu li a:hover, #menu li.active a {
				background-color: #ff036e;
				border-bottom: 2px solid #DDD;
				color: #999;
			}
			#menu_wrapper ul {margin-left: 12px;}
			#menu_wrapper {padding: 0 16px 0 0; background: url(images/grey.png) no-repeat right;}
			#menu_wrapper div {float: left; height: 44px; width: 12px; background: url(images/grey.png) no-repeat left;}
			
			/* Black Menu */
			#menu_wrapper.black ul {
				border-top: 2px solid #333;
				border-bottom: 2px solid #000;
				background: #ff036e;}
			#menu_wrapper.black a {color: #CCC;}
			#menu_wrapper.black li a:hover, #menu_wrapper.black li.active a {color: #999; background: #ff036e; border-bottom: 2px solid #444;}
			#menu_wrapper.black {background: url(images/black.png) no-repeat right;}
			#menu_wrapper.black div {background: url(images/black.png) no-repeat left;}
			/* Red Menu */
			#menu_wrapper.red ul {
				border-top: 2px solid #ff036e;
				border-bottom: 2px solid #ff036e;
				background: #ff036e;}
			#menu_wrapper.red a {color: #fff;}
			#menu_wrapper.red li a:hover, #menu_wrapper.red li.active a {color: #000; background: #ffffff; border-bottom: 2px solid #660000;}
			#menu_wrapper.red {background: url(images/red.png) no-repeat right;}
			#menu_wrapper.red div {background: url(images/red.png) no-repeat left;}

