
body {
	font-family: 'Trebuchet MS', Verdana, Arial, Sans-Serif;
	font-size: 13px;
	background: rgb(106,117,62);
	
}

#image h1 {
	font-size: 3em;
	float: right;
	color: rgb(170,187,100);
	display: block;
	margin-left: 7px;
	background: url('bg.png') repeat transparent;
	margin-top: 0px;
	padding: 0px 8px 8px 8px;
}

#image h1 span {
	color: rgb(134,147,78);
}

h2
{
	color: rgb(134,147,78);
	font-size: 2em;
}

h2 a
{
	color: inherit;
	text-decoration: none;
}

#wrap
{
	width: 900px;
	margin: 0 auto;
	background: #fff no-repeat;
	display: block;
	border-width: 3px 4px 5px 4px;
	border-style: solid;
	border-color: rgb(79,87,46);
	min-height: 400px;
}

#menu
{
	float: left;
	background: url('bg.png') repeat transparent;
	position: relative;
	height: 30px;
	width: 900px;
	top: 120px;
	z-index: 2;
}

#menu a
{
	margin-top: 10px;
	height: 30px;
	line-height: 2.5em;
	padding: 6px;
	z-index: 5;
	color: #fff;
}

#menu a:hover
{
	margin-top: 10px;
	height: 30px;
	line-height: 2.5em;
	padding: 6px;
	z-index: 5;
	background-color: rgb(184,202,108);
	color:  rgb(79,87,46);
	text-decoration: none;
}

#content
{
	width: 90%;
	margin: 20px auto;
}

#content p
{
	text-indent: 15px;
}

a:link, a:visited, a:active
{
	color: rgb(125,137,73);
}

#footer
{
	text-align: center;
	font-size: 80%;
	color: #888;
	padding-top: 10px;
}

#image
{
	width: 900px;
	height: 230px;
	background: url('./../subs/logobida.jpg') transparent !important;
	border-width: 1px 0px 4px 0px;
	border-style: solid;
	border-color: rgb(79,87,46);
	z-index: 1;
}


#cal
{
	float: right;
	margin: 10px;
}

.calendar td
{
	color:  rgb(79,87,46);
	text-align: center;
	padding: 3px 4px;
	border-width: 0px 1px 1px 0px;
	border-style: solid;
	border-color: }

.calendar td a
{
	font-weight: bold;
	text-decoration: underline;
	border: none;
	color: #fff;
}

.calendar td.linked
{
	background: rgb(79,87,46) !important;
}
	
.calendar td.prevmonth, .calendar td.nextmonth
{
	color: #ccc;
}

.calendar td.today
{
	background: #ddd;
}

.cal-header
{
	text-align: center;
	clear: both;
	width: 100%;
	text-indent: 0px !important;
}

h3 small
{
	font-weight: normal;
}

.comments
{
	list-style: none;
	width: 50%;
		margin-left: 20%;
}
	
.comments li
{
	border: 1px solid rgb(134,147,78);
	/*background: #eee !important;*/
	margin-left: 0px;
	padding: 5px;
	padding-top: 8px;
}

.comments li p
{
	padding-left: 6px;
	}
	