body{
	margin: 0px;
	padding: 0px;
	font-family: "verdana", sans-serif;
	font-size: 11px;
	color: #5C5C5C;
	background-color: #D9D7D0;
}

h1{
	font-size: 23px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	margin-right: 0px;
}

h2{
	font-size: 18px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	margin-right: 0px;
}

h3{
	font-size: 15px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	margin-right: 0px;
}

h4{
	font-size: 12px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 11px;
	margin-left: 0px;
	margin-right: 0px;
}

hr{
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	margin-right: 0px;
	height: 0px; 
	border-top: 1px solid #D6D6D6;
	border-bottom: 0px;
	border-left: 0px;
	border-right: 0px;
}

a{
	color: #942C35;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

a.bottom{
	color: #5C5C5C;
	text-decoration: none;
}

a.bottom:hover{
	text-decoration: none;
}

.nofloat{
    clear: both;
}

#menuholder
{
    height:25px;
    background-color:#F7F6F3;
    border-top: solid 1px #5C5C5C;
    border-bottom: solid 1px #5C5C5C;
}

div.thumbnail_list_item
{
    width:100px; 
    height:100px; 
    cursor:default;
    float:left; 
    margin-left:7px; 
    margin-right:7px;
}