* {
	padding: 0;
	margin: 0;
}
body {
	background: #666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
img {
	border-width: 0px;
	border-style: solid;
}
#page_wrapper {
	height: 600px;
	width: 100%;
	background: #000;
}
#calibrate {
	position: absolute;
	top: 31px;
	left: 26px;
}
#calibrate_icon {
	position: absolute;
	top: 551px;
	left: 26px;
}
#random_img {
	position: absolute;
	left: 296px;
	height: 265px;
	width: 480px;
}
#pfolio_content {
	position: absolute;
	left: 250px;
	height: auto;
	width: auto;
	top: 148px;
}
#pfolio_img {
	height: auto;
	width: auto;
	float: left;
	margin-bottom: 8px;
}
#pfolio_copy {
	height: auto;
	width: 220px;
	padding-left: 24px;
	float: left;
}
#srp {
	position: absolute;
	left: 26px;
	top: 287px;
}
#srp_small {
	position: absolute;
	left: 26px;
	top: 36px;
}
#home_menu_wrapper {
	position: absolute;
	left: 26px;
	top: 323px;
	height: 29px;
	z-index: 10;
}
#top_menu_wrapper {
	position: absolute;
	left: 26px;
	top: 91px;
	z-index: 10;
	width: 760px;
}
#left_nav_wrapper {
	position: absolute;
	width: 150px;
	height: 267px;
	left: 26px;
	top: 148px;
	z-index: 5;
}
#image_array_wrapper {}

#footer {
	margin-top: 12px;
	margin-left: 26px;
}
#page_wrapper, #footer, #footer a, #pfolio_content a {
	color: #fff;
}
#footer a, #pfolio_content a, #hidden a {
	text-decoration: underline;
}
#footer a:hover, #pfolio_content a:hover, #hidden a:hover {
	background: #fff;
	color: #000;
	text-decoration: none;
	border-bottom: 1px solid #fff;
}
#hidden {
	margin-top: 72px;
	margin-left: 26px;
}
#hidden, #hidden a {
	color: #fff;
	visibility: hidden;
}
#hidden a:hover {}
#page_wrapper p, #footer p, #hidden p {
	font-size: 10px;
	padding-bottom: 12px;
}
.bold {
	font-weight: bold;
}
.italics {
	font-style: italic;	
}
.yellow {
	color: #ff0;
	text-decoration: none;
}
