body {
	margin:0;
	padding:0;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:9pt;
	color:#333;
	background-color: #e2e2e2;
	background-image: url(Images/page_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

#container {
	width:860px;
	margin:5px auto 5px auto;
	border:1px solid #000;
	background:#fff;
}

#header {
	height:80px;
	border-bottom:10px solid #77a13d;
	background-color: #a0da2b;
	background-image: url(Images/header_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

#header h1 {
	color:#fff;
	font-size:22pt;
	margin:0;
	padding:40px 10px 10px 10px;
}

#content {
	width:610px;
	padding:4px;
	float:right;
}

#content h1 {
	margin:0;
	padding:0;
	font-family:georgia;
	font-weight:normal;
}

#content h2 {
	color:#060;
	font-size:18pt;
	border-bottom:1px solid #ccc;
}

#content h3 {
	color:#333;
	font-size:10pt;
}

#content h4 {
	color:#0033FF;
	font-size:14px;
}


#content h5 {
	color:#990000;
	font-size:14px;
}

#photos {
	width:600px;
	height:auto;
	margin:5px auto 5px auto;
	position:relative;
	padding:5px;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	background-color: #E0EBE3;
}

.imgbox {
	width:100px;
	height:100px;
	border:1px solid #77A13D;
	background:#f1f1f1;
	margin:5px;
	float:left;
	display:inline;
}

#sidebar {
	width:200px;
	padding:10px;
	float:left;
	margin:0;
}

#sidebar ul {
	margin:0;
	padding:0;
	border-bottom:1px solid #ccc;
}
	 

#sidebar ul li {
	margin:0;
	padding:0;
	list-style:none;
	border:1px solid #ccc;
	border-bottom:none;
}

#sidebar ul li a {
	display:block;
	padding:3px;
	width:192px;
	color:#060;
	text-indent:30px;
	text-decoration:none;
	background-color: #f2f7e9;
	background-image: url(Images/li-off.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#sidebar ul li a:hover {
	background-color: #f2f7e9;
	background-image: url(Images/li-on.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.widget {
	height:60px;
	border:1px solid #ccc;
	background:#f5f5f5;
	padding:5px;
	text-align:center;
	margin:10px 0 0 0;
	font-size:8pt;
}	

#footer {
	clear:both;
	border-top:1px solid #000;
	background:#77a13d;
	padding:10px;
	color:#fff;
	font-size:8pt;
	text-align:center;
}

a {
	color:#060;
	font-weight:bold;
}

a:hover {
	background:#FFFFDD;
}
