/* SCREEN STYLES */
body { background-color: rgb(120,120,120); text-align: center; }
a, a:visited { color: rgb(200,0,0); text-decoration: underline; }
a:hover { color: rgb(200,0,0); text-decoration: none; }

#area {
	background-color: #fff;
	border-bottom: 1px solid;
	border-left: 1px solid;
	border-right: 1px solid;
	border-color: rgb(70,70,70);
	min-height: 635px;
	height: 635px;
	overflow: visible;
	position: relative;
	margin-left: auto;
	margin-right: auto; 
	text-align: left;
	width: 972px;
	voice-family: "\"}\""; 
	voice-family: inherit;
	width: 970px;
}
body>div#area {
	height: auto;
}
html>body #area {
	width: 970px;
}

#nav1 { text-align: right; width: 120px; }
#nav2 { position: absolute; top: 0px; left: 120px; width: 150px; }
#content { position: absolute; top: 0px; left: 270px; width: 700px; }

#logoArea { height: 200px; padding: 80px 0px 0px 0px; }

#menu1 ul { margin-top: 75px; }
#menu2 ul { margin-top: 355px; }
#menu1 ul li a:hover, #menu2 ul li a:hover { color: rgb(200,0,0); }

#imagePopUp {
	display: none;
	position: absolute;
	top: 0px;
	right: 0px;
	border-left: 2px solid #fff;
	z-index: 1;
}
#imagePopUp img {
	cursor: pointer;
}

#contentImage { min-height: 280px; text-align: right; }
#contentImageChooser { position: absolute; top: 295px; left: 0px; width: 340px; }

#contentLeft { position: absolute; top: 355px; width: 340px; }
#contentRight { position: absolute; top: 355px; left: 350px; width: 340px; }


#contentImageChooser a {
	background-color: rgb(255,255,255);
	border: 1px solid rgb(120,120,120);
	display: block;
	float: left;
	font-size: 8px;
	height: 10px;
	margin-right: 5px;
	margin-bottom: 5px;
	text-decoration: none;
	width: 10px;
}
#contentImageChooser a:hover, #contentImageChooser a#activeImage:hover {
	border-color: rgb(200,0,0);
}
#contentImageChooser a#activeImage {
	border-color: rgb(200,0,0);
}


#contentLeftScroll, #contentRightScroll,
#projectLeftScroll, #projectRightScroll {
	position: relative; overflow: auto; width: 300px; padding-right: 20px;
}
#contentLeftScroll, #contentRightScroll { height: 253px; }
#projectLeftScroll, #projectRightScroll { height: 208px; }
#contentLeftScrollUp, #contentRightScrollUp,
#projectLeftScrollUp, #projectRightScrollUp {
	position: absolute; display: none; right: 0px; bottom: 15px;
}
#contentLeftScrollDown, #contentRightScrollDown,
#projectLeftScrollDown, #projectRightScrollDown {
	position: absolute; display: none; right: 0px; bottom: 0px;
}
#contentLeftScrollData, #contentRightScrollData,
#projectLeftScrollData, #projectRightScrollData {
	position: relative;
}
#projectLeftScroll a, #projectRightScroll a,
#projectLeftScroll a:visited, #projectRightScroll a:visited {
	color: rgb(200,0,0);
	text-decoration: none;
}
#contentRightScrollData ul.projectList li a,
#contentRightScrollData ul.projectList li a:visited {
	color: #000;
	text-decoration: none;
}
#contentRightScrollData ul.projectList li a:hover {
	color: rgb(200,0,0) ! important;
}

#contactform input, #contactform textarea {
	width: 250px;
}
#contactform textarea {
	height: 80px;
}
