 
html, body {
     border:0;
     margin:0;
     padding:0;
     height: 100%;
}
 
body {
     font: 100%/1.25 arial, helvetica, sans-serif;
     color: #000000;
}

/***** Main Formatting *****/
#wrapper {
	display: block;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
}

/***** Menu Formatting *****/
#memu { 
	display: block;
    text-align: center;
    font-size: 120%;
    text-decoration: none;
}

#menu ul {
	width: 800px; /*If your links text is bigger you will have to adjust this value*/
	height: 34px;
	padding: 0;
	line-height: 34px; /*same as height. This will center your text verticaly*/
	text-decoration: none;
	background-repeat: repeat-x;
	background-position: left top;
	background-image: url(images/menu_bg.jpg);
}

/*Left Corner*/
#menu ul li.left {
	display: block;
	float: left;
	clear: left;
	width: 60px;
	height: 34px;
	background-image: url(images/menu_l.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

/*Right Corner*/
#menu ul li.right {
	display: block;
	float: right;
	clear: right;
	width: 60px;
	height: 34px;
	background-image: url(images/menu_r.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

#menu ul li {
	width: auto;
	display: inline;
	float: left;
	list-style: none;
	text-align: center;
	text-decoration: none;
}
			
#menu ul li a {
	display: block;
	text-decoration: none;
	text-transform: inherit;
	color: #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0;
	padding-right: 16px;
	padding-bottom: 0;
	padding-left: 17px;
}

#menu ul li em {
	display: block;
	float: left;
	width: 2px;
	height: 34px;
    background: url(images/menu_sep.jpg) no-repeat left top;
}

/*last separator*/
/*This will add a separator after your last link*/
#menu ul li.sep {
	width: 2px;
    background: url(images/menu_sep.jpg) no-repeat left top;
}
		  
#menu ul li a:hover, #menu ul li a.active {
	background: transparent url(images/menu_over.jpg) repeat-x center top;
	text-decoration: none;
	Color: white;
	font-size: 15px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-right: auto;
	margin-left: auto;
}

#menu ul li a.active {
	font-weight: bold;
	cursor: default;
}


/******IE hack******/
[if IE]>
<style type="text/css">
p.iepara{ /*Conditional CSS- For IE (inc IE7), create 1em spacing between menu and paragraph that follows*/
padding-top: 1em;
}
</style>
<![endif]
#site {
	background-color: #FFFF99;
	height: 800px;
	width: 600px;
}
