@charset "utf-8";
/* CSS Document */

	body { margin:0; background: url(../../_media/images/clean-bg.png) repeat-x; }
	
	.container {
		width: 960px;
		background-color: #fff;
		margin: 0 auto;
	}
	
	.content { background: #121112; }
	
	h1 { 
		margin:0 0 0 245px;
		text-align: center; 
		width: 716px;
		height: 120px;
		background: url(../../_media/images/portofolio-logowhite.png) no-repeat 0 -5px; 
	 }
		h1 a {
			width:716px;
			display:block;
			height:69px;
			text-indent:-9999em;
		}
	h2 { 
		font-family: Trebuchet MS, Lucida Sans Unicode, Lucida Grande, Georgia, "Times New Roman", Times, serif;
		font-weight: normal;
		letter-spacing: -1px;
		color: #3d3b3b;
		margin-left: 68px;
		margin-top: 25px;
		}
		
	li { list-style:none; }
	
	.grid_12 { text-align:center; }
	
	#flash-div {border: solid 0px #333333;}
	.contact p { 
		margin-right: 70px;
		text-align:right; 
		}	
	.contact a { 
		color: #333333;
		text-decoration: none;
		}	
	.bio p {
		margin-left: 70px;
	}

	.copyright {
		color:#999;
		font-size:0.9em;
	}

