body{
margin:20px auto;
text-align: center;
min-width:850px;
background:#fddeed;
background-image:url('/images/background_pink.jpg');
}

#wrapper {
margin:0 auto;
width:850px;
text-align: left;
background:#FFFFFF;
/*border: 3px solid #A7A9AC; changed to pink border 1/3/2009*/
border: 3px solid #EC0B8D;
}

#content {
overflow: auto;
width: 100%

position:relative;
font-family:Arial;
font-size:12pt;
background:#FFFFFF;
background-image:url('/images/content_background.jpg');
background-repeat: no-repeat;
background-position: bottom center;
color:#58595B;
}

#header {
	text-align:left;
	background:white;
}

#header h1{
	font-family:Arial;
	font-size:12pt;
	color:#58595B;
	margin:5px 0px 0px 35px;
	padding:0 0 5px 0;
}

#menu{
	background:#EC0B8D;
	color:#FFFFFF;
	height:36px;
	width:100%;
	text-align:center;
	font-family:Arial;
	font-size:12pt;
	line-height:36px;
}

#menu a{
	color:#FFFFFF;
	text-decoration:none;
	padding:0px 4px;
}

#menu a:hover{
	color:#231F20;
}

#menu a:active{
	color:#231F20;
}

#menu a.current{
	font-weight:bold;
}