body {
	background: url('../images/background.gif') top left repeat-y #630f0f;
	font: normal 11px/14px Verdana, Arial, Helvetica, sans-serif;
	color: #490808;
	margin: 0;
	padding: 0px 0px 0px 517px;
}

	body.popup {
		padding: 15px;
		background: #fcf6e9;
	}
	
div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}

a {
	color: #f2c05c;
	text-decoration: none;
}

	a:hover {
		color: #3d3d3d;
		text-decoration: underline;
	}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Header */
#header {
	position: fixed;
	top: 0px;
	left: 0px;
	background: url('../images/header.gif') top left no-repeat;
	padding-top: 333px;
}

/* Navigation */
.nav {
	float: left;
	width: 209px;
	background: url('../images/nav/bottom.gif') bottom left no-repeat;
	margin-left: 43px;
	padding-bottom: 53px;
}

	.nav h3 {
		height: 23px;
		margin-left: 18px;
		background-position: top left;
		background-repeat: no-repeat;
		text-indent: -9999px;
	}

		.nav h3.ads {
			background-image: url('../images/titles/ads.gif');
		}

		.nav h3.websites {
			background-image: url('../images/titles/websites.gif');
		}
		
		.nav h3.blank {
			background-image: url('../images/titles/blank.gif');
		}
		
	.nav ul {
		list-style: none;
		width: 209px;
		min-height: 180px;
		background: url('../images/nav/top.gif') top left no-repeat #c00;
		padding-top: 15px;
	}
	
		.nav ul li {
			list-style: none;
			font: normal 11px/18px Georgia, "Times New Roman", Times, serif;
			color: #f2c05c;
			margin-left: 18px;
		}
		
			.nav ul li a {
				font: normal 11px/13px Georgia, "Times New Roman", Times, serif;
				color: #f2c05c;
			}
		
				.nav ul li a:hover {
					color: #fff;
				}

#header .contact {
	position: absolute;
	top: 100px;
	left: 315px;
	width: 130px;
	list-style: none;
	text-align: center;
}

	#header .contact li {
		list-style: none;
		font: normal 11px/15px Georgia, "Times New Roman", Times, serif;
		color: #f2c05c;
		text-align: center;
	}

		#header .contact li a {
			font: normal 11px/15px Georgia, "Times New Roman", Times, serif;
			color: #f2c05c;
			text-decoration: underline;
		}

			#header .contact li a:hover {
				color: #fff;
			}
	
#header .right {
	float: left;
	margin-left: 14px;
}

/* Portfolio */
ul.portfolio {
	list-style: none;
	width: 420px;
	padding-top: 50px;
}

	ul.portfolio li {
		list-style: none;
		background: url('../images/panel/header.gif') 0px 28px no-repeat;
		margin-bottom: 100px;
	}

	ul.portfolio h2 {
		font: normal 24px/24px Georgia, "Times New Roman", Times, serif;
		color: #f2c05c;
		margin: 0px 28px 0px 15px;
		background-position: right 12px;
		background-repeat: no-repeat;
	}
	
		ul.portfolio h2.website {
			background-image: url('../images/categories/website.gif');
		}

		ul.portfolio h2.email {
			background-image: url('../images/categories/email.gif');
		}

		ul.portfolio h2.flash {
			background-image: url('../images/categories/flash.gif');
		}
		
		ul.portfolio h2.graphic {
			background-image: url('../images/categories/graphic.gif');
		}

	ul.portfolio p {
		background-color: #fcf6e9;
		padding: 0px 15px;
		margin-top: 16px;
	}
	
		ul.portfolio p img {
			float: left;
			margin-right: 15px;
			border: none;
		}
		
		ul.portfolio p a {
			color: #490808;
			text-decoration: underline;
		}
		
		ul.portfolio p a.featured {
			display: block;
			font-size: 12px;
			font-weight: bold;
			color: #490808;
			margin-bottom: 2px;
		}
	
		ul.portfolio p a.first {
			margin-top: 10px;
		}
		
			ul.portfolio p a:hover {
				color: #c00;
			}	
	
		ul.portfolio a.image {
			display: inline;
			margin: 0;
		}
	
	ul.portfolio p.role {
		background: url('../images/panel/footer.gif') bottom left no-repeat #fcf6e9;
		padding-top: 6px;
		padding-bottom: 6px;
		margin-top: 0px;
	}

		ul.portfolio p.role em {
			font-style: normal;
			color: #c00;
		}

