/* Layout Stylesheet */ 

body {
	margin: 0;
	padding:0;
	background: #bdae7b;
	color: #ffffff;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
 }

#menu {
	width: 500px; 
	font-size: .8em;
	color: #000000;
	text-align:right;
	background: #bdae7b;
	margin: auto;
	padding-bottom: .3em;
}

#menu a:link {
	color: #000000;
	text-decoration: none;
}

#menu a:visited {
	color: #000000;
	text-decoration: none;
}

#menu a:hover {
	color: #660033;
	text-decoration: none;
}

#menu a:active {
	color: #000000;
	text-decoration: none;
}

#thumb_container {
 width: 720px; 
 height: 106px;
 position:relative; 
 background: #000000; 
 border: solid #000000; 
 border-width: 2px;
 margin: auto;
 }
 
#text_container {
 width: 720px; 
 position:relative; 
 background: #000000; 
 border: solid #000000; 
 border-width: 2px;
 margin: auto;
 }
 
#top_spacer { 
 height: 15px; 
 position:relative;
 }

#content { 
	width: 500px; 
	position:relative;
	background: #660033;
	color: #ffffff;
	overflow: auto;
	margin:auto;
}

#content_inner { 
	position:relative;
	margin:10px;
}

div.thumb {
  float: left;
  background: #000;
  width: 124px;
  padding: 10px;
  font-size: .7em;
}

 
 
