/* -----------------------------------
	muddle-code.de
	version 0.1
 -----------------------------------*/
* {
	margin:0;
	padding:0;	
}
body {
	font-size: 11px;
	line-height:18px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color: #fff;
	background-color: #141414;
	margin: 0;
}

#navigation {
	text-align:right;
	display:block;
}
#navigation a {
	font-size:12px;
	font-weight:normal;
	color:#fff;
	text-decoration:none;
	padding:2px;
}

#navigation a:hover {
	background-color:#fff;
	color:#0a0a0a;
}

.wheretogo {
	text-align:left;
	color: #eee;
	letter-spacing:1px;
	font-size: 10px;
}
#wrapper {
  width: 700px;
	margin: 50px auto;
	position: relative;
	display:block;
	background-color:#000;
	height:650px;
}
#content {
	margin-left:50px;
	margin-right:50px;
}

.cell {
	width:190px;
	float:left;
	padding:5px;
	text-align:center;
}

img {
	border:0;
}

a {
	text-decoration:none;
}
a:active, a:link, a:visited {
	text-decoration:none;
}
.clear {
	clear:both;
}

li {
	margin-left:20px;
}
h1 {
	font-size:18px;
	font-weight:normal;
	letter-spacing:0px;
	text-transform:uppercase;
	padding-bottom:20px;
}

pre { 
	color: #564b47;
	font-size: 12px;
	background-color:transparent;
	font-family: Courier, Monaco, Monospace;
}
