body {
	background:#cccccc;
	font-family: 'Trebuchet MS', 'Verdana', 'Arial';
	font-size:12pt;
	margin:0;
	color:#000000;
}
#wrapper { 
	margin:auto;
	width:850px;
}
#header {
	background:#000000;
	height:75px;
	margin:auto;
	color:#ffffff;
}
#logo {
	border:4px solid #000000;
	background:#4062ab;
	width:330px;
	padding:5px;
	margin-left:30px;
	float:left;
}
#nav {
	float:right;
	padding-right:30px;
	font-weight:bold;
	padding-top:10px;
}
#nav a:link, #nav a:visited, #nav a:active {
	padding:10px;
	color:#ffffff;
	display:inline-block;
	text-decoration:none;
}
#nav a:hover {
	padding:10px;
	color:#fff77e;
	display:inline-block;
	text-decoration:none;
	background:#333333;
}
.featured {
	border:4px solid #000000;
	background:#ababab;
	width:330px;
	padding:5px;
	margin-right:30px;
	float:left;
}
#twitter {
	border:4px solid #1b1b1b;
	background:#1b1b1b;
	height:75px;
	width:330px;
	padding:5px;
	position:absolute;
	left:30px;
	top:-75px;
	color:#FFFFFF;
}
#body {
	margin:30px;
}
#content, .blog {
	border:4px solid #000000;
	background:#ababab;
	padding:5px;
}
.title {
	font-size:16pt;
	line-height:1.3em;
}
.description {
	font-size:10pt;
}
.date {
	font-size:10pt;
}
#footer {
	position:relative;
	background:#1b1b1b;
	color:#ffffff;
	width:850px;
}
select {
	border:1px solid #444444;
	font-size:12pt;
	font-family:'Trebuchet MS', 'Verdana';
}
input:hover {
	background:#ffffce;
}
input, textarea {
	border:1px solid #444444;
	padding:1px;
	font-size:12pt;
	font-family:'Trebuchet MS', 'Verdana';
}
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;
}
.project a:hover img {
	border:5px solid #eeeeee;
}
