/** General Style Info **/
body {
	background: url('../img/back.png');
	color: #fff;
	font-family:'lucida grande',verdana,helvetica,arial,sans-serif;
	font-size:11px;
	margin: 0;
}
/** Layout **/
#container {
	text-align: left;
}

#header{
	
}
#header h1 {
	line-height:20px;
	background: #003d4c url('../img/cake.icon.png') no-repeat left;
	color: #fff;
	padding: 0px 30px;
	font-size: 130%;
}
#header h1 a {
	color: #fff;
	background: #003d4c;
	font-weight: normal;
	text-decoration: none;
}
#header h1 a:hover {
	color: #fff;
	background: #003d4c;
	text-decoration: underline;
}
#content{
	background: #fff;
	clear: both;
	color: #333;
	padding: 1em;
	overflow: auto;
	width: 400px;
	margin:1em;
	margin-left: auto;
	margin-right: auto;
	opacity: 0.9;
}

#lang{
	text-align: right;
}
#lang a{
	text-decoration: none;
}

#admin_tools{
	background-color: #333;
	margin-bottom: 10px;
}

#admin_tools a{
	color:#fff;
	margin:0.3em;
	text-decoration: none;
}


#staff_tools{
	background-color: #333;
	margin-bottom: 10px;
}

#staff_tools a{
	color:#fff;
	margin:0.3em;
	text-decoration: none;
}

#public_tools{
	background-color: #333;
	margin-bottom: 10px;
}

#public_tools a{
	color:#fff;
	margin:0.3em;
	text-decoration: none;
}

#footer{
	margin-top: 1em;
	text-align: center;
	padding: 10px 0px;
	
}

#footer a{
	color:#333;
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
}

#footer img{
	vertical-align: text-top;	
}