* {
	margin: 0;
	padding: 0;
}
a {
	color: #FFFF66;
	text-decoration: none;
}
body {
	background: #000 url(bg.png) repeat-x fixed left bottom;
	color: #fff;
	margin: 7px 0;
	text-align: center;
	font: normal 0.8em sans-serif,Arial;
}
ul {
	margin: 12px 0;
}
li {
	list-style: url(li.gif);
	margin-left: 18px;
}
code {
	font: normal 1em "Lucida Sans Unicode",serif;
	background: url(bgcode.gif);
	color: #888;
	display: block;
	padding: 3px 6px;
	white-space: pre;
	margin-bottom: 12px;
}


/* Misc */
div.quote {
	margin-bottom: 12px;
	/* background: url(quote1.gif) no-repeat; */
	padding-left: 28px;
	padding-right: 38px;
	padding-bottom: 8px;

}

.quote H3 {
	font-size: 1.6em;
	line-height: 1.5em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: 100;
	color: #FFFF66;
	margin-bottom: 8px;
}


/* Main structure */
.main {
	background: #000; 
	border: 3px double #eee; 
	border-color: #999999 #999999 #999999 #999999; 
	margin: 20px auto 4px auto; 
	text-align: left;
	width: 760px; /* was 600px */
}


/* Header */
.gfx {
	background: #222 url(tufftie-home1.jpg) no-repeat;
	height: 240px;
}
.gfx h1 {
	color: #000000;
	font:  2.6em Tahoma,sans-serif;
	font-weight: 100;
	padding: 16px 20px;
}


/* Menu */
.menu a {
	background: #333333 url(bgmenu.png) repeat-x;
	border-right: 1px solid #999999;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	color: #FFFFFF;
	font-size: 1.2em;
	float: left;
	padding-top: 4px;
	width: 151px; height: 36px;
	font-weight: bold;
}
.menu a span {
	padding-left: 6px;
}
.menu a:hover {
	background-position: left bottom;
	color: #FFFF66;
}
.menu a#last {
	width: 152px;
	border-right: none;
}

.menu a#live {
	text-decoration: underline;
	color: #FFFF66;	
}

.menu a#livelast {
	width: 152px;
	border-right: none;
	text-decoration: underline;
	color: #FFFF66;		
}


/* Content */
.content {
	border-top: 1px solid #1A1A1A;
	background: #1A1A1A;
	clear: both;
}
.content h1,
.content h2 {
	margin: 0 0 4px;
	font: bold 1.1em sans-serif,Arial;
	color: #fff;
	font-size: 1.3em;
}

.content h3 {
	margin: 0 0 4px;
	font: bold 1.1em sans-serif,Arial;
	color: #fff;
	font-size: 1.1em;
}
.content p {
	margin: 0 0 12px;
}
.item {
	background: #030303 url(bgitem.gif) repeat-x;
	padding: 8px 10px;
}


/* Footer */
.footer {
	padding: 5px;
	background: #0A0A0A;
	color: #ffffff;
	text-align: center;
	font-size: 0.7em;
} 

.footer a:link,
.footer a:visited,
.footer a:active {
	color: #ffffff;
	text-decoration: none;
} 

.footer a:hover{
	color: #FFFF66;
	text-decoration: underline;
} 

/* Form elements */
.form {
	color: #fff;
	font: normal 1.0em sans-serif, Arial;
}

.form input,
.form textarea {
	color: #333333;
	background-color: #CCCCCC;
	border: 1px solid #FFFFFF;
	font-family: sans-serif, Arial;
	font-size: 1em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
