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

.Background {
	position: fixed;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	height: 100%;
	width: 100%;
	background-color: #F6F6F6;
}
.sketchpc {
	background-image: url(images/sketchpc.png);
	height: 200px;
	width: 200px;
	background-repeat: no-repeat;
	position: fixed;
	bottom: 0px;
	right: 0px;
	z-index: 1;
	visibility: inherit;
}
.textbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #663300;
	height: auto;
	width: 340px;
	position: absolute;
	top: 340px;
	line-height: 16px;
	font-weight: bold;
	margin: 0px;
	left: 280px;
}
.descriptionimage {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #663300;
	height: auto;
	width: 340px;
	position: absolute;
	top: 370px;
	line-height: 16px;
	font-weight: bold;
	margin: 0px;
	left: 280px;
}
.titlepic {
	height: 275px;
	width: 340px;
	left: 280px;
	top: 40px;
	position: absolute;
}
.textboxright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #663300;
	height: auto;
	width: 110px;
	position: fixed;
	top: 340px;
	line-height: 16px;
	font-weight: bold;
	z-index: 2;
	margin: 0px;
	left: 710px;
}
.rightbar {
	background-color: #663300;
	position: fixed;
	height: 15px;
	width: 170px;
	top: -5px;
	margin: 0px;
	left: 680px;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #663300;
	text-decoration: none;
}
.topbar {
	background-color: #663300;
	position: fixed;
	height: 15px;
	width: 400px;
	top: -5px;
	margin: 0px;
	left: 250px;
}
.pc {
	height: 400px;
	width: 600px;
	position: fixed;
	top: -28px;
	left: 0px;
	background-repeat: no-repeat;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #663300;
	text-decoration: none;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #3399FF;
}
.projecttitles {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #663300;
	height: auto;
	width: 110px;
	position: fixed;
	top: 40px;
	line-height: 16px;
	font-weight: bold;
	z-index: 2;
	margin: 0px;
	left: 710px;
}
img {border:0px;}