body {
	margin: 0px;
	background-color: #636363;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
.content {
	background: url(../images/grey_l.jpg) repeat-y #F2F4E7;
}

.frame {
	background-color: #FFF;
	border: 1px solid #F2F4E6;
}
.menu td {
	background-color: #FFF;
	padding: 1px 5px;
	text-align: center;
	filter: alpha(opacity=30);
	-moz-opacity: .30;
	opacity: .30;
}
.menu td:hover {
	filter:alpha(opacity=75);
	-moz-opacity: .75;
	opacity: .75;
}
.menu a {
	font-size: 13px;
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
.footer a:link, .footer a:visited, .footer a:active {
	color: #333;
	text-decoration: none;
}
.footer a:hover {
	color: #F00;
}

#news {
	margin: 0;
	padding: 0;
	list-style: none;
}
#news a {
	font-size: 12px;
	color: #666;
	text-decoration: none;
}
#minigallery {
	width: 120px;
	height: 120px;
    padding: 0;  
    margin: auto;
} 
#banners, #galleries {
	margin: 10px auto;
	padding: 0;
	list-style: none;
}
.title {
	font-size: 18px;
	font-weight: bold;
}
.orange {
	color: #FF9900;
}
ul#galleries li {
	margin-top: 10px;
}
ul#galleries li img{
	float: left;
}
ul#galleries li div{
	left: 130px;
	float: left;
}
.textlist {
	text-indent: 0;
}
.textlist li {
	margin: 0;
	padding: 0;
}
.pic {
	background-color: #FFFFCC;
	margin: 5px;
	float: left;
}
.pic td {
}
.inlinepicwrapper {
	border: 1px ridge #666;
	background-color: #fff;
	margin: 10px 0;
	padding: 10px 0;
	text-align: center;
}
.inlinepic {
	margin: 10px auto;
}
.pic td:hover {
	background-color: #FFCC00;
}
.pages {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000;
	font-weight: bold;
}
.pages a:link, .pages a:visited, .pages a:active {
	color: #FF9900;
	text-decoration: none;
	font-weight: bold;
}
.pages a:hover {
	color: #F00;
}
