/* CSS Document - Modified By: James Matthew Mudgett */
html {
	height: 100%;
}

body {
	margin:0px;
	background: url(../images/background.gif);
	background-repeat: repeat-x;
	background-color: #000000;
	height: 100%;
}
#logo {
	position: absolute;
	left: 20px;
	top: 0px;
}

#navigation {
	position: absolute;
	left: 10px;
	top: 50px;
}

#portfolio_nav {
	position: absolute;
	left: 392px;
	top: 90px;
}

.red {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #f9ff59;
}

.red:link, .red:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #777777;
}

.bigred {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #f9ff59;
}


.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: #777777;
}

.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: #f9ff59;
	text-decoration: none;
}

#displayimage {	
	height: 100%;
	margin-left: 20px;
}

.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: 800px;
}

.actors {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #888888;
	width: 100%;
}

.content_thumbs {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #888888;
	width: 720px;
}

.bound {
	margin-left: 20px;
}

#thumb {
	margin: 10px 10px 10px 10px;
	height: 380px;
}
