	body
	{
		margin: 0;
		padding: 0;
		font: 85% arial, hevetica, sans-serif;
		text-align: center;
		color: #333;
		background-color: #D6D6D6;
	}
	
	a:link {
	color: #B52C07;
	text-decoration: none;
}
	a:visited { color: #600; }
	
	a:hover, a:active
	{
	color: #0000;
	}
	
	h2
	{
		font: 120%;
		font-weight: bold;
		margin: 0 0 2px 0;
	}
	
	h2 a { text-decoration: none; }
	
	h3
	{
		font: 120%;
		font-weight: bold;
		margin-top: 0;
	}
	
	#container
	{
		margin: 1em auto;
		width: 780px;
		text-align: left;
		background-color: #fff;
		border: 1px solid #676767;
	}
	
	#header
	{
	margin: 5px 5px 5px 5px;
	border-bottom: 1px solid #C5C877;
	height: 100px;
	}
	
	#header h1
	{
		font-size: 300%;
		margin: 0 0 15px 0px;
		padding: 0;
	}

	#header h2
	{
		font-size: 140%;
		margin: 0 0 0 3px;
		padding: 0;
	}

	#current {
		background: #CCCCCC;
	}
	
	#mainnav
	{
	background-color: #FFCC00;
	color: #272900;
	padding: 2px 0;
	margin-bottom: 22px;
	font-weight: bold;
	}
	
	#mainnav ul
	{
		margin: 0 0 0 20px;
		padding: 0;
		list-style-type: none;
		border-left: 1px solid #C4C769;
	}
	
	#mainnav li
	{
		display: inline;
		padding: 0 10px;
		border-right: 2px solid #C4C769;
	}
	
	#mainnav li a
	{
		text-decoration: none;
		color: #272900;
	}
	
	#mainnav li a:hover
	{
		text-decoration: none;
		color: #fff;
	}

	#contents { margin: 0 20px 40px 20px; }
	#contents p { line-height: 165%; }
	.blogentry {
	border-bottom: 1px solid #C5C877;
	font-size: 1.5em;
	font-weight: bold;
}
	
	.blogentry ul
	{
	list-style-type: square;
	text-align: left;
	font-size: 0.8em;
	font-weight: bold;
	}
	
	.blogentry li
	{
	padding: 0 0 0 7px;
	line-height: 1.5em;
	font-weight: normal;
	font-size: 1em;
	}
	
	.projectsentry {
	font-size: 1.5em;
}

	.projectsentryheader {
	font-size: 1em;
	border-bottom-width: 1.2px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}


	
	.projectsentry ul
	{
	list-style-type: square;
	text-align: left;
	font-size: 1.2em;
	margin-bottom: 18px;
	margin-top: 10px;
	}
	
	.projectsentry li
	{
	padding: 0 0 0 2px;
	line-height: 1.0;
	font-weight: bold;
	font-size: 1.2em;
	}
	
	.projectsentry02 ul
	{
	list-style-type: circle;
	text-align: left;
	font-size: 100%;
	}
	
	.projectsentry02 li
	{
	padding: 0 0 0 7px;
	line-height: 1.2;
	font-weight: normal;
	font-size: 0.8em;
	}
	
	.tasksentry {
	border-bottom: 1px solid #C5C877;
	font-size: 1.5em;
	margin-top: 5px;
}
	
	.tasksentry ol
	{
	list-style-type: decimal;
	text-align: left;
	margin-bottom: 10px;
	margin-top: 10px;
	font-size: 0.8em;
	line-height: 1em;
	}
	
	.tasksentry li
	{
	padding: 0 0 07px;
	line-height: 1.5em;
	font-size: 1em;
	}
	


	.imagefloat
	{
		float: right;
		padding:0px;
		margin: 0 0 10px 10px;
	}
	

	#web4you
	{
	float: right;
	background-color: #9FA41D;
	height: 22px;
	width: 300px;
	margin: 0px 0px 10px 20px;
	list-style-type: none;
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	}

	#web4you ul
	{
	margin: 4px 10px 10px 10px;
	list-style-type: none;
	}
	
	#web4you li
	{
	display: inline;
	padding: 0 4px;
	}
	
	#web4you li a
	{
	text-decoration: none;
	color: #272900;
	}
	
	#web4you li a:hover
	{
	text-decoration: none;
	color: #fff;
	}



	#footernav
	{
	height: 22px;
	background-color: #FFCC00;
	color: #272900;
	font-size: 0.8em;
	font-style: normal;
	font-weight: normal;
	line-height: 1.2;
	}
	
	#footernav ul
	{
	margin: 0px 0px 10px 20px;
	padding: 5px;
	list-style-type: none;
	border-left: 1px solid #C4C769;
	}
	
	#footernav li
	{
	display: inline;
	padding: 0 10px;
	border-right: 1px solid #C4C769;
	}
	
	#footernav li a
	{
	text-decoration: none;
	color: #272900;
	}
	
	#footernav li a:hover
	{
	text-decoration: none;
	color: #fff;
	}

