body {
	background: grey;
	font-family: arial;
}

ul {
        list-style-type: none;
	border: 0px black solid;
}

#entirebox {
	border: solid red 0px;
	width: 800px;
	height: 900px;
}

#topbox {
	border: solid green 0px;
	height: 300px;
	background-image: url(Peter-Philipp2011-small.jpg);
	background-position: center;
	background-repeat: no-repeat;
}

#leftside { 
	border: solid brown 0px;
	float: left;
	height: 100%;
	width: 250px;
}

#leftside ul {
	list-style-type: none;
	padding: 10px;
}

#leftside ul li a:link,
#leftside ul li a:visited
{
        display: block;
        color: black;
        background: grey;
	padding: 5px;
}

#leftside ul li a:hover
{
	color: white;
	background: blue;
}

#leftside ul li a:active
{
	color: white;
	background: blue
}


#main  {
	text-align: left;
}

#bottom {
	border: solid green 0px;
	height: 525px;
	background-image: url(DSC_0055-2.jpg);
	background-position: center;
	background-repeat: no-repeat;
}


