body {
	font-family:Verdana, Tahoma, sans-serif;
	color:#606060;
}

.title, a, h1, h2, h3, h4, h5, h6 {
	color:#662625;
}

li a {
	text-decoration:none;
}

li a:hover {
	text-decoration:underline;
}

.header {
	border-bottom: 1px solid #CCCCCC;
	padding:5px;
	margin-bottom:20px;
	min-height:30px;
}

.header img {
	height:30px;
	clear: both;
}

.header h2 {
	color:black;
	font-family: monospace;
	float: right;
}

.title  {
	background-color:#F9ECE5;
	border-bottom:medium none;
	border-top:1px solid #CCCCCC;
	margin:0 0 1em;
	padding:2px;
	font-size: 1.3em;
	font-family: Georgia, Times New Roman, Times, serif;
}

.projects { 
	float: left; 
	margin-left: 20px;
	width: 225px;
}

.projects ul {
	padding-left: 10px;
}

.projects li {
	height: 40px;
	list-style: none;
	background: no-repeat;
	background-position: 0% 50%; 
	padding-left: 40px;
	line-height: 250%;
}

.news {
	margin-left: 265px;
	margin-right: 20px;
	width: auto;
}

.news h3 {
	font-size:100%;
	font-weight:bold;
	margin:0;
	padding:0;
}

.news_entry {
	margin-bottom: 20px;
	font-size: 80%;
}

.news_entry p {
	margin: 2px;
}

.author {
	color: #666666;
}

