* {
padding: 0;
margin:0;
}

body {
	background-color: #111;
	font-family: 'Droid Sans', sans-serif;
	/* font-family: 'Karla', sans-serif; */
	font-size: .8em;
	/* margin:50px 0px; padding:0px; */
	text-align:center;
	color: #eee;
	margin: 10px;
	}	
	
body: h1 {
	background-color: #111;
	font-family: 'Julius Sans One', sans-serif;
	/* font-family: 'Karla', sans-serif; */
	font-size: 1em;
	/* margin:50px 0px; padding:0px; */
	text-align:center;
	}	
	
#banner {
	/* height: 73px; */
	/* padding: .5em 0 0 0; */
	padding: 1em;
	margin: .5em;
}

#banner: a {
		text-decoration: none;
		color:#eee;
	}

body: h2 {
	background-color: #111;
	font-family: 'Droid Sans', sans-serif;
	/* font-family: 'Karla', sans-serif; */
	font-size: .75em;
	/* margin:50px 0px; padding:0px; */
	text-align:center;
	}

#holderbox {
		/* margin-left: auto; */
		/* margin-right: auto; */
}	

#menubar { 
display: block;
float: left;
background-color: #444;
border-radius: 5px;
color: #eee;
font: normal normal 700 12px/normal "Droid Sans";
/* height: 102px; */ 
margin: 0px 10px 10px 0px;
padding: 5px;
text-align: left;
text-decoration: none;
white-space: normal;
width: 216px;
position: relative;
}

#menubar a {
	color: #ccc;
	white-space: normal;
	font-size: 115.38%;
	font-weight: 700;
	text-decoration: none;
}	

#menubar a:hover {
	color: #fff;
	}

#content {
margin-left: 18em;
color: #eee;
/* font-size: 13px; */
/* position: relative; */
/* overflow: hidden; */
/* width: auto; */
display: block;
}

a, img {
     border: 0px;
     outline: 0px;
 }
