#horizon {
	position:absolute;
	height:560px;
	width:100%;
	margin:-280px 0px 0px -50%;
	top: 50%;
	left: 50%;
	text-align: left;
	padding: 0px;
}


* {margin: 0; padding: 0; border: none;}


p {
	margin: 0 0 10px 0;
	font-size: 1.1em;
}

a, a:hover {
	color: #000000;
	text-decoration: none;
	cursor: pointer;
}

h1 {
	font-size: 1.9em;
	color: #000000;
	font-weight: normal;
	margin: 0 0 15px 0;
	text-align: left;
	white-space: nowrap;
}

h2 {
	font-size: 1.4em;
	color: #000;
	font-weight: normal;
	margin: 0 0 0 0;
	text-align: left;

}

blockquote {
	margin-left: 20px;
}

body {
	background-color: #fff;
	font-size: 62.5%;
	font-family: Arial, Helvetica, sans-serif;
	color: #524d2f;
}

#logo {
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 187px;
	height: 65px;
	z-index: 1000;
}

#container-wrap {
	position: absolute;
	float: left;
	width: 100%;
	height: 560px;
	background-image: url(images/bar-bg.gif);
	background-repeat: no-repeat;
	background-position: 48px center;
	overflow: hidden;
	background-attachment: fixed;
}

#container {
	height: 530px;
	background: #fafafa;
	margin-top: 16px;
	width: 100%;
}

#left {
	float: left;
	width: 70px;
	text-align: right;
	padding-right: 10px;
	padding-top: 20px;
}

#left a {
	color: #000;
	cursor:pointer;
}

ul#nav {
	cursor: pointer;
	margin: 0;
	padding: 0;
	list-style-type: none
}

#vert-line {
	float: left;
	width: 40px;
	height: 530px;
	z-index: 1000;
}

#horiz-line {
	position: absolute;
	width: 150%;
	bottom: 0;
	margin-bottom: 40px;
	margin-left: -200px;
	z-index: 10;
	float: left;
	text-align: right;
	background-image: url(images/bar-blue_bg.gif);
	background-repeat: repeat-x;
	background-position: right -10px;
}

#content-cont {
	float: left;
	height: 530px;

}

#content {
	position: absolute;
	width: 64%;
	margin-top: 30px;
	margin-left: 220px;
	margin-right: 20px;
	overflow: visible;
	max-height: 280px;
	height: 280px;
	margin-bottom: 16px;
	z-index: 2000;
	text-align: justify;
}

div.vert-line {
	display: inline;
	height: 530px;
	width: 6px;
}
div.horiz-line {
	display: inline;
	height: 15px;
	width: 100%;
}

div.horiz-line img {
	margin-bottom: 3px;
	width: 100%;
}

div.left {float: left; display: inline;}

div.right {float: right; display: inline;}

#meta {
	position: absolute;
	width: 64%;
	top: 345px;
	margin-left: 220px;
	margin-right: 20px;
	padding-top: 10px;
	overflow: hidden;
	margin-bottom: 16px;
	z-index: 2;
	text-align: right;
}
#images img {
	height: 24px;
	width: 24px;
}

.meta a {
	cursor: pointer;
}

#project-title {
	
}

#project-title h2 {
	font-size: 1.4em;
	color: #000;
	font-weight: normal;
	margin: 0 0 0 0;
	text-align: left;

}

#thumbnails {
	clear: both;
	float: right;
	margin-top: 5px;
	margin-bottom: 10px;
}

#content p {
	clear: both;
}

.pg {
list-style: none none;
}

.pg:after {
clear: both;
display: block;
content: ".";
height: 0;
visibility: hidden;
}

.pg li {
list-style: none none;
display: inline;
}

.pg li a {
background: #fff;
margin: 2px;
border: 1px solid #CCC;
padding: 2px;
position: relative;
float: left;
display: block;
width: 24px;
height: 24px;
}

.pg li a:hover {
font-size: 100%;
z-index: 2;
}

.pg li a img {
border: 0 none;
position: absolute;
width: 24px;
height: 24px;
}

.pg li a:hover img,.pg li a:active img,.pg li a:focus img {
border: 1px solid #CCC;
padding: 3px;
background: #fff;
width: 75px;
height: 75px;
left: -25px;
top: -25px;
z-index: 1;
}