html {
	height: 100%	
}

body {
	font: 200 1.0em "helvetica neue, trebuchet ms, verdana", sans-serif;
	height: 100%
	text-align: center;
	background-color: #222;
	background: url('../images/stripes.png');
	
}

/* Portfolio title */
h2 {
	margin-top: 20px;
	margin-bottom: 0;
	color: #fff;
	font-weight: 200;	
}

/* Commcercial portfolio link */
h3.purple {
	padding: 8px;
	margin-bottom: 5px;
	background-color: #5200CC;
	color: #fff;
	font-weight: 200;
	font-size: 18px;
}

/* Residential portfolio link */
h3.green {
	padding: 8px;
	margin-bottom: 5px;
	background-color: #29A300;
	color: #fff;
	font-weight: 200;
	font-size: 18px;
}

a, a.visited {
	color: #222;
	border: none;
}

a.hover {
	font: 800 18px;
	border: 10px;
}

#content {
	width: 825px;
	height: 100%;	
	text-align: center;
	position: absolute;	left: 50%;	top: 50%;	margin-left: -406px;	margin-top: -250px;
	
}

#flash {
	float: left;	text-align: center;	border: 0px;	background-color: #333;	color: #fff;
}

#portfolio {
	float: right;
	width: 230px;
	height: 480px;
	text-align: center;
	font-size: 19px;
	background-color: #333;
	padding: 5px 15px 15px 15px;
	border-left: 5px dotted #444;
}

#portfolio img, #portfolio img a, #portfolio a img {
	border: 1px solid #333;
	border-right: 3px solid #222;
	border-bottom: 3px solid #222;
	margin: 2px;	
}

#studios {
	vertical-align: top;
	width: 225px;
	text-align: center;
	background-color: #444;
	border-bottom: 3px solid #222;
}

#residential {
	vertical-align: bottom;
	width: 225px;
	text-align: center;
	background-color: #444;
	border-bottom: 3px solid #222;
}

#copyright {
	color: #fff;
	font-size: 11px;
	padding: 5px;
	margin: 0;
}

