body {
	background-color: #749a5a;
	background-image: url('../images/background_glow.png');
	background-attachment: fixed;
	background-position: top center;
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif, serif;
}

#header {
	width: 914px;
	height: 172px;
	background: url('../images/background_header.png') no-repeat;
	margin: 30px auto 0 auto;
}

#header div.l {
	float: left;
	padding: 48px 0 0 13px;
	width: 520px;
}

#header div.l div.blurb {
	width: 482px;
	font-size: 14px;
	font-weight: bold;
	margin: 14px 0 0 38px;
	line-height: 1.2em;
}

#header div.r {
	float: right;
	padding-right: 27px;
}

#header div.r img {
	margin-right: 8px;
}

#content {
	width: 914px;
	margin: 0 auto;
	background: url('../images/background_main.png') repeat-y;
	padding-bottom: 15px;
}

#content div.project {
	width: 834px;
	margin: 0 auto;
	padding-bottom: 30px;
}

#content div.project div.header {
	width: 816px;
	height: 37px;
	padding: 10px 0 0 18px;
	background: url('../images/background_content_top_withsite.png') no-repeat;
}

#content div.project div.headerright {
	width: 322px;
	height: 37px;
	padding: 10px 0 0 512px;
	background: url('../images/background_content_top_withsite_right.png') no-repeat;
}

#content div.project div.header a, #content div.project div.headerright a {
	font-size: 27px;
	text-transform: uppercase;
	font-weight: bold;
	color: #cfe289;
	display: block;
	width: 304px;
	text-align: center;
	text-decoration: none;
}

#content div.project div.header a.small, #content div.project div.headerright a.small {
	font-size: 22px;
	margin-top: 2px;
}

#content div.project div.header a.smallest, #content div.project div.headerright a.smallest {
	font-size: 20px;
	margin-top: 3px;
}

#content div.project div.main {
	width: 834px;
	background: url('../images/background_content_middle.png') repeat-y;
	overflow: auto;
	padding-top: 10px;
}

#content div.project div.thumbs {
	float: left;
	width: 435px;
	height: 165px;
	padding-left: 25px;
}

#content div.project div.thumbs div.thumb {
	width: 197px;
	height: 154px;
	padding: 11px 0 0 10px;
	background: url('../images/background_project_thumb.png') no-repeat;
	float: left;
	margin-left: 5px;
}

#content div.project div.what {
	float: right;
	width: 350px;
	height: 165px;
}

#content div.project div.what ul {
	width: 300px;
	line-height: 1em;
	font-size: 14px;
}

#content div.project div.what li {
	margin: 6px 0;
	padding-left: 30px;
	background-image: url('../images/checkmark.png');
	background-repeat: no-repeat;
	background-position: 0px 5px;
	min-height: 30px;
}

#content div.project div.about {
	clear: both;
	width: 764px;
	padding: 10px 35px;
	font-size: 14px;
}

#content div.project div.footer {
	width: 834px;
	height: 5px;
	background: url('../images/background_content_bottom.png') no-repeat;
}

#footer {
	width: 914px;
	height: 19px;
	margin: 0 auto;
	background: url('../images/background_main_bottom.png') top no-repeat;
}

/* contact page */

#content div.contactbox {
	width: 728px;
	height: 145px;
	padding: 10px 0 0 30px;
	margin: 0 auto;
	background: url('../images/background_contact_box.png') no-repeat;
}

#content div.contactbox a {
	font-size: 48px;
	font-weight: bold;
	color: #cfe289;
	text-shadow:1px 2px 3px #000000;
	text-decoration: none;
}

#content div.contactbox img, #content div.contactbox_last img {
	vertical-align: middle;
	margin-right: 30px;
}

#content div.contactbox img.skypelogo {
	vertical-align: sub;
}

/* resume */

#resume {
	width: 834px;
	margin: 0 auto;
	font-size: 18px;
}

#resume div.top {
	width: 834px;
	height: 5px;
	background: url('../images/background_content_top_nosite.png') no-repeat;
}

#resume div.content {
	width: 794px;
	padding: 20px;
	background: url('../images/background_content_middle.png') repeat-y;
}

#resume div.content a{
	font-size: 14px;
	text-align: right;
	display: block;
	width: 794px;
	text-decoration: none;
	color: #006010;
}

#resume div.content a:hover {
	text-decoration: underline;
}

#resume div.content h3 {
	font-size: 24px;
	margin-bottom: 15px;
}

#resume div.content span {
	color: #006010;
	font-weight: bold;
}

#resume div.content ul {
	list-style-position: outside;
	list-style-type: disc;
	margin: 10px 0 35px 25px;
}

#resume div.content li {
	width: 700px;
	font-size: 16px;
}

#resume div.bottom {
	width: 834px;
	height: 5px;
	background: url('../images/background_content_bottom.png') no-repeat;
}

/* main frontpage */

#main {
	width: 834px;
	margin: 0 auto;
	font-size: 18px;
}

#main div.top {
	width: 834px;
	height: 5px;
	background: url('../images/background_content_top_nosite.png') no-repeat;
}

#main div.content {
	width: 794px;
	min-height: 45px;
	padding: 10px 20px;
	font-size: 16px;
	background: url('../images/background_content_middle.png') repeat-y;
}

#main div.content p {
	margin: 10px 0;
}

#main div.content a{
	text-decoration: none;
	color: #006010;
}

#main div.content a:hover {
	text-decoration: underline;
}

#main div.bottom {
	width: 834px;
	height: 5px;
	background: url('../images/background_content_bottom.png') no-repeat;
}