/* CSS Document */


* {
	padding: 0px; 
	margin:0px;
}

a {
color:#FF0000;
}

a:hover {

color:#FFFF00;

}

img {
	padding: 10px;

}

ul {
	padding-left: 20px;
}

body {
	margin:10; 
	font-family:Arial, Helvetica, sans-serif;
	}
	
	


/*Container*/
#container {
	width: 800px;
	background:#fff;
	margin-left: auto;
	margin-right: auto;
	
	}

/*header*/
#header {
	width: 800px;
	background:#fff ;

}

/*menu*/
#menu {
	background-image:url(menubg.gif);
	background-repeat:repeat-x;
	background-position:center;
	overflow: hidden; 
	text-align: left;
	font-family: Trebuchet MS,Tahoma, Verdana, Arial, Serif;
	border-top: 1px solid #2B374D;
	border-right: 2px solid #2B374D;
	border-left: 2px solid #2B374D;
	margin: 0 auto; 
}

 html #menu {
	height: 1%;
}

#menu ul {
	padding: 0px;
}

#menu ul li {
	float: left; 
	margin: 0px; 
	list-style-type: none;
}

#menu ul li:hover {
	background:url(menubg_hover.gif);
}

#menu ul li a {
	border-right:1px solid #2B374D;
	border-bottom:none;
	padding: 7px 13px 7px 13px; 
	display: block; 
	font-weight:bold;
	color:#fff;		
	text-decoration: none;
	background:#2B374D;
	font-size:16px;
	letter-spacing:0px;
	background-image:url(menubg.gif);
	background-repeat:repeat-x;
	background-position:center;
}
#menu ul li a:hover, 
#menu ul li a:active, 
#menu ul li.current_page_item a 
{
	background:url(menubg_hover.gif);
	background-repeat:repeat-x;
	background-position:center;
	color: #FF0033;	
	border-right:1px solid #2B374D;
	border-bottom:none;
	
}




/*body*/

#content {
	padding: 10px;
	background: #fff;
	border: 2px solid #cccccc;
}

/*footer*/

#footer {
`	padding: 10px;
	width: 800px;
	background: #333333;
	color: #ffffff;
}

#footer a {
	color: #ffffff;
	text-decoration:none;
}

#footer  a:hover {
	color: #FF0033;	
	text-decoration:none;

}