body{
	background-color: #FFF;
	color: #000;
	font-family: "Trebuchet-MS", sans-serif;
	font-size: 12px;
}

.menucell{
	background-image: url(img/border_menu.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	text-align: right;
	padding-top: 2px;
	padding-bottom: 4px;
}

.menulink{
	color: #000;
	font-family: "Trebuchet-MS", sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}
.menulink:hover{
	color: #3488bd;
}

.main {
	color: #000;
	font-family: "Trebuchet-MS", sans-serif;
	font-size: 12px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	
}

h1 {
	color: #666666;
	font-family: "Trebuchet-MS", sans-serif;
	font-size: 18px;	
	font-weight: bold;
	background-image: url(img/border_menu.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

.thumb {
	float: none;
	height: 100px;
	border: 2px solid #999;
}

.thumb:hover{
	border: 2px solid #FFF;
}
