* {
    padding: 0;
    margin: 0;
} 

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	background-color: #333;
}

#wrap {
	margin: 1em auto 0 auto;
	width: 80%;
	height: 80%;
	overflow: auto;
	background-color: #0F0;
	border: 0.1em solid #666;
}

#header {
	height: 3em;
	width: 100%;
	text-align: center;
	background-color: #333;
	font-size: 2em;
	line-height: 2.5em;
}
#menu {
	height: 1.5em;
	width: 100%;
	background-color: #333;
	text-align: center;
	color: #CCC;
	border-bottom: 0.1em solid #666;
}

a.menu:link {
	color:#CCC;
	text-decoration: none;
}
a.menu:visited {
	color:#CCC;
	text-decoration: none;
}
a.menu:hover {
	color: #FFF;
	text-decoration: none;
}
a.menu:active {
	color:#CCC;
	text-decoration: none;
}

#left {
	height:35em;
	width: 13.5em;
	background-color:#333;
	float: left;
	border-right: 0.1em solid #666;
	margin-left: 1em;
}
#slide {
	background-color:#333;
	height: 35em;
	width: 78em;
	float: left;
}