/* Liquid Layout Stylesheet */
body {
	background: url(images/bg.gif);
	color: #333333;
	width: 700px;
	margin: 0 auto;
	text-align: left;
}
#mainwrap {
	border: 5px solid #bbb;
	margin: auto;
	width: 700px; 
	background: #fff;
	padding: 10px;
}
#topwrap {
	padding-bottom: 40px;
}
#header {
	background: #fff;
	height: 100px;
	vertical-align: middle;
	padding-bottom: 5px;
	overflow: hidden; 
}
#navigation {
	background: #fff;
	padding: 0 0 2px 0;
	border-bottom: 1px solid #666;
	width: 700px;
	float: left;
}
#navigation ul {
	background: #fff;
	font-family: Verdana, Arial, Helvetica;
	list-style-type: none;
	text-indent: 0px;
	padding: 0px;
}
#navigation ul li {
	float: right;
	background: #fff;
	padding: 0 0 0 20px;
}
#navigation a {
  	color: #333;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	display: block;
	padding-bottom: 3px;
	border-bottom: 3px solid #fff;
}
html>body #navigation ul li a {margin-left:0;}
#navigation a:visited {
  	color: #000;
}
#navigation a:active {
	color: #FF33AB;
}
#navigation a:hover {
  	color: #FF33AB;
  	border-bottom: 3px solid #FF33AB;
}

.activelink {
	font-weight: bold;
	font-size: 14px;
	display: block;

  	color: #FF33AB;
  	border-bottom: 3px solid #FF33AB;
}

#bodywrap { 
	background: #fff;
	width: 700px;
}
#content {
	padding: 0 10px 0 0;
	color: #333;
	font-family: Arial, helvetica, sans-serif;
	font-size: 14px;
	text-align: left;
	float: left;
	border-right: 1px solid #ccc;
	width: 500px;
	margin-bottom: 20px;
}
#pictitle {
	color: #666;
	margin-top: -0.1em;
}
#todaypic {
	width: 410px;
	height: 270px;
	border: 2px solid #ddd;
	padding: 10px;
	margin-top: -0.1em;
}
#sidebar {
	width: 140px;
	padding-left: 10px;
	float: left;
	font-size: 10px;
	color: #ff9;
	text-decoration: none;
}
#footer {
	clear: both;
	background-color: #ccc;
	width: 700px;
	height: 30px;
	padding: 0;
	margin: 0;
}
.fcontent {
	padding: 5px 10px;
	color: #fff;
	font-size: 12px;
}
#navigation a, #navigation a:visited, #navigation a:hover {
	text-decoration: none;
}
#navigation, #navigation ul, #bodywrap {
	margin: 0;
}
#sidebar h3 {
	width: 135px;
	height: 20px;
	background: #85B71E;
	color: #fff;
	font-size: small;
	text-align: right;
	padding: 0 0 0 5px;
	margin: 0;
	overflow:hidden;
	position:relative;
}

#sidebar a, #sidebar a:visited {
	font-size: x-small;
	color: #6c3;
	text-decoration: none;
}
#sidebar a:hover, #sidebar a:active {
	color: #390;
	text-decoration: none;
}
.sidecontent {
	margin-top: -0.1em;
	width: 165px;
	padding: 5px;
	background: #E7F1D2;
	color: #666;
	text-align: right;
	margin-bottom: 30px;
}
#date {
	width: 140px;
	text-align: left;
	color: #ccc;
	font-size: x-small;
}

h1 {
	font-size: 24px;
	font-weight: bold;
	color: #FF33AB;
	border-top: 2px solid #FF33AB;
}

