@charset "utf-8";
/* CSS Document */

html, body {
	height: 100%;
	background-color:#625a53;
	font-family:"Century Gothic", Arial, Helvetica, sans-serif;
	vertical-align:text-top;
}

p {
	font-family:"Century Gothic", Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	font-weight: normal;
}
A:link {color:#FFFFFF; text-decoration:none}
A:visited {color:#FFFFFF; text-decoration:none}
A:active {color:#FFFFFF}
A:hover {color:#FFFFFF; text-decoration:underline}

#wrapper {
	position:relative;
	width:1000px;
	height:647px;
	background-color:#625a53;
	z-index:1;
	margin:0px auto
}
#dispwindow {
	position:absolute;
	width:460px;
	height:486px;
	z-index:2;
	left: 454px;
	top: 83px;
	overflow: none;
}
#flowwindow {
	position:absolute;
	width:460px;
	height:486px;
	z-index:2;
	left: 454px;
	top: 83px;
	overflow: auto;
	margin: 0;
	padding:0
}
#abouttext {
	position:absolute;
	z-index:2;
	font-family:"Century Gothic", Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:#c3b9ac;
	left:454px;
	top:103px;
	width:380px;
	height:406px;
	overflow: auto;
	line-height: 13px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left:40px;
	padding-right:40px;
}
.about A:link {
	color:#000000;
	text-decoration:none;
	font-weight:bold
}
.about A:visited {	color:#000000;
	text-decoration:none;
	font-weight:bold
}
.about A:active {	color:#000000;
	text-decoration:none;
	font-weight:bold
}
.about A:hover {	color:#000000;
	text-decoration:none;
	font-weight:bold
}
.press A:link {
	color:#000000;
	text-decoration:none;
	font-weight:normal
}
.press A:visited {	color:#000000;
	text-decoration:none;
	font-weight:normal
}
.press A:active {	color:#000000;
	text-decoration:none;
	font-weight:normal
}
.press A:hover {	color:#000000;
	text-decoration:underline;
	font-weight:normal
}

#contacttext {
	position:absolute;
	z-index:2;
	font-family:"Century Gothic", Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:#c3b9ac;
	left:454px;
	top:83px;
	width:380px;
	height:406px;
	overflow: none;
	line-height: 16px;
	padding: 40px;
}
#presstext {
	position:absolute;
	z-index:2;
	line-height: 14px;
	background-color:#c3b9ac;
	left:454px;
	top:93px;
	width:380px;
	height:386px;
	overflow: auto;
	padding: 40px;
}
