body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0; padding:0;
} 

body {
	background: url(images/bg.png) center repeat-y #3c0620;
	font-family: Arial, "Times New Roman", Times, serif;
	color: #1f2922;
	font-size: 12px;
 }
 
 #container {
	background: #9d7c5f;
	border-left: 7px solid #8b694b;
	border-right: 7px solid #8b694b;
}

 
 #thumbs a img {
border: 3px solid #e1cb6b;
}

#desc {
width: 240px;
padding-top: 10px;
padding-left: 80px;
text-align: center;
color: #6e6661;
font-size: 16px;
font-weight: bold;
line-height: 1.3em;
letter-spacing: -1px;
}

#desc a {
	color: #d54c1e;
	font-weight: bold;
	font-size: 24px;
	text-decoration: none;
}
 

