body{
	background: #e9e9e9;
	margin: 0 0 30px 0;
	font-family: 'helvetica neue', helvetica, arial;
	color: #757575;
	font-size: 14px;
	text-shadow: #FFF 0 1px 0;
	padding-top: 50px;
}
a{
	outline: none;
}

#container{
	width: 962px;
	margin: 0 auto;
	padding: 0;
}

		#header h1{
			font-family: Coquette;
			font-size: 30px;
			margin: 0;
			color: #464646;
			font-weight: normal;
			line-height: 1.1em;
			padding-bottom: 20px;
			text-align: center;
		}
			#header h1 span{
				color: #141414;
			}
		#header p{
			font-size: 14px;
			line-height: 1.3em;
			font-weight: normal;
			color: #898989;
		}
			#header p span{
				font-weight: bold;
			}
			#header p a{
				color: #141414;
				border-bottom: 1px solid #b8b8b8;
				font-weight: bold;
				text-decoration: none;
			}
	
	#work{
		height: 324px;
		width: 962px;
		margin: 0;
		padding: 0;
		background: url(images/underworkbg.gif) no-repeat bottom left;
		border-bottom: 1px solid #bababa;
	}
	
	#footer{
		width: 886px;
		height: 46px;
		padding: 14px 38px 4px 38px;
		margin: 0;
		background: url(images/footbg.gif) no-repeat;
		border-bottom: 1px solid #bababa;
	}
		#fb{
			display: block;
			float: left;
			background: url(images/facebook.gif) no-repeat;
			width: 155px;
			height: 22px;
			margin-top: 6px;
			padding: 4px 0 0 35px;
			color: #141414;
			font-size: 14px;
			font-weight: bold;
			text-decoration: none;
		}
			#fb:hover{
				background: url(images/facebookh.gif) no-repeat;
				display: block;
				height: 22px;
			}
			#fb span{
				border-bottom: 1px solid #b8b8b8;
			}
		#twitter{
			display: block;
			float: left;
			background: url(images/twitter.gif) no-repeat;
			width: 138px;
			height: 22px;
			margin-top: 6px;
			padding: 4px 0 0 35px;
			color: #141414;
			font-size: 14px;
			font-weight: bold;
			text-decoration: none;
		}
			#twitter:hover{
				background: url(images/twitterh.gif) no-repeat;
				display: block;
				height: 22px;
			}
			#twitter span{
				border-bottom: 1px solid #b8b8b8;
			}
		#dribble{
			display: block;
			float: left;
			background: url(images/dribble.gif) no-repeat;
			width: 138px;
			height: 22px;
			margin-top: 6px;
			padding: 4px 0 0 35px;
			color: #141414;
			font-size: 14px;
			font-weight: bold;
			text-decoration: none;
		}
			#dribble:hover{
				background: url(images/dribbleh.gif) no-repeat;
				display: block;
				height: 22px;
			}
			#dribble span{
				border-bottom: 1px solid #b8b8b8;
			}
			
		#tumblr{
			display: block;
			float: left;
			background: url(images/tumblr.gif) no-repeat;
			width: 137px;
			height: 22px;
			margin-top: 6px;
			padding: 4px 0 0 35px;
			color: #141414;
			font-size: 14px;
			font-weight: bold;
			border-right: 1px solid #b4b4b4;
			text-decoration: none;
		}
			#tumblr:hover{
				background: url(images/tumblrh.gif) no-repeat;
				display: block;
				height: 22px;
			}
			#tumblr span{
				border-bottom: 1px solid #b8b8b8;
			}
		#quote{
			display: block;
			float: right;
			background: url(images/quote.gif) no-repeat;
			width: 155px;
			height: 38px;
			margin: 0;
			padding:0;
		}
			#quote span{
				display: none;
			}
			#quote:active{
				margin-top: 1px;
				background: url(images/quoteh.gif)no-repeat;
				display: block;
				height: 38px;
			}
			
	#copy{
		width: 962px;
		padding: 20px 0 0 0;
		line-height: 15px;
		font-size: 11px;
	}
		#copy span{
			color: #1b1b1b;
			font-weight: bold;
			text-decoration: none;
		}
		
		#copy:active {
			text-decoration: none;
		}
		

@font-face {
font-family: "Coquette";
src: url("fonts/Coquette-Bold.bmap")
}