body { 
	margin: 0; 
	padding: 0 1px 0 1px; 
	background: #fff; 
}

img {	
	border: 0; 
	vertical-align: top; 
}

p {	
	margin: 0; 
	padding: 0; 
}

.clear {
	clear: both;
	}

#header { 
	width: 100%;
	height: 26px;
	background: #333;
}
		
#dudes {
	background: url(../../images/dudes.png) no-repeat 0 top;
	margin: -26px auto 0 auto;
	width: 476px;
	height: 265px;
}
	
#content {
	text-align: center;
	font: normal 14px/24px Arial, sans-serif;
	color: #000;
	margin-top: 10px;
}
	
#content p {
	width: 650px;
	margin: 5px auto 0 auto;
}	

#content a {
	font: normal 13px Arial, sans-serif;
	font-weight: bold;
	color: #000;
}
	
#content a:hover {
	color: #cc0000;
}

#work {
	width: 291px;
	margin: 0 auto 0 auto;
	padding-top: 22px;
}
	
#workTop {
	background: url(../../images/work_bg_top.gif) no-repeat 0 bottom;
	height: 24px;
	font: bold 12px/24px Arial, sans-serif;
	color: #fff;
	text-align: center;
}

#workBody {
	background: url(../../images/work_bg_body.gif) repeat-y;
	padding: 8px 0 5px 13px;
}

#workBottom {
	background: url(../../images/work_bg_bottom.gif) no-repeat;
	height: 6px;
}
	
#workLinks a {
	font: normal 12px Arial, sans-serif;
	color: #000;
	text-decoration: none;
}

#workLinks a img {
	padding-right: 5px;
}

#workLinks a span {
	text-decoration: underline;
}

#workLinks a:hover {
	color: #cc0000;
}
	
#workLinks img {
	vertical-align: -3px;
	padding: 0px 5px 0 0;
}
	
#footer {
	padding-top: 20px;
	text-align: center;
	font: normal 13px Arial, sans-serif;
	line-height: 1.5em;
}
	
#footer a {
	color: #000;
	font-weight: bold;
	font-size: 13px;
}
	
#footer a:hover {
	color: #cc0000;
}
	
#about {
	font: normal 14px/1.65em Arial, sans-serif;
	text-align: left;
	color: #000;
	padding: 30px 0 30px 50px;
	width: 650px;
}

#about p {
	margin-top: 20px;
}

#about h1 {
	font: normal 18px/1.5em Arial, sans-serif;
	margin: 0; 
	padding: 0;
}

#about a {
	color: #cc0000;
}
