body {
	background-color: #182c47;
	color: #ffffff;
}

#wrapper {
	width: 800px;
	margin: auto;
}

ul { 
	list-style-type: none; 
	margin: 0 0 0 15px;
	padding: 0;
}

li {
	background:#d05c33 right no-repeat;
	color:#ffffff;
	font-weight:bold;
	text-transform:uppercase;
	vertical-align:center;
	margin:2px;
	width:120px;
	height:40px;
}

li:hover {
	cursor:pointer;
}

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

a:hover {
	text-decoration: underline;
}

#menu {
	width: 150px;
	float: left;
	text-align: center;
	margin: 10px;
	padding-top: 30px;
}

#content {
	float: left;
	width: 600px;
	text-align: center;
	margin: 5px;
}

.main {
	display: none;
}

.selected {
	display: block;
}

.left {
	text-align: left;
}
