html,body { 
	margin: 0px; 
	padding: 0px;
	width: 100%;
	}
	
body {
	background: #fff url('leftfade.gif') left fixed repeat-y;
	}

#container {
	padding: 80px 20px 10px 230px;
	}
	
#page {
	width: 100%;
	font-family: "Comic Sans MS";
	font-size: normal;
	}

#page img {
	margin: 10px;
	}
	
.alert {
	width: 80%;
	text-align: center;
	padding: 5px;
	color: #fff;
	background: #f66;
	}
	
#logo {
	position: absolute;
	left: 15px;
	top: 15px;
	}
	
#header
	{
	position: absolute;
	top: 15px;
	left: 250px;
	right: 15px;
	color: #fee;
	text-align: right;
	font-size: 36px; 
	font-weight: bold; 
	font-family: fantasy;
	}

#adminmenu {
	margin: 10px 0px;
	padding: 10px;
	border: 1px dashed black;
	}

#adminmenu a {
	padding: 3px;
	text-decoration: none;
	border: 1px solid #999;
	}
	
#adminmenu a:hover {
	margin: 1px;
	border: none;
	background: #999;
	color: #fff;
	}
	
	
#menu { 
	position: absolute;
	left: 20px;
	top: 120px;
	width: 140px;
	text-align: left; 
	font-size: 16px;
	}

#menu h5 {
	margin: 0px;
	padding: 0px;
	color: #ccc;
	width: 100%;
	text-align: center;
	font-variant: small-caps;
	}
		
#menu a { 
	float: left;
	width: 100%;
	margin-bottom: 5px;
	padding: 3px 0px 0px 10px;
	color: #fff;
	font-variant: small-caps; 
	text-decoration: none; 
	font-weight: bold; 
	background: #f00 top left no-repeat;
	}
	
#menu a:hover { 
	
	background: #f66 url('menu_hover.gif') right no-repeat;
	}
	
#menu a.selected {
	font-style: italic;
	}

#meta {
	position: absolute;
	color: #fff;
	left: 15px;
	bottom: 10px;
	font-size: xx-small;
	text-align: center;
	}
	
