/* standard elements */
a {
	color: #fff;
	text-decoration: none;
}
body {
	background: #000 repeat-y fixed center bottom;
	color: #333; margin: 20px 0;
	text-align: center; font: 0.8em serif;
}
.gfx a { background-color: black; background-image: none; background-repeat: no-repeat; background-attachment: scroll; height: 300px; display: block; }

/* header */
.header { font: bold 2.6em/3em serif
; background: white; border-bottom-color: black; }

/* main */
.main {
	background: white; 
	border: 3px black; 
	margin: 10px auto 4px; 
	text-align: left;
	width: 620px; 
}
.container {
	margin: 10px;
}

/* menu */
.menu a { border-right: 1px solid transparent; border-top: 0 solid black; color: black; background-image: none; background-repeat: repeat; background-attachment: scroll; background-position: 0 0; float: left; padding-top: 4px; width: 149px; height: 36px; }
.menu a span {
	padding-left: 6px;
}
.menu a:hover { color: white; background: black repeat-x; }
.menu a#last {
	width: 150px;
	border-right: none;
}

/* content */
.content {
	background: #f5f5f5;
	border-top: 1px solid #e5e5e5;
	clear: both;
}
.content h1 {
	margin: 0;
	font: bold 1.1em serif;
	color: #666;
}
.content p {
	margin: 3px 0 6px; color: #666;
}
.item {
	background: #fcfcfc repeat-x;
	padding: 10px;
}

/* footer */
.footer {
	padding: 5px;
	background: white;
	color: #666;
}

.footer .left, .footer .right {padding: 0 12px;}

/* floats */
.left {float: left;}
.right {float: right;}
.clearer {clear: both;}