
/* Global -------------------------------------------------------------------- */

body { margin: 0; padding: 0 1px 0 1px; background: #fff; }

img {	border: 0; vertical-align: top; }

p {	margin: 0; padding: 0;}

/* Layout -------------------------------------------------------------------- */

#header { 
	width: 100%;
	height: 26px;
	background: #333;
	}
	
#header a {
	position: relative;
	font: normal 11px arial, helvetica, sans-serif;
	color: #fff;
	}
	
#dudes {
	background: url(../../images/dudes.jpg) no-repeat 0 top;
	margin: 0 auto;
	margin-top: -26px;
	width: 429px;
	height: 310px;
	}
	
#bubble1 {
	position: relative;
	top: -1000px;
	left: -1000px;
	}

#bubble2 {
	position: relative;
	top: -1000px;
	left: -1000px;
	}
	
#bubble3 {
	position: relative;
	top: -1000px;
	left: -1000px;
	}
	
#content {
	text-align: center;
	font: normal 15px/24px arial, helvetica, sans-serif; 
	color: #000;
	margin-top: -30px;
	}
	
#content a {
	color: #000;
	}
	
#work {
	width: 291px;
	margin: 33px auto 0 auto;
	}
	
#workTop {
	background: url(../../images/work_bg_top.gif) no-repeat 0 bottom;
	height: 24px;
	font: bold 11px/24px arial, helvetica, 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, helvetica, sans-serif;
	color: #000;
	}
	
#workLinks img {
	vertical-align: -3px;
	padding: 0px 5px 0 0;
	}
	
#footer {
	padding-top: 15px;
	text-align: center;
	}
	
#footer a {
	font: normal 12px arial, helvetica, sans-serif;
	color: #000;
	}

/* Formatting ---------------------------------------------------------------- */

.clear {
	clear: both;
	}
