body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	margin-top: 50px;
	margin-left: 120px;
	background-color: #000000;
	background-image: url(images/bkgd.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #415968;
}
a:hover {
	text-decoration: underline;
	color: #415968;
}
a:active {
	text-decoration: none;
}

div#project_title {
	margin-bottom: 100px;
}

div#project_samples {
	margin-bottom: 100px;
	margin-left: 50px;
	color: #cc0066;
}

h4 {
	font-weight:normal;
	margin:0;
	padding:0;
}

h4#client {
	color: #cc0066;
	text-transform:uppercase;
}

h4#project {
	 color:#999999;
}

div#header {
	width:100%;
	padding-bottom:20px;
	margin-bottom:8px;
	border-bottom:1px solid white;	
}

img#logo-int {
	margin-right:20px;
	margin-bottom:20px;
}

.fushia {
	color: #cc0066;
	font-weight:bold;
}

/* light blue: #86d5f7 */

div#header ul {
	list-style-image: none;
	list-style-type: none;
	padding:0;
	margin:4px 0 0 0;
}

div#header ul li {
	display:inline;
	margin-right:15px;
}
