/* CSS Document */

body {
	height: 100%;
	margin-top: 0px;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0;
	padding: 0;
	border: 0;
	text-align: center;
}

img {
	border: none;
}

a:link {
	text-decoration: none;
}


a:hover {
	text-decoration: none;
}


a:visited {
	text-decoration: none;
}



#container {
	background: url(../images/shadowBG.gif) no-repeat scroll center;
	width: 850px;
	height: 615px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}

.navBar {
	width: 800px;
	height: 20px;
	position: relative;
	top: 290px;
	margin-left: auto;
	margin-right: auto;
}

.logo {
	height: 190px;
	width: 150px;
	position: absolute;
	top: 40px;
	left: 30px;
}

.leftScroll {
	height: 55px;
	width: 35px;
	position: absolute;
	top: 50px;
	left: 495px;
}

.rightScroll {
	height: 55px;
	width: 35px;
	position: absolute;
	top: 50px;
	right: 25px;
}

.sample1 {
	position: absolute;
	width: 45px;
	height: 45px;
	left: 525px;
	top: 55px;
}

.sample2 {
	position: absolute;
	width: 45px;
	height: 45px;
	left: 570px;
	top: 55px;
}

.sample3 {
	position: absolute;
	width: 45px;
	height: 45px;
	left: 615px;
	top: 55px;
}

.sample4 {
	position: absolute;
	width: 45px;
	height: 45px;
	left: 660px;
	top: 55px;
}

.sample5 {
	position: absolute;
	width: 45px;
	height: 45px;
	left: 705px;
	top: 55px;
}

.sample6 {
	position: absolute;
	width: 45px;
	height: 45px;
	left: 750px;
	top: 55px;
}

.largeSamples {
	width: 800px;
	height: 283px;
	position: relative;
	top: 250px;
	margin-left: auto;
	margin-right: auto;
}

.projectTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	position: absolute;
	height: auto;
	width: 500px;
	top: 105px;
	left: 410px;
}

.projectBold {color: #666699;}
