* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Times;
	font-size: 12px;
}

.clear {
	 clear: both;
}

h1 {
	font-family: Times;
	font-size: 12px;
	margin-bottom: 1em;
	font-weight: normal;
}

a {
	color: #000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}

#container {
	width: 946px;
}

#header {
	width: 880px;
	height: 81px;
	margin: 0 20px 10px 46px;
	border-bottom: 1px solid #000;
	font-style: italic;
}

#header_left {
	position: relative;
	width: 50%;
	height: 71px;
	margin-bottom: 10px;
	float: left;
}

#header_left #logo{
	 display: block;
	 position: absolute;
	 bottom: 0;
	 left: 0;
}

#header_right {
	position: relative;
	height: 74px;
	width: 50%;
	margin-bottom: 7px;
	float: left;
	text-align: right;
}

#header_right #menu {
	list-style: none;
	 position: absolute;
	 bottom: 0;
	 right: 0;
}

#header_right #menu li {
	display: inline;
	padding-left: 45px;
}

#content {
	width: 880px;
	margin: 0 20px 0 46px;
	min-height:592px;
	height:auto !important;
	height:592px;
}

#content p {
	margin-top: 25px;
}

#footer {
	width: 900px;
	margin: 10px 0 20px 46px;
	border-top: 1px solid #000;
}

#footer #footer_left {
	float: left;
	margin-top: 10px;
}

/* Hide from IE5-mac. Only IE-win sees this. IE-win 6 + 7 \*/
/*
* html #footer_left #prjLogo {
	margin-right: -3px;
}

*+html #footer_left #prjLogo {
	margin-right: -3px;
}
*/

#footer #footer_left p {
	margin-top: 10px;
}

#footer #footer_right {
	float: left;
	width: 525px;
	margin-top: 10px;
	padding-left: 18px;
}

#container div.box_wrapper{
	clear: both;
	width: 100%;
}

#container div.box {
	float: left;
	width: 205px;
	margin-right: 15px;
	text-align: right;
}

#container div.box a:hover {
	text-decoration: none;
}

#container div.box div.box_num{
	width: 100%;
	padding: 40px 0 15px 0;
	cursor: pointer;
}

#container div.box dl 
{
	width: 100%;
	cursor: pointer;
}

#container div.box dl dt {
		padding: 40px 0 0 0;
	cursor: pointer;
}

/* Hide from IE5-mac. Only IE-win sees this. IE-win 6 + 7 \*/
* html #container div.box dl dt img {
	margin-right: -3px;
}

*+html #container div.box dl dt img  {
		margin-right: -3px;
}

#container div.box dl dd {
 	width: 100%;
	padding: 20px 0 30px 0;
}


#gallery div.nav {
	float: left;
	width: 45px;
	height: 295px;
	text-align: center;
	padding-top: 281px;
}

#project_number {
	position: absolute; 
	/*top: 92px; */
	left: 0; 
	margin-left: 28px;
}

#gallery #image {
	float: left;
	width: 790px;
	height: 590px;
	text-align: center;
	line-height: 0;
	overflow: hidden;
	/*background: #fff url(../../imgStd/loader.gif) no-repeat center;*/
}


/* Hide from IE5-mac. Only IE-win sees this. IE-win 6 + 7 \*/
* html #gallery #image img {
	margin-right: -3px;
}

*+html #gallery #image img  {
		margin-right: -3px;
}
