@charset "utf-8";
/* CSS Document */

body {
background-image:url(images/bgstripes.jpg);
}
.wrapper_content {
	width: 780px;
	border: 2px solid #273D0F;
	background-color: #FFFFFF;
	background-image: url(images/tinyelephant.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.header {
	background-image: url(images/header2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 100px;
	width: 780px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #273D0F;
}
.clear {
	clear: both;
}
#topmenu {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #5E7040;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #273D0F;
	text-align:left;
	padding-top:5px;
	padding-bottom:5px;
}
#topmenu a {
	text-decoration:none;
	padding-left:7px;
	padding-right:7px;
	padding-top:5px;
	padding-bottom:5px;
	font-size:12px;
	height:100%;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-variant:small-caps;
}
#topmenu a:hover {
	background-color:#273D0F;
}
.maincontent {
	padding-top: 10px;
	padding-right: 15px;
	padding-left: 15px;
	text-align: left;
}
#leftmenu {
	width: 210px;
	float: left;
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:12px;
}
#leftmenu a {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#5E7040;
text-decoration:none;
}
#leftmenu a:hover {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#273D0F;
}
#leftmenu ul {
list-style:none;
margin:0px;
padding:0px;
}
#leftmenu ul li {
list-style:none;
margin:0px;
padding:0px;
}
#leftmenu ul li li{
list-style:none;
margin:0px;
padding-left:10px;
}
#content {
	text-align: left;
	float: right;
	width: 540px;
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:12px;
}
#content a {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#5E7040;
text-decoration:none;
}
#content a:hover {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#273D0F;
}
table.daily {
	border-width: 1px;
	border-spacing: 0px;
	border-style: solid;
	border-color: #5E7040;
	border-collapse: collapse;
}
table.daily th {
	border-width: 1px 1px 1px 1px;
	padding: 3px 3px 3px 3px;
	border-color: #5E7040;
	border-style:inset;
		vertical-align:top;
}
table.daily td {
	border-width: 1px 1px 1px 1px;
	padding: 3px 3px 3px 3px;
	border-color: #5E7040;
		vertical-align:top;
	border-style:inset;
}

.photo {
float:left;
padding-right:10px;
padding-bottom:5px;
}

