body{
	text-align:center;
	background:url('http://www.kreuzbergsummercafe.co.nz/images/BGstripe1.png') #ffde01 left top repeat-x;
}

p {
padding:0;
margin:0;
}

a{
text-decoration:none;
color:#000;
}

a:hover{
color:red;
}

#logo{
text-align:center;
margin-top:20px;
}

#map{
text-align:center;
margin:15px;
}

#photo{
text-align:center;
background:#000;
}

#photo p{
text-align:center;
background:#fff;
}

#photo img{
margin:20px;
background:#fff;
}


#topbar{
	background:#fff;
	height:140px;
	border:4px solid #333;
}

#footer{
	text-align:center;
	background: #f9b526;
	border:4px solid #333;
	height:15px;
	font-family: georgia;
	font-size:11px;
}


#center{
	
	margin-top:75px;
	width: 640px;
	margin-left: auto ;
	margin-right: auto ;
	text-align: left;
	background:#fff;
	
}

#content{
	padding:20px;
	font-family: georgia;
	font-size:15px;
	border-left: 4px solid #333;
	border-right: 4px solid #333;
	background: url('!http://www.kreuzbergsummercafe.co.nz/images/background.png') #fff left bottom no-repeat;
	height:auto;
}

#contentmain{
	padding:20px;
	font-family: georgia;
	font-size:15px;
	border-left: 4px solid #333;
	border-right: 4px solid #333;
	background: url('!http://www.kreuzbergsummercafe.co.nz/images/backtrees.gif') #fff left bottom no-repeat;
	height:auto;
}

#content p{
margin-bottom:10px;
}

#nav-menu ul{
	background:#ffde01;
	list-style:none;
	padding: 0;
	margin: 0;
	height:30px;
	border-left: 4px solid #333;
	border-right: 4px solid #333;
	border-bottom: 4px solid #333;
}

#nav-menu li
{
margin:0;
float: right;
}

#nav-menu li a
{
	background:#ffde01;
	height: 30px;
	line-height: 2em;
	width: 154px;
	display: block;
	color: #000;
	text-decoration: none;
	text-align: center;
} 


#nav-menu li a:hover
{
	text-decoration: overline;
}

#nav-menu
{
width:640px;
font-family: georgia;
font-size:15px;
font-weight: bold
} 

