@charset "iso-8859-1";
/* CSS layout */
* {
	padding: 0;
	margin: 0;
}
#masthead {
	margin: auto;
	width: 1000px;
	height: 240px;
	background-color: #FCF8F3;
	border-top: medium #F9F2E9 solid;
	border-left: medium #F9F2E9 solid;
	border-right: medium #F9F2E9 solid;}

#wrap {
	margin: auto;
	margin-top: -18px;
	width: 998px;
	overflow: auto;
	background-color: #FCF8F3;
	border-left: medium #F9F2E9 solid;
	border-right: medium #F9F2E9 solid;}

#container {
	margin: auto;
	width: 980px;
	border-top: medium #F9F2E9;}

#list_content {
	width: 300px;
	float: left;}
	
#desc_content {
	width: 640px;
	float: right;
	margin-right: 4px;}
	
.innertube{
	margin: 28px; 
	margin-right: 0;}
	
.small{
	font-size: small;
	font-weight: normal;}
	
#contact {
	text-align: center;
	font-size: medium;
	font-weight: bold;
	line-height: 110%;}
	
#baseline {
	margin: auto;
	width: 1000px;
	height: 46px;
	background-color: #FCF8F3;}
	
#tagline {
	text-align: center;
	font-size: small;}
	
#tagline a { 
	font-weight: bold; 
	color: #2D569F;
	text-decoration: none; }
	
#tagline a:hover { 
	text-decoration: underline; }
	
a:link {
	text-decoration: underline;
	font-weight: bold;
	font-size: 110%;
	color: #2D569F;}
	
a:visited {
	text-decoration: underline;
	font-weight: bold;
	font-size: 110%;
	color: #B58D38;}
	
a:hover {
	text-decoration: underline; 
	font-weight: bold;
	font-size: 110%;
	color: #2D569F;}
	
a:active {
	text-decoration: underline;
	font-weight: bold;
	font-size: 110%;
	color: #663204;}

h1 {
	color: #B58D38;
	font-weight: bold;
	font-size: 115%;
	padding-bottom: 10px;}
	
h2 {
	font-weight: bold;
	font-size: 110%;
	padding-bottom: 10px;}
	
h3 {
	font-weight: bold;
	font-size: 105%;
	padding-bottom: 10px;}

ul {
	list-style-type: square;
	color: #B58D38;
	padding-left: 40px;}

body {
	font-family:Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
	color: #663204;
	background: url('images/bgrnd.gif') #FCF8F3 repeat;}
		
