body{
	background: black url(http://www.brettsing.com/bpcd/images/bsdc.jpg) top center no-repeat fixed;
	color: white;
	}	
	

a {
	color: white;
	text-decoration: underline;
}

h2{
	font-family:Arial, Helvetica, sans-serif;
	color: #3a93b8;
	font-style:italic;
	text-decoration: none;
	font-size: 14px;
}

h1{	
	font-family:Arial, Helvetica, sans-serif;
	color: #d5df24;
	text-decoration: none;
}

h3{	
	font-family:Arial, Helvetica, sans-serif;
	color: white;
	text-decoration: none;
	text-transform:uppercase;
}

#container{
	margin: 0px auto;
	width: 840px;
	height: 0px;
}

	#titlebar{
	width: 756px;
	height: 104px;
	position: relative;
	display: inline;
	text-align: center;
	float:right;
	}
	
		#logo{
		background: url(images/logo.png) top left no-repeat;
		width: 288px;
		height: 104px;
		position: relative;
		float: left;
		display: inline;
		}
		
		#work_btn{
		background: url(images/prev_btn.png) top left no-repeat;
		width: 241px;
		height: 104px;
		position: relative;
		float: left;
		display: inline;
		}
		
		#contact_btn{
		background: url(images/contact_btn.png) top left no-repeat;
		width: 227px;
		height: 104px;
		position: relative;
		float: left;
		display: inline;
		}
		
	#pagename{
	width: 756px;
	height: 17px;
	position: relative;
	float: left;
	display: inline;
	}
	
	#maincontent{
		margin: 0 0 0 10px;
		width: 840px;
		height: auto;
		position: relative;
		float: left;
		display: inline;
	}
	
	#maincontent a img{
	border: 0px;
	margin: 4px;
	}
	
	
		#contactleft{
		margin: 20px 0 0 0;
		background: url(images/resume.png) top left no-repeat;
		width: 217px;
		height: auto;
		position: relative;
		float: left;
		display: inline;
		}
		
		#contactright{
		width: 400px;
		height: 300px;
		position: relative;
		float: left;
		display: inline;
		}
		
		#contactright p{
		color: white;
		}
	
	#footer{
		background: url(images/footer.png) top left no-repeat;
		width: 757px;
		height: 33px;
		position: relative;
		float: left;
		display: inline;
	}
	
	


*/