// Bastian 2013

body {
margin:300px;
width:500px;
overflow:hidden;
}

#menu {
font-family: "Century Gothic", monospace;
width:230px;
float:left;
}

#menu-item {
font-size:32;
background-color:#CCC;
padding:30px;
}

#current-item {
background-color:#33CC00;
padding:30px;
font-size:32;
}

img {
border:0px;
margin:15px;
}

#content {
margin-left:260px;
font-family:"Century Gothic", monospace;
width:500px;
}