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

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #4e3b0c;
	line-height: 1.5;
	text-align: center;
	background: #ffffff;
}

a {
	color: #ea6f34;
	font-weight: bold;
	text-decoration: underline;
	}
	
a:hover {
	color: #d55011;
	}
	
.title {
	color: #2ab7cd;
	font-weight: bold;
}

.press {
	line-height: 1.25;
	text-align: left;
}

.publication {
	font-style: italic;
	font-weight: bold;
	text-align: left;
}

.fauxlink {
	color: #ea6f34;
	font-weight: bold;
	line-height: 1;
	}

#container {
	width: 933px;
	height: auto;
	margin: auto;
	text-align: center;
	border: 0;
	}
	
#navigation {
	position: relative;
	top: 20px;
	height: 110px;
}

#body_home {
	position: relative;
	width: 933px;
	height: 420px;
	text-align: left;
	background-image: url(images/body_main.gif);
}

#body_about {
	position: relative;
	width: 933px;
	height: 775px;
	background-image: url(images/body_main.gif);
}

#body_news {
	position: relative;
	width: 933px;
	height: 3000px;
	background-image: url(images/body_main.gif);
}

#body_contact {
	position: relative;
	width: 933px;
	height: 550px;
	background-image: url(images/body_main.gif);
}

#body_example {
	position: relative;
	width: 933px;
	height: 900px;
	background-image: url(images/body_main.gif);
}

#body_submit {
	position: relative;
	width: 933px;
	height: auto;
	text-align: left;
	background-image: url(images/body_main.gif);
}

#photo {
	position: absolute;
	top: 20px;
	left: 25px;
	width: auto;
	overflow: visible;
}

#title {
	position: absolute;
	top: 20px;
	height: 39px;
	left: 342px;
	width: 520px;
	text-align: left;
	background-image: url(images/title_back.gif);
}

#newstext {
	position: absolute;
	top: 70px;
	left: 342px;
	width: 530px;
	text-align: left;
	z-index: 500;
}

#text {
	position: absolute;
	top: 70px;
	left: 342px;
	width: 500px;
	text-align: justify;
	overflow: hidden;
	z-index: 500;
}

#hometext {
	position: absolute;
	top: 55px;
	left: 367px;
	width: 310px;
	height: auto;
	text-align: justify;
	overflow: hidden;
}

#abouttext1 {
	position: absolute;
	top: 70px;
	left: 342px;
	width: 350px;
	text-align: left;
}

#abouttext2 {
	position: absolute;
	top: 180px;
	left: 342px;
	width: 520px;
	text-align: justify;
	overflow: hidden;
}

#aboutcloud {
	position: absolute;
	left: 714px;
	z-index: 10000;
}

#homecloud {
	position: absolute;
	left: 700px;
	top: 60px;
	width: 180px;
	height: 281px;
}

#exampleback {
	position: absolute;
	left: 25px;
	width: 883px;
	height: 835px;
}

#exampletitle {
	position: absolute;
	top: 20px;
	height: 44px;
	left: 45px;
	width: 520px;
	text-align: left;
	background-image: url(images/title_back.gif);
	z-index: auto;
}

#exampletext {
	position: absolute;
	top: 70px;
	left: 45px;
	width: 415px;
	text-align: justify;
	z-index: 500;
	overflow: hidden;
}

#examplephoto {
	position: absolute;
	left: 465px;
	width: 441px;
	height: 801px;
}

#footer {
	position: absolute;
	clear: both;
}
