﻿html, body, #wrapper {
	height: 100%;
	margin: 0;
	padding: 0;
	border: none;
	text-align: center;
}



#wrapper {
	margin: 0px auto 0px auto;
	border: 0px ridge #808080;
	background: #FFFFFF;
	height: 100%;
	width: 800px;
	min-height: 675px;
	min-width: 700px;
	position: relative;
	height: 100%;
}
#header {
	font-family: "Times New Roman";
	font-size: 24px;
	color: #C0C0C0;
	position: absolute;
	width: 670px;
	height: 30px;
	top: 0px;
	text-align: center;
	left: 135px;
	margin-top: 5px;
}
#menu {
	position: absolute;
	width: 130px;
	height: 95%;
	top: 0px;
	left: 0px;
	margin: 5px 0px 0px 0px;
}
#content {
	position: absolute;
	width: 500px;
	height: 540px;
	top: 30px;
	left: 200px;
	z-index: 1;
}
#footer {
	background-color: #333333;
	width: 800px;
	height: 15px;
	bottom: 0px;
	font-family: verdana;
	font-size: x-small;
	position: absolute;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: inherit;
	color: #FFFFFF;
	left: 0px;
	text-align: center;
}
.smalltext white {
	font-family: verdana;
	font-size: x-small;
	color: #FFFFFF;
}
.bullet text {
	font-family: verdana;
	font-size: small;
	text-align: left;
	color: #000000;
}
#introdiv {
	text-align: center;
	background-color: #FFFFFF;
	margin: 0px auto 0px auto;
	width: 500px;
	height: 500px;
}
#portfolio_div {
	margin: 0px auto 0px auto;
}
#thumbnail_div {
	margin: 0px auto 0px auto;
	width: 35px;
	height: 500px;
	top: 0px;
	padding: 0px;
}
#thumb_horizontal {
	margin: 0px;
	padding: 0px;
	width: 600px;
	height: 75px;
	position: absolute;
	left: -45px;
	top: 540px;
	overflow: visible;
	z-index: 2;
}
