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 #2e0002;
	font-family: Tahoma, "Times New Roman", Times, serif;
	color: #e4b86a;
	font-size: 12px;
 }
 
 #container {
	background: #fff8ea;
	border-left: 7px solid #e7c3a6;
	border-right: 7px solid #e7c3a6;
}

 
 #thumbs a img {
border: 5px solid #e7c3a6;
}
 
 
 #desc {
width: 250px;
padding-top: 40px;
padding-left: 50px;
text-align: center;
color: #6e6661;
font-size: 13px;
font-weight: bold;
line-height: 1.2em;
}

#desc a {
	color: #b61d23;
	font-weight: bold;
	font-size: 18px;
	text-decoration: none;
	display: block;
	padding-top: 8px;
}

