/*Tags*/
body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #F2EED5;
	color: #FFFFFF;
}
a {
	color: #CC3366;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #CC0033;
	text-decoration: underline;
}

/*IDs, Contextual Selectors*/
#tbl_logo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	margin-bottom: 5px;
	background-color: #E8E8E1;
}
#td_gallery {
	/*border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;*/
}
#td_footer {
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
#tbl_gallery{
	background-color: #441D18;
	color: #441D18;
}

/*Classes*/
.selectedfilter {
	border: 2px #F4CD2A;
}
.footer {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;	
}
.footer a {
	color: #333333;
}
.footer a:hover {
	color: #999999;
}
td#td_navlinks.a{
	color: #000000;
}
td#td_navlinks.a:hover{
	color: #FF6600;
}

