body {
	width: 80%;
	margin: 0 auto;
	font-family: Verdana, "Bitstream Vera Sans", Geneva, "Lucida Grande", sans-serif;
	font-size: 16px;
}
ul {
	list-style-type: square;
}
a:link, a:visited {
	color: #2062f8;
	text-decoration: none;
}
a:hover, a:active {
	color: #2062f8;
	text-decoration: underline;
}
a img {
	border: none;
}
#header {
	width: 100%;
}
#header #title {
	font-size: 50px;
	margin-left: 10px;
	margin-top: 30px;
}
#header #slogan {
	margin-top: -5px;
	float: left;
	font-size: 16px;
	margin-left: 70px;
	color: #2b6cd5;
}
#header #nav {
	margin-top: 10px;
	background-color: #000000;
	width: 100%;
	height: 50px;
	float: left;
}
#header #nav ul {
	list-style-type: none;
}
#header #nav li {
	float: left;
}
#header #nav a:link, #header #nav a:visited {
	display: block;
	color: #ffffff;
	text-decoration: none;
	padding: 5px;
	margin-top: -5px;
	margin-right: 10px;
	border: 1px solid #000000;
}
#header #nav a:hover, #header #nav a:active {
	background-color: #55afff;
	border: 1px solid #8cd3ff;
}
#content {
	float: left;
	width: 70%;
}
#content h1 {
	font-weight: normal;
	color: #2b6cd5;
}
#content #item {
	padding-right: 20px;
}
#content #project {
	height: 175px;
}
#content h4 {
	font-weight: normal;
	font-size: 20px;
	margin-bottom: 10px;
}
#content #title {
	font-weight: normal;
	font-size: 22px;
	color: #000000;
}
#content img {
	margin-right: 10px;
}
#sidebar {
	margin-top: 30px;
	float: left;
	width: 30%;
}
#sidebar #box {
	margin-bottom: 10px;
}
#sidebar #title {
	font-size: 24px;
}
.addComment {
	padding: 15px;
	margin-bottom: 10px;
	border: 1px solid #878787;
}
.comment {
	padding: 0px;
	background-color: #ffffff;
	color: #000000;
	border: 1px solid #878787;
	margin-bottom: 18px;
}
.comment .commentheader {
	padding: 3px;
	background-color: #f3f3f3;
	border-bottom: 1px solid #878787;
	color: #4d4d4d;
	font-size: 10pt;
}
.comment .commentmessage {
	padding: 3px;
}