body, h1, h2, h3, h4, h5, h6, div {
	margin: 0;
	padding: 0;
}

body {
	color: #848484;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a {
	color: #000;
	cursor: pointer;
	text-decoration: none;
}

a:hover {
	color: #6e5ce6;
}

#container {
	background: #FFF url('../../images/page-background.jpg') no-repeat 0 65px;
	margin: 0 auto;
	width: 980px;
}

#header {
	height: 65px;
	width: 980px;
}

#logo {
		height: 52px;
		left: 20px;
		overflow: hidden;
		position: relative;
		top: 13px;
		width: 274px;
	}
	
	#logo .img_replacer {
		background-image: url("../../images/logo.jpg");
		height: 52px;
		left: 0;
		position: absolute;
		top: 0;
		width: 274px;
}

#nav {
		float: right;
		margin: -20px 100px 0 0;
	}
	
	#nav span {
		color: #D2D2D2;
		display: block;
		float: left;
		letter-spacing: 3px;
		margin-top: 1px;
	}
	
	#nav a {
		display: block;
		font-size: 14px;
		float: left;
		margin-left: 35px;
	}

#content {
	padding: 30px 20px;
	width: 940px;
}

.info_section {
	margin-top: 50px;
}

.info_section:first-child {
	margin-top: 0;
}

.rollover-content {
	width: 310px;
}

.portfolio_card {
		cursor: pointer;
		float: left;
		height: 125px;
		margin: 40px 0 0 40px;
		text-align: center;
		width: 90px;
	}
	
	.first_row { margin-top: 20px; }
	
	.new_row { margin-left: 0px; }
	
	#portfolio_container {
		float: left;
		margin-left: 40px;
		width: 740px;
	}
	
	#cheat_list {
		float: right;
		width: 140px;
	}
	
	#cheat_list a {
		display: block;
		font-weight: bold;
		margin-top: 15px;
		text-decoration: none;
	}

#footer {
		background-color: #E5E5E5;
		border-top: 3px double #CCC;
		color: #B2B2B2;
		height: 50px;
		padding-right: 10px;
		width: 970px;
	}
	
	#footer .info {
		color: #848484;
		letter-spacing: 3px;
	}
	
	#footer div {
		float: right;
		margin:  7px 0 0 25px;
		text-align: right;
	}
	
	#footer div:first-child {
		color: #848484;
		float: left;
		font-size: 13px;
		margin-top: 14px;
}