body {
	margin:0;
	text-align:center;
	font-family: "Lucida Grande", "Lucida Sans", Arial, Verdana, Helvetica, sans-serif;
	background-color: #fff;
}

body div {
	text-align: left;
}

/* Global reset */
/* Based upon 'reset.css' in the Yahoo! User Interface Library: http://developer.yahoo.com/yui */

*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h5, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td { margin:0; padding:0 }
table { border-collapse:collapse; border-spacing:0 }
fieldset, img { border:0 }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal }
ol, ul, li { list-style:none }
caption, th { text-align:left }
h1, h2, h3, h5, h5, h6 { font-size:100% }
q:before, q:after { content:''}

/* Global reset-RESET */
/* The below restores some sensible defaults */

strong { font-weight: bold }
em { font-style: italic }
ol, ul, li { list-style:none }

* a { position:relative } /* Gets links displaying over a PNG background */
a { outline:none } /* Gets rid of Firefox's dotted borders */
a img { border:none } /* Gets rid of IE's blue borders */

.header {
	width: 100%;
	height: 275px;
	display: block;
	background-color:#000;
}

.headermain {
	width: 840px;
	height: 275px;
	margin: auto;
	background-image: url(../images/base/header_bg.jpg);
	background-repeat: no-repeat;
}

#hireme {
	width: 172px;
	height: 172px;
	z-index: 1;
	position: relative;
	top: 100px;
	left: -75px;
}

.menu {
	width: 100%;
	height: 50px;
	display: block;
	background-color:#000;
}

.menumain {
	width: 840px;
	height: 50px;
	margin: auto;
	background-image: url(../images/base/header_bg.jpg);
	background-repeat: no-repeat;
	background-position: 0 -275px;
}

.menuleft {
	width:695px;
	display:block;
	display:inline;
	float:left;
}

a.mainmenu {
	width: 60px;
	height: 40px;
	padding: 10px 0 0 0;
	margin: 0 50px 0 0;
	display: block;
	display: inline;
	text-align: center;
	float: left;
	text-decoration: none;
	font-size: 20px;
	color: #888;
	background-image: url(../images/base/menu_arrow.gif);
	background-repeat: no-repeat;
}

a.mainmenu:hover {
	color: #fff;
	padding: 10px 0 0 0;
	background-position: 0 -50px;
}

a.mainmenucurrent{
	width: 60px;
	height: 40px;
	padding: 10px 0 0 0;
	margin: 0 50px 0 0;
	display: block;
	display: inline;
	text-align: center;
	float: left;
	text-decoration: none;
	color: #fff;
	font-size: 20px;
	background-image: url(../images/base/menu_arrow.gif);
	background-repeat: no-repeat;
	background-position: 0 -50px;
}

.menuright {
	padding: 0 0 0 90px;
	width:53px;
	display:block;
	display:inline;
	float:left;
	text-align: right;
}

.menuright a {
	display: block;
	display: inline;
	float: left;
	text-decoration: none;
	font-size: 14px;
	padding: 15px 0 0 0;
}

a.contactmenu {
	color: #888;
}

a.contactmenu:hover {
	color: #fff;
}

a.contactmenucurrent {
	color: #fff;
}

.main {
	width: 840px;
	overflow: auto;
	margin: 50px auto 100px auto;
	display: block;
	clear: both;
}

.blurb {
	width: 840px;
	height: 220px;
	margin: 0 0 40px 0;
	display: block;
	clear: both;
	background-repeat: no-repeat;
}

.blurbleft div {
	width: 200px;
	height: 220px;
	display: block;
	display: inline;
	float: left;
}

.blurblefthome {
	background-image: url(../images/icons/house.jpg);
}

.blurbleftnews {
	background-image: url(../images/icons/newspaper.jpg);
}

.blurbleftwork {
	background-image: url(../images/icons/screen.jpg);
}

.blurbleftabout {
	background-image: url(../images/icons/dh.jpg);
}

.blurbleftcontact {
	background-image: url(../images/icons/envelope.jpg);
}

.blurbright {
	width: 640px;
	height: 220px;
	display: block;
	display: inline;
	float: left;
}

.noblurb {
	width: 840px;
	height: 40px;
	display: block;
	clear: both;
}

.fullcolumn {
	width:840px;
	display:block;
}

.leftcolumn {
	width:570px;
	display:block;
	display:inline;
	float:left;
	margin:0 50px 0 0;
}

.newspost {
	width: 570px;
	display:block;
	display:inline;
	float:left;
	margin:0 0 20px 0;
	clear: both;
}

.newsleftcolumn {
	width:50px;
	display:block;
	display:inline;
	float:left;
	margin:0;
}

.newsrightcolumn {
	width:520px;
	display:block;
	display:inline;
	float:left;
	margin:0;
}

.rightcolumn {
	width:220px;
	display:block;
	display:inline;
	float:left;
	margin:8px 0 0 0;
}

.linksmenu {
	width: 220px;
	margin: 10px 0 0 0;
	border-top:1px dotted #ddd;
	font-size: 12px;
}

.rightcolumnnote {
	width: 198px;
	padding: 10px;
	height: auto;
	background-color: #ffc;
	border: 1px solid #fc6;
	margin: 15px 0 15px 0;
}



a.link {
	display: block; 
	width: 217px;
	height:18px;
	padding:4px 0 0 3px;
	text-decoration:none;
	color: #000;
	border-bottom:1px dotted #ccc;
	background-image: url(../images/base/links_bg.gif);
}
a.link:hover {
	background-position: 0 -25px;
}



fieldset {
	width: 568px;
	height: auto;
	padding: 8px 0 0 0;
}

legend {
	font-size: 10px;
	font-style: italic;
	font-weight: bold;
	color: #888;
}

label {
	font-size: 12px;
	color: #444;
	display: block;
	width: auto;
	height: auto;
}

label.top {
	margin: 0 0 5px 0;
}

label.right {
	font-size: 12px;
	margin: 0 0 10px 0;
	float: left;
}

label span {
	font-size: 10px;
	font-style: italic;
	font-weight: bold;
	color: #888;
}

input {
	background-color: #fff;
	border: 1px solid #ccc;
	padding: 3px;
	color: #000;
	font-size: 12px;
	margin: 0 0 10px 0;
	width: 50%;
}

textarea {
	background-color: #fff;
	border: 1px solid #ccc;
	padding: 3px;
	color: #000;
	font-size: 12px;
	margin: 0 0 5px 0;
	width: 95%;
}

.checkbox {
	float: left;
	display: inline;
	display: block;
	width: auto;
	height: auto;
	margin: 1px 5px 0 0;
}

.buttons {
	width: auto;
	height: auto;
	display: block;
	clear: both;
}

.button {
	width: auto;
	height: auto;
	padding: 3px 5px;
	margin: 5px 5px 0 0;
	font-size: 14px;
	color: #444;
}

.button:hover {
	background-color: #eee;
	cursor: pointer;
}

[disabled] {
	background-color: #fff;
	color: #aaa;
}

[disabled]:hover {
	background-color: #fff;
	cursor: auto;
}



.footer {
	width: 100%;
	height: 180px;
	display: block;
	background-color:#000;
}

.footermain {
	width: 840px;
	height: 180px;
	margin: auto;
	background-repeat: no-repeat;
}

.footerboxlarge {
	width: 300px;
	min-height: 100px;
	display: block;
	display: inline;
	float: left;
	margin: 30px 0 0 0;
}

.footerboxsmall {
	width: 210px;
	min-height: 100px;
	display: block;
	display: inline;
	float: left;
	margin: 30px 0 0 20px;
}

.footerlinks {
	width: 220px;
	border-top:1px dotted #222;
}

.footerboxlarge a, .footerboxsmall a {
	width: 200px;
	height: 20px;
	font-size: 12px;
	text-decoration: none;
	color: #fff;
	display: block;
	padding: 3px 0 0 20px;
	background-position: 3px 4px;
	border-bottom: 1px dotted #222;
}

.footerboxlarge a:hover, .footerboxsmall a:hover {
	color: #fff;
	background-color: #111;
}

a.footernewslink {
	background-image: url(../images/icons/news_icon.gif);
	background-repeat: no-repeat;
}

a.footerworklink {
	background-image: url(../images/icons/work_icon.gif);
	background-repeat: no-repeat;
}

a.footervcardlink {
	background-image: url(../images/icons/vcard_icon.gif);
	background-repeat: no-repeat;
}

a.footercontactlink {
	background-image: url(../images/icons/email_icon.gif);
	background-repeat: no-repeat;
}

a.footerresumelink {
	background-image: url(../images/icons/resume_icon.gif);
	background-repeat: no-repeat;
}