body {
	background:#cccccc;
	font-family: 'Trebuchet MS', 'Verdana', 'Arial';
	font-size:10pt;
	margin:0;
	color:#000000;
	line-height:1.5em;
}
#wrapper { 
	margin:auto;
	width:310px;
}
#header {
	background:#000000;
	margin:auto;
	color:#ffffff;
}
#logo {
	border:4px solid #000000;
	background:#4062ab;
	padding:5px;
}
#nav {
	font-weight:bold;
}
#nav a:link, #nav a:visited, #nav a:active {
	padding:5px;
	color:#ffffff;
	display:inline-block;
	text-decoration:none;
}
#nav a:hover {
	padding:5px;
	color:#fff77e;
	display:inline-block;
	text-decoration:none;
	background:#333333;
}
.featured {
	margin-bottom:4px;
	border:4px solid #000000;
	background:#ababab;
	padding:5px;
}
#twitter {
	border:4px solid #1b1b1b;
	background:#1b1b1b;
	height:75px;
	width:330px;
	padding:5px;
	position:absolute;
	left:30px;
	top:-75px;
	color:#FFFFFF;
}
#content, .blog {
	border:4px solid #000000;
	background:#ababab;
	padding:2px;
}
.title {
	font-size:16pt;
	line-height:1.3em;
}
.description {
	font-size:10pt;
}
.date {
	font-size:10pt;
}
#footer {
	position:relative;
	background:#1b1b1b;
	color:#ffffff;
	padding:4px;
}
select {
	border:1px solid #444444;
	font-size:12pt;
	font-family:'Trebuchet MS', 'Verdana';
}
input:hover {
	background:#ffffce;
}
input[type=submit], input[type=reset] {
	border:1px solid #444444;
	padding:1px;
	font-size:12pt;
	font-family:'Trebuchet MS', 'Verdana';
}
input[type=text], textarea {
	border:1px solid #444444;
	padding:1px;
	font-size:12pt;
	font-family:'Trebuchet MS', 'Verdana';
	width:100px;
}
hr {
	height:1px;
	color:#000000;
}
#footer a:link, #footer a:active, #footer a:visited {
	color:#ffcc77;
	font-weight:bold;
}
#footer a:hover {
	color:#ffffff;
	text-decoration:none;
}
#body a:link, #body a:active, #body a:visited {
	color:#000000;
	font-weight:bold;
}
#body a:hover {	
	color:#0066cc;
	text-decoration:none;
}
.project {
	margin:8px;
	display:inline-block;
}
.project a img {
	border:5px solid #888888;
	width:120px;
	height:100px;
}
.project a:hover img {
	border:5px solid #eeeeee;
}