body {
	font-family: "Arial", "verdana", sans-serif;
	margin: 0;
}
img { 
	border: 0;
}
a:link, a:visited {
	color: #c80e0e;
	text-decoration: none;
	outline: none;
}
a:hover {
	color: #000;
}
a:active {
	outline: none;
}

/* REUSED */
div.clear {
	height: 0px;
	font-size: 0;
	clear: both;
	overflow: hidden;
}
.red {
	color: #c80e0e;
}
.blue {
	color: #198ee3;
}
div#video {
	display: block;
}

/* SECTIONS */
div#container {
	width: 800px;
	margin: 0 auto;
	padding: 0 47px;
	height: 0px;
	overflow: hidden;
}	
	div#top_grey {
		width: 100%;
		height: 60px;
		margin-bottom: 35px;
	}
		div#top_grey_left {
			float: left;
			width: 158px;
			margin-right: 2px;		
			height: 60px;	
			background: url('images/bg_lightgrey.gif');
		}
		div#top_grey_right {
			float: left;
			height: 60px;	
			width: 638px;
			background: url('images/bg_lightgrey.gif');
		}
	div#header {
		padding: 0 0 35px 0;
	}
		a.logo:link, a.logo:visited {
			background: url('images/site.gif') no-repeat;
			display: block;
			height: 30px;
			width: 270px;
		}
		a.logo:hover {
			opacity: .8;
		}
	
	div#left_col {
		background: url('images/bg_grey.gif');
		float: left;
		height: 490px;
		width: 158px;
		margin-right: 2px;
	}
		div.portfolio {
			padding: 20px 0 0 20px;
		}
		
		/* PORTFOLIO LINKS */
		div.portfolio a:link, div.portfolio a:visited {
			display: block;
			width: 101px;
			height: 13px;
			margin-bottom: 5px;
			overflow: hidden;
		}
				
		a.port_life:link, a.port_life:visited {			
			background: url('images/site.gif') -101px -58px no-repeat;
		}
		a.port_life:hover {
			background: url('images/site.gif') -101px -58px;
		}
		a.port_fuel:link, a.port_life:visited {			
			background: url('images/site.gif') 0 -76px no-repeat;
		}
		a.port_fuel:hover {
			background: url('images/site.gif') -101px -76px;
		}
		a.port_campus:link, a.port_life:visited {			
			background: url('images/site.gif') 0 -94px no-repeat;
		}
		a.port_campus:hover {
			background: url('images/site.gif') -101px -94px;
		}
	
	div#right_col {
		float: left;
		background: url('images/bg_lightgrey.gif');
		width: 638px;
		height: 490px;
	}
		div#content {
			padding: 17px;
			overflow: hidden;
		}
			div#description {
				background: #fff;
				margin-top: 17px;
			}
			div.description_left {
				float: left;
				padding: 20px;
			}
			div.description_right {
				padding: 20px;
				float: right;
			}
				div.description_right table {
					color: #999;
					font-size: .6em;
				}
	
	#footer {
		padding: 10px 0 0 0;
		text-align: right;
	}
		a.email:link, a.email:visited {
			float: right;
			text-decoration: none;
			background: url('images/site.gif') 0 -30px;
			display: block;
			width: 166px;
			height: 28px;
		}
		a.email:hover {
			background-position: 165px -30px;
		}