body {
	background-color: #ffffff;
	font-family: "Times New Roman", Times, serif; 
	font-size: 12px; 
	font-style: normal;
	line-height: 14px;
}

div.middle
{
	color: #ffffff;
     position:absolute;
     left: 50%; 
     top: 50%;
     width: 970px;
     height: 550px;
     margin-top: -275px; /* half of the height */
     margin-left: -485px; /* half of the width */

}

#logocontainer
{
	float: left;
	width: 100px;
}

div#main {
	width:860px;
	height: 550px;
	float: left;
	overflow-y: auto;
}

#menu {
	margin-top: 50px;
	margin-left: 30px;
}

#menu div {
	margin-bottom: 3px;
}

#menu a {
	font-style: italic;
	color: #000000;
	background-color: #ffffff;
	padding: 3px;
	text-decoration: none;
}

#bgimage {
	margin-left: 100px;
}

.vertimage {
	float: left;
	margin-right: 5px;
	width: 70px;
	height: 533px;
	border: 0px;
	margin-bottom: 17px;
}

.squareimage {
	float: left;
	margin-right: 5px;
	margin-bottom: 17px;
	width: 158px;
	height: 200px;
	border: 0px;
}

.projimage {
	float: left;
	margin-right: 0px;
	margin-left: 0px;
	padding: 0px;
	width: 420px;
	height: 550px;
	border: 0px;
}

.contimage {
	float: right;
	margin-right: 0px;
	width: 420px;
	height: 550px;
	border: 0px;
}


.projinfo {
	position: absolute;
	left: 130px;
	_left: 30px;
	bottom: 40px;
	width: 370px;
	color: #000000;
}

.continfo {
	position: absolute;
	left: 130px;
	_left: 30px;
	top: 0px;
	width: 390px;
	height: 550px;
	color: #000000;
	overflow: auto;
}

.conttitle {
	font-weight: bold;
}

.title {
	font-weight: bold;

}

.projinfo span {
	background-color: #ffffff;
}

a {
	color: #000000;
}

a.visited {
	color: #000000;
}

.dooping {
	font-face: Arial;
	margin-left: 100px;
	text-align: center;
	color: #999999;	
}

.dooping a, a:visited {
	color: #999999;
	text-decoration: none;
}

.dooping a:hover {
	color: #444444;
	text-decoration: none;
}

.backbtn {
	margin-left: 100px;
	font-weight: bold;
}

.backbtn a {
	font-size: 14px;
	text-decoration: underline;
	color: #000000;
}

.backbtn a:hover {
	color: #444444;
}


