body,td,th {
	color: #fffb90;
}
body {
	background-color: #000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(./../images/bg.jpg);
}

#content {
	width:760px;
	margin:auto;
}

#menu {
	margin-top:30px;
	height:100px; /* 59px */
	background:url(./../images/menu.jpg) no-repeat;
}

.menu {
	padding-top:19px;
	padding-bottom:0;
}

.menu li {
	list-style:none;
	display:inline;
	padding-right:25px;	
}

.menu a{
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	color:#fffb90;
	font-weight:bold;
	text-decoration:none;
	font-size:14px;
}

.menu a:hover{
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	color:#c0c0c0;
	font-weight:bold;
	text-decoration:underline;
	font-size:14px;
}

.drewbytes {
	font-family: Arial, Helvetica, sans-serif;
	color:#ffffff;
	font-size:10px;
	text-align:center;
}
.drewbytes a  { font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: #ffffff; text-decoration: underline}
.drewbytes a:hover { font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: #CC9900; text-decoration: underline }

.menu {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	color:#fffb90;
	font-weight:bold;
	font-size:16px;
}

#left {
	width:380px;
	float:left;
}

#right {
	width:380px;
	float:right;
}

#footer {
	width:760px;
	clear:both;
	background:url(./../images/footer.jpg) no-repeat;
	height:59px;
}

.scroll {
	width: 340px;
	height: 497px;
	overflow: auto;
	padding-top:0;
	padding-left:20px;
	padding-right:10px;
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	
	background-color:#000;
	background-image: url(./../images/bg.jpg);
	
	scrollbar-base-color: #1b1e31;
	scrollbar-face-color: #1b1e31;
}

a  { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #ffffff; text-decoration: underline}
a:hover { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #CC9900; text-decoration: underline }