html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

.clear {
	clear: both;
}

p {
	line-height: 1.5em;
	margin-bottom: 1.3em;
}

hr {
	border-bottom: 0px Solid #FFF;
	border-right: 0px Solid #FFF;
	border-left: 0px Solid #FFF;
	border-top: 1px Dashed #CCC;
}

a {
	color: #5bbbe3;
	text-decoration: none;
}

html {
	margin: 0px;
	padding: 0px;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	padding:0;
	margin:0;
	background-color: #c3c3c3;
}

a img {
	border: none;
}

form {
	padding: 0;
	margin: 0;
}

input {
	font-family: Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 24px;
}

h2 {
	font-size: 18px;
}

h3 {
	font-size: 16px;
}

#container {
	position: relative;
	margin: auto;
	width: 790px;
	height: 652px;
	background-image: url(images/back.jpg);
}

#content {
	color: #FFF;
	width: 510px;
	height: 225px;
	position: absolute;
	top: 124px;
	left: 236px;
}

#content p {
	line-height: 2em;
}

#social {
	position: absolute;
	bottom: 0px;
	right: 0px;
}

#social a {
	padding-right: 10px;
}

#sub_content {
	width: 547px;
	position: absolute;
	left: 219px;
	top: 380px;
}

#col_1 {
	float: left;
	width: 326px;
}

#col_2 {
	float: right;
	width: 206px;
}

#sub_content h2 {
	background-color: #999;
	font-size: 13px;
	font-weight: bold;
	padding: 4px 6px;
	color: #FFF;
}

#recent_projects a {
	background-color: #FFF;
	display: block;
	padding: 4px 6px;
	margin: 1px 0;
}

#twitter_feed {
	margin-top: 15px;
}

.twit_top {
	clear: both;
	background-image: url(images/twit_top.png);
	height: 5px;
}

.twit_body {
	background-color: #FFF;
	padding: 4px 6px;
}

.twit_bot {
	background-image: url(images/twit_bot.png);
	height: 12px;
}

.twit_when {
	float: right;
	margin: 0 24px 6px 0;
	font-size: 11px;
}