body {
	margin: 0;
	padding: 0;
	background-color: #222222;
	color: #AAAAAA;
	font-family: Verdana, Arial, sans-serif;
	font-size: small;
}
.contentdiv {
	/*background-color: #333333;*/
	border-bottom-width: 2px;
	border-bottom-style: solid;
}
p {
	margin: 8px 3px 8px 3px;
	padding: 0;
}
h2 {
	margin: 10px 5px 10px 5px;
	padding: 0;
	font-family: Georgia, serif;
	font-size: large;
}
h3 {
	margin: 8px 3px 8px 3px;
	padding: 0;
	font-family: Verdana, Arial, sans-serif;
	font-size: medium;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
h4 {
	margin: 8px 3px 8px 3px;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:visited {
	/*what to do here?*/
}
a img {
	border: none;
}
#container {
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	position: relative;
}
#blogs {
	width: 590px;
	position: relative;
}
#extras {
	width: 350px;
	position: absolute;
	right: 0;
	top: 0;
	border-bottom-color: #DA9E2D;
}
#extras h2, #extras a {
	color: #DA9E2D;
}
#extras h3 {
	border-bottom-color: #DA9E2D;
	text-align: right;
}
dl.links dt {
	margin-left: 5px;
}
#head {
	height: 190px;
	position: relative;
	margin-bottom: 10px;
	border-bottom-color: #FF358B;
	background-image: url(/images/logo1.jpg);
}
#head h1 {
	display: none;
}
#techblog {
	float: left;
	border-bottom-color: #01B0F0;
}
#techblog h2, #techblog a {
	color: #01B0F0;
}
#techblog h3 {
	border-bottom-color: #01B0F0;
}
#socialblog {
	float: right;
	border-bottom-color: #AEEE00;
}
#socialblog h2, #socialblog a {
	color: #AEEE00;
}
#socialblog h3 {
	border-bottom-color: #AEEE00;
}
.blog {
	width: 290px;
	text-align: justify;
	/*min-height: 400px;*/
	height: 100%;
}
.blog h2 {
	text-align: right;
}
#lastfm {
	text-align: center;
}
