@charset "UTF-8";
body {
	margin: 0px;
	background-color:#D2C8BB;
}
p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
}
h1{
	font-family:"Times New Roman", Times, serif;
	font-size:24px;
	color:#000000;
}
h1{
	font-family:"Times New Roman", Times, serif;
	font-size:18px;
	color:#000000;
}
a {
	text-decoration:underline;
	color:#000000;
}
a:hover {
	color:#990000;
}
a img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#div_wrapper{
	width:800px;
	margin:10px auto 0 auto;
	text-align:center;
}
#div_navbar{
	width:800px;
	height:20px;
	background-color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	margin:0;
	padding:.8em 0 0 0;
}
#div_navbar a{
	color:#FFFFFF;
	text-decoration:none;
}
#div_navbar a:hover{
	color:#FFCC00;
}
#div_content{
	width:784px;
	margin:10px 0 0 0;
	padding:0 8px 0 8px;
	text-align:left;
}
#div_thumbs{
	width:770px;
	margin:0 auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
#div_thumbs a{
	color:#000000;
	text-decoration:none;
}
#div_thumbs a:hover{
	color:#990000;
}