@charset "utf-8";
#wrapper {
	position: relative;
	width: 950px;
	height: 630px;
	margin: 0 auto;
	left: 0px;
	top: 10px;
	overflow: visible;
	background-color: #000;
}
a:hover {
	color: #03F;
}

body {
	background-color: #666666;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 14px;
	color: #cccccc;
}

#banner {
	width: 950px;
}

#contentArea {
	position: relative;
	width: 950px;
	height: 400px;
	top: 10px;
	left: 0px;
	margin: 0 auto;
	overflow: auto;
}

#homeText {
	position: relative;
	padding: 10px;
	width: 490px;
	height: 370px;
	top: 0px;
	left: 230px;
	float: left;
	overflow: auto;
}

#bioText {
	position: relative;
	left: 180px;
	top: 0px;
	width: 590px;
	height: 370px;
	float: left;
	overflow: auto;
	padding: 10px;
}

#downloadButton {
	position: relative;
	width: 230px;
	height: 70px;
	float: left;
	top: 80px;
	left: 20px;
	margin: 0;
}

#adobeLink {
	position: relative;
	width: 230px;
	top: 160px;
	left: 20px;
	float: left;
	text-align: center;
}
a:link, a:visited, a:hover, a:active {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a:link {
	color: #03F;
}
a:active {
	color: #03F;
}
a:visited {
	color: #93C;
}

img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#contactText {
	position: relative;
	top: 0px;
	left: 310px;
	width: 310px;
	padding: 10px;
	overflow: auto;
	float: left;
}

#portfolio_main {
	position: relative;
	top: 0px;
	left: 160px;
	float: left;
	width: 650px;
	height: 330px;
	padding: 0px;
}

.thumb {
	position: relative;
	float: left;
	width: 150px;
	height:130px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	background-attachment: scroll;
	background-image: url(images/backgrounds/thumb_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
	
#prev {
	position: absolute;
	width: 70px;
	height: 70px;
	left: 170px;
	top: 560px;
	font-family: Verdana, Geneva, sans-serif;
}

#next {
	position: absolute;
	width: 70px;
	height: 70px;
	top: 560px;
	left: 730px;
	font-family: Verdana, Geneva, sans-serif;
}

.alpha-shadow {
	height: 670px;
	width: 970px;
	background-attachment: scroll;
	background-image: url(images/backgrounds/shadowAlpha.png);
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

/* .alpha-shadow div {
	background: url(images/shadowAlphaIE.png) no-repeat left top !important;
	background: url(images/shadow2.gif) no-repeat left top;
	padding: 0px 5px 5px 0px;
}

.alpha-shadow-img {
	background-color: #666;
	
	padding: 4px;
} */
.xhtml-verified {
	padding: 0px;
	height: 70px;
	width: 140px;
	position: absolute;
	right: 0px;
	bottom: 0px;
	text-align: right;
}

.css-verified {
	padding: 0px;
	height: 70px;
	width: 140px;
	position: absolute;
	right: 0px;
	bottom: 70px;
	text-align: right;
}

