body 	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	margin: 0;
	padding: 0;
	background:#fff url(./img/bg.jpg) top center no-repeat;
	}
#container 
	{
	width: 440px;
	margin: 0 auto;
	margin-top: 143px;
	padding:5px;
	background:#ffd6f4;
	}
#header 	
	{
	background:url(./img/header.jpg);
	height: 259px;
	background-color: #3C89C8;
	}
#content
	{
	min-height:auto;
	height:auto !important;  /* moderne Browser */
	height:400px;  /*IE */
	background-color: #ffd6f4;
	padding:10px;
	margin-top:5px;
	}
#footer
	{
	background-color: #ffd6f4;
	border-top:10px solid #fd97af;
	color:#3C89C8;
	text-align:center;
	}	
p.footer
	{
	text-align:center;
	color:#000;
	}
p	{color:#000;}

a 	{	
	color:#E958A0;
	text-decoration:none;
	}
a:visited
	{
	color:#1B325F;
	}
a:hover	{
	color:#1B325F;
	}
	

#navigation
	{
	margin-top:5px;
	
	}
	
#menu1 {
  width:440px;
  padding:0; 
  margin:0 auto; 
  list-style-type:none;
  }
#menu1 li {
  float:left;
  width:71px;
  border:1px solid #fff; 
  }
#menu1 a {
  display:block;
  width:71px;
  color:#000; 
  background:#d4d4d4; 
  text-align:center; 
  padding:4px 0; 
  text-decoration:none; 
  float:left; 
  }
#menu1 a:hover {
  color:#000; 
  background:#f89fcd;
  }

h1
	{
	color:#c46596;
	font-weight:bold;
	font-size: 1.3em;
	margin-top:15px;
	border-bottom:1px solid #f89fcd;
	line-height:50px;
	}