* {
	font-family: Verdana, sans-serif;
}
body {
	background: #333;
	padding: 0;
	margin: 0;
	font-size: 13px;
	overflow-x: hidden;
	overflow-y: auto;
	background: #333 url(../img/bodyBg.jpg) repeat-y;
}
img {
	border: none;
}
a {
	color: #000;
}
a:hover {
	text-decoration: none;
}
form {
	display: inline;
}

#main {
	width: 988px;
}
#right {
	float: right;
	width: 187px;
	margin-bottom: 20px;
}
#rssLink {
	margin: 5px 5px 0 0;
	text-align: right;
}
#rssLink a {
	text-decoration: none;
	color: #FFF;
}
#rssLink a:hover {
	color: #D1D1B3;
}
#rssLink a img {
	margin-bottom: -2px;
}
#top {
	margin-right: 190px;
	/*background: url(../img/help.jpg) no-repeat 240px 100px;*/
	height: 160px;
	font-size: 10px;
}
#logo {
	margin: 5px 0 0 30px!important;
	margin: 5px 0 0 10px;
	float: left;
}
#categories {
	float: left;
	width: 250px;
	padding: 10px 0 0 60px;
}
#categories span.selected a {
	color: #D1D1B3;
}
#categories a {
	text-decoration: none;
}
#calendar {
	float: left;
	width: 210px;
	padding: 10px 0 0 30px;
}
#calendar table caption {
	font-size: 11px;
	padding-top: 10px;
}
#calendar table th {
	font-size: 10px;

}
#calendar table td {
	text-align: center;
	font-size: 10px;
}
#calendar table td a {
	background: #D1D1B3;
	display: block;
	text-align: center;
	text-decoration: none;
}
#copyright {
	clear: both;
	font-size: 10px;
	padding: 5px;
	background: #FFF;
	border-top: 1px solid #D1D1B3;
	background: #F7F7F7;
}
#copyright *, #copyright {
	text-decoration: none;
	color: #888;
}
#contactBox {
	margin-top: 15px;
}
#search {
 margin: 15px 0;
 text-align: center;
}
#search input {
	border: 1px solid #D1D1B3;
	background: url(../img/search.gif) no-repeat 5px 3px;
	width: 110px;
	padding: 0 0 0 18px;
}
#search button {
	background: #D1D1B3;
	border: none;
	color: #FFF;
}
#content {
	width: 560px;
	overflow: hidden;
	float: left;
}
#coffee {
	background: url(../img/coffee.jpg) no-repeat 10px 0;
	height: 150px;
	width: 187px;
}
#photosBoxComment {
	font-size: 10px;
	text-align: center;
	font-style: italic;
	margin: 0;
}
#photosBoxComment, #photosBoxComment * {
	color: #D1D1B3;
	text-decoration: none;
}
#photosBoxAJAXContent p {
	text-align: center;
	margin: 1px 0;
}
#photosBoxAJAXContent p a, #photosBoxAJAXContent p {
	color: #D1D1B3;
	text-decoration: none;
}
#left {
	margin-top: -15px;
	width: 170px;
	padding: 50px 15px 0 20px;
	overflow: hidden;
	float: left;
	background: url(../img/help.jpg) no-repeat top;
}
#left ul {
	list-style: none;
	padding: 0;
	margin: 5px 0 20px;
	width: 150px;
}
#left ul li a {
	display: block;
	text-decoration: none;
	border-bottom: 1px dotted #D1D1B3!important;
	border-bottom: 1px solid #D1D1B3;
	padding: 3.5px 5px;
}
#left ul li a:hover {
	background: #F7F7F7;
}

.post-list a {
	color: gray;
}
