body {
	background-color: #000;
	margin: 0;
	background-image: url(retrobg.jpg);
	font-family:Verdana, Geneva, sans-serif;
	text-align:center;
	font-size:11px;
	color:#FFF;
}

/* headings & text */

h1 {font-size:large;}
h2 {font-size:large;}
h3 {font-size:medium;}
h4 {font-size:medium;}
h5 {font-size:small;}
h6 {font-size:small;}
p {}

/* Links */

a, a:link, a:active, a:visited {
	color:#CC0;
	text-decoration: none;
}
a:hover {color:#FC0}

/* layout */

#wrapper {
	background:url(bodybg.jpg) repeat-x center top ;
	margin: 0;
}

#page {
	width: 1000px;
	margin: 0 auto;
	min-height:100%;
}

#header {
	height: 302px;
	background: url(nylon-freaks-title.png) no-repeat 20px 80px;
}

#main {
	background: url(mainbg.png);
	margin: 0;
}

/* Menu */

#menu {
	background: url(menubg.png) repeat-x;
	height: 63px;
}

#menu ul {margin: 0;padding: 15px; text-align:center;}
#menu li {display:inline; margin: 0px 5px;}
#menu li a {
	color: #ff9;
	font-weight:bold;
	text-decoration:none;
	font-size:14px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-bottomright: 10px;
	border-top-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
#menu li a, #menu li a:link, #menu li a:active, #menu li a:visited {
	padding: 3px 10px;
	background-color: #660;
	border: 2px solid #FF9;
}
#menu li a:hover {
	background-color: #452800;
	border: 2px solid #D9D494;
	color:#D9D494;
}

/* Content */

#content {
	margin: 0;
	padding: 10px 20px;
}

#left-panel {
	float: left;
	width: 150px;
}

#left-panel ul {
	list-style-type: none;
}
#left-panel li {
	display: block;
	width: 145px;
	margin: 2px 0px 2px -50px;
}

#centre-panel {
	width: 620px;
	margin-left: 170px;
}

#centre-panel2 {
	width: 780px;
	margin-left: 170px;
}

#right-panel {
	float: right;
	width: 150px;
}

.side-panel {
	padding: 5px;
	background-color: #1D1000;
	border: 3px double #452800;
	margin-bottom: 15px;
}

.centre-panel {
	padding: 5px;
	background-color: #1D1000;
	border: 3px double #452800;
	margin-bottom: 15px;
}

#twitter {
	color:#FFCC00
	width:150px;
	padding:10px 0px;
}

#twitter a, #twitter a:link, #twitter a:active, #twitter a:visited {
	font-size: 10px;
	color:#FFCC00
}

#twitter a:hover {
	color:#FFF;
	text-decoration: blink;
}

#biog {
	padding: 0px 20px 10px 20px;
	font-style: italic;
	font-weight: normal;	
}

img {
	padding: 3px;
	border: 1px solid #D9D494;
	background-color: #000;
}

table {
	margin:0 auto;
}

tr {}
td {
	text-align:center;
	vertical-align:top;
}

td img {
	margin-top: 15px;
}

#disclaimer {
}

#footer {
	margin: 0;
	padding: 10px;
	text-align: center;
}

/* classes */

.center {margin:0 auto;}

.banner {
	margin-bottom: 15px;
}

.hidden, .hidden a:link, .hidden a:active, .hidden a:visited, .hidden a:hover {
	font-family: Tahoma, "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: x-small;
	color: ;
	color: #1D1000;
}
