* {
margin: 0;
padding: 0;
}

body {
	background-color: #fff;
	color: #444;
	font-size: 84%;
	font-family: "Trebuchet MS", Arial, sans-serif;
	text-align: center;
}

a {
	color: #556379;
}

a:hover {
	color: #8496B3;
	text-decoration: none;
}

#wrapper {
width: 760px;
background-color: #FFFFFF;
margin: 0 auto;
text-align: left;
}

#header {
width: 760px;
background-color: #ED79C7;
padding: 0px 0 0px 0;
margin: 0 0 10px 0;
}

#footer {
font-style: italic;
width: 760px;
height: 30px;
border-top: 2px solid #FFFFFF;
text-align: center;
float: right;
padding: 2px 0 0 0;
margin: 0 0 10px 0;
}

#content {
width: 590px;
float: right;
text-align: left;
margin: 0 0 5px 0;
/*border-right: 1px solid #ED79C7;*/
}

a img {
border: 0;
}

#menu {
clear: left;
float: left;
width: 150px;
margin: 0 10px 0 0;
padding: 0;
font: normal 11px verdana, arial, tahoma, sans-serif;
}

#menu ul {	
list-style: none;
width: 150px;
margin: 0 0 10px 0;
padding: 0;
font: normal 11px verdana, arial, tahoma, sans-serif;
}	

#menu li {
margin-bottom: 4px;
}

#menu li a {
font-weight: bold;
height: 20px;
text-decoration: none;
color: #FFFFFF;
display: block;
padding: 5px 0 0 8px;
background: #ED79C7;
border-left: 5px solid #ED79C7;
}	
	
#menu li a:hover {
background: #FFFFFF;
color: #333333;
border-left: 5px solid #ED79C7;
}

#links li {
margin-bottom: 2px;
}

#links li a {
font-weight: bold;
text-decoration: none;
color: #FFFFFF;
height: auto;
display: block;
padding: 2px 0 0 3px;
background: #8F8F8F;
border-left: 5px solid #8F8F8F;
}	
	
#links li a:hover {
background: #FFFFFF;
color: #333333;
border-left: 5px solid #8F8F8F;
}
