* {
	padding: 0;
	margin: 0;
	}

body {
	background: #000;
	color: #eee;
	font-family: "lucida grande",helvetica,arial,sans-serif;
	}
	
a {
	color: #eee;
	text-decoration: none;
	}
	
#canvas {	
	width: 800px;
	height: 500px;
	margin: 0 auto;
	}
	
#banner {
	position: relative;
	height: 50px;
	background: url(i/banner.gif) left top no-repeat;
	}
	
#nav {
	position: absolute;
	right: 20px;
	bottom: 0;
	list-style: none;
	margin-bottom: 5px;
	}
	
#nav li {
	float: left;
	margin-left: 20px;
	font-size: 10px;
	letter-spacing: 1px;
	}
	
#nav li a:hover span {
	color: #f00;
	}
	
#stage {
	height: 420px;
	padding: 5px 0;
	}
	
#gallery {
	background: #333;
	height: 420px;
	width: 600px;
	margin: 0 auto;
	}
	
#text {
	margin: 10px 0 0;
	}
		
#footer {
	padding: 5px 20px;
	font-size: 10px;
	color: #333;
	background: url(i/footer.gif) left top no-repeat;
	}

h1 {
	font-size: 18px;
	font-weight: normal;
	letter-spacing: .3em;
	border-bottom: 1px solid #f00;
	width: 253px;
	text-align: right;
	margin-bottom: 5px;
	margin-left: 20px;
	}
	
em {
	font-style: normal;
	color: #f00;
	}
	
p {
	margin: 10px 0;
	}

#copy {
	font-size: 12px;
	line-height: 150%;
	text-align: justify;
	margin-left: 50px;
	color: #ccc;
	}

.column {
	font-size: 0px;
	width: 200px;
	float: left;
	margin-right: 20px;
	}
