/* CSS Mini Reset */

html, body, div, form, fieldset, legend, label {
 margin: 0;
 padding: 0;
 border: 0;
}

h1, h2, h3, h4, h5, h6, th, td, caption { font-weight:normal; }

img { border: 0; }


/* Page Styles */

body {
	background: #2d3441 url("images/bgTile.png") left top repeat;
	color: #FFFFFF;
	font-family: helvetica, geneva, arial, sans-serif;
	font-size: 18px;
	line-height: 30px;
}

#siteContainer {
	background: transparent url("images/bgBiggie.png") center top no-repeat;
	border-top: 1px solid #00a9ec;
	height: 560px;
	margin: 0 auto;
	text-align: center;
	width: 100%;
}

h1#blLogo {
	background: transparent url("images/blLogo.png") top center no-repeat;
	height: 141px;
	text-indent: -10000px;
}

#recentWork {
	background: transparent url("images/bgDiv1.png") top center no-repeat;
	padding: 20px 0;
}

#recentWork p a {
	background: rgba(0, 169, 236, .42);
	border: 1px solid #4984a2;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-o-border-radius: 3px;
	-webkit-box-shadow: 0px 1px 1px #000;
	color: #FFFFFF;
	margin: 3px;
	padding: 5px 10px;
	text-decoration: none;
	text-shadow: 0px 1px 1px #000;
}

#footer {
	background: transparent url("images/bgDiv2.png") top center no-repeat;
	color: #959aa0;
	font-size: 12px;
	padding: 15px;
}

#footer a {
	border-bottom: 1px solid white;
	color: #FFF;
	text-decoration: none;
}


