body {
	background-image: url(../images/bg.gif);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align:center;
	background-attachment: fixed;
	font-family:Verdana, Geneva, sans-serif;
	font-size:9px;
	color: #404040;
}

#topborder {
	display:block; 
	top:0px; 
	left:0px; 
	width: 100%;
	position:fixed; 
	background-color:#000; 
	height:6px;
}

#right #description a {
	text-decoration:none;
	background-color: #0073a3;
	color: #FFF;
	padding-left: 2px;
	padding-right: 2px;
	padding-bottom: 1px;
}

#right #description a:hover {
	text-decoration:none;
	background-color: #000;
	color: #FFF;
	padding-left: 2px;
	padding-right: 2px;
	padding-bottom: 1px;
}

#container {
	background-color: #FFF;
	width: 915px;
	height: 500px;
	margin: auto;
	margin-top:56px;
	text-align: left;
	padding:25px;
}

#left {
	width: 115px;
	margin-right: 20px;
	float: left;
	display:inline;
}

#center {
	float:left;
	display:inline;
	margin-right: 20px;
	width: 550px;
}

#right {
	width: 210px;
	float: left;
	display:inline;
}

#border {
	height: 1px;
	background-image:url(../images/border_bg.gif);
	margin-bottom: 10px;
}

#logo {
	margin-bottom: 40px;
}

#logo span {
	background-color:#000;
	color:#FFF;
	font-size:9px;
	padding-left: 2px;
	padding-right: 2px;
	padding-bottom: 1px;
}

#title span {
	background-color:#000;
	color:#FFF;
	font-size:9px;
	padding-left: 2px;
	padding-right: 2px;
	padding-bottom: 1px;
}

ul li, p, em { font-size: 9px; font-style: normal; }

div#navigation { margin: 10px 0px 0px 0px; }
div#navigation ul { list-style: none; padding: 0px 0px 0px 0px; margin: 0px; }
div#navigation ul li { margin: 0px 0px 1.3px; }
div#navigation ul a { text-decoration:none; color:#000;}
div#navigation ul a:hover { text-decoration:underline; color:#0073a3;}
div#navigation ul li.selected { color: #000; }
div#navigation ul li.selected a { border: 0px; color: #0073a3; cursor: default; text-decoration:underline; }

div#media { clear: both; padding: 0px 0px 0px 0px; }
div.media { margin: 0px 0px 10px; }
div.description div#images { padding: 0px 0px 0px 0px; }
div#media img { margin: 0px 0px 5px; }
p#project-count, p#gallery-count { margin: 0px 0px 0px 0px;
}
p#gallery-count, div#gallery-navigation { display: none; color:#848484;}
p#gallery-count span { margin: 0px 0px 0px; }

p#gallery-count a { text-decoration:none; color:#000}
p#gallery-count a:hover { text-decoration:underline; color:#0073a3}

div#image-wrapper { overflow: hidden; width: 550px; margin-top: 10px;}
div#image-wrapper div#image-holder { width: 100000000px; }
div#image-wrapper div#image-holder div.image { float: left; width: 550px; }

#imgdesc {
	color: #848484;
}

#description {
	margin-top:8px;
	line-height: 14px;
}


#bottomborder {
	background-color:#000;
	height: 6px;
	width: 965px;
	margin: auto;
}

/* Javascript-enabled styles */
body.js-enabled p#gallery-count, body.js-enabled div#gallery-navigation { display: block; }
body.js-enabled p#project-count { display: none; }
body.js-enabled div#media div.image { display: none; }
body.js-enabled div#media div.image:first-child { display: block; }

* html #topborder {position:absolute;}

.clear {clear:both;}

<!--[if lte IE 6]>
   <style type="text/css">
   /*<![CDATA[*/ 
	html {overflow-x:auto; overflow-y:hidden;}
   /*]]>*/
   </style>
<![endif]-->