@charset "UTF-8";
/* CSS Document */

body {
	background-color:#999999;
	font-family:Myriad roman, Futura, sans serif;
	font-size:smaller;
	color:#333333;
}

img {
	border:0px;
}

a {
	color:#333333;
}

a:hover {
	color:#000000;
}

.barLink {
	color:#ffffff;
}

.barLink:hover {
	color:#cccccc;
}

.thumb {
	display:inline;
	position:relative;
	border:solid;
	border-color:#ffffff;
	top:-50px;
}

.thumb:hover {
	border-color:#ffffff;
}

.alt {
	display:none;
}

.page {
	width:900px;
	height:600px;
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-300px;
	margin-left:-450px;
	background-color:#ffffff;
}

.leftBar {
	background-image:url(../graphics/leftBar.gif);
	width:190px;
	height:600px;
	position:absolute;
	top:0px;
	left:0px;
}

.rightBar {
	background-image:url(../graphics/rightBar.gif);
	width:190px;
	height:600px;
	position:absolute;
	top:0px;
	right:0px;
}

#portfolioBar.rightBar {
	background-image:url(../graphics/rightBar2.gif);
}

.leftBarContent {
	position:absolute;
	top:550px;
	left:15px;
	width:170px;
	color:#ffffff;
}

.devCredit {
	font-size:x-small;
}

.rightBarContent {
	position:absolute;
	top:20px;
	right:5px;
	width:170px;
	color:#ffffff;
}

.portfolioGroups {
	position:absolute;
	top:150px;
	right:5px;
	width:170px;
	color:#ffffff;
}

.logoBox {
	background-image:url(../graphics/logo.gif);
	width:200px;
	height:180px;
	position:absolute;
	top:0px;
	left:50%;
	margin-left:-100px;
}

.header {
	position:absolute;
	width:125px;
	height:50px;
	top:30px;
	left:50%;
	margin-left:-63px;
}

#portfolio.header {
	background-image:url(../graphics/portfolio.gif);
}

#contact.header {
	background-image:url(../graphics/contact.gif);
}

.contentBox {
	position:absolute;
	width:480px;
	height:300px;
	top:200px;
	left:50%;
	margin-left:-260px;
	padding-left:20px;
	padding-right:20px;
}

#contentBox2.contentBox {
	top:75px;
	height:425px;
}

.contactTable {
	width:480px;
	padding-left:20px;
	padding-right:20px;
}

.portfolioBox {
	position:absolute;
	background-color:#ffffff;
	height:340px;
	width:605px;
	top:40px;
	left:-90px;
	padding:10px;
	border:solid;
	border-color:#000000;
	border-width:thin;
	text-align:center;
}

.backArrow {
	position:relative;
	top:150px;
	left:0px;
}

.forwardArrow {
	position:relative;
	top:-170px;
	left:585px;
}

.linkBar {
	position:absolute;
	width:500px;
	height:50px;
	top:500px;
	left:50%;
	margin-left:-260px;
	padding-left:10px;
	padding-right:10px;
	text-align:center;
	font-size:larger;
}

.footer {
	position:absolute;
	width:500px;
	height:50px;
	top:550px;
	left:50%;
	margin-left:-260px;
	padding-left:10px;
	padding-right:10px;
	text-align:center;
	font-size:x-small;
}