/* CSS Document - Modified By: James Matthew Mudgett */
body {
	margin:0px;
	background: url(../images/background.gif);
	background-repeat: repeat-x;
	background-color: #202020;
}
#logo {
	position: absolute;
	left: 127px;
	top: 0px;
}

#navigation {
	position: absolute;
	left: 389px;
	top: 50px;
}

#portfolio_nav {
	position: absolute;
	left: 392px;
	top: 90px;
}

.red {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ed1c24;
}

.bigred {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ed1c24;
}


.grey {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #888888;
	margin-left: 2px;
	margin-right: 13px;
}

.portfoliotable {
	height: 500px;
}

.grey2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #545454;
}

.navlink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #888888;
	text-decoration: none;
	margin-left: 2px;
	margin-right: 13px;
}

.navlink:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #545454;
	text-decoration: none;
}

#displayimage {	
	height: 470px;
	position: relative;
	top: 120px;
}

.changeimage {
	background-color: #2a2a2a;
}
.changeimage:hover {
	background-color: #303030;
	cursor: pointer;
}

#footer {
	
	vertical-align: bottom;
}

.content {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #888888;
	width: 500px;
}

.content_thumbs {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #888888;
	width: 720px;
}

.bound {
	margin-left: 20px;
}

#thumb {
	float: left;
	margin: 10px 10px 10px 10px;
}
