* {
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
}
body {
	font-family: 'NeutraTextTFBookalt', sans-serif;
	font-size-adjust: 0.52;
	font-size: 14px;
	line-height: 20px;
	background-color: #CCC;
	color: #333;
}
a {
	text-decoration: none;
	color: #333;
}
a:hover {
	color: #CCC;
}
p {
	margin-bottom: 10px;
}
#wrapperDiv {
	position: absolute;
	width: 100%;
	height: 530px;
	left: 0;
	top: 50%;
	margin-top: -265px;
}
.divInnerWrapper {
	width: 820px;
	height: inherit;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#topDiv {
	height: 60px;
}
#topDiv h1 a {
	border: none;
}
#topDiv h1 {
	font-family: 'NeutraTextTFDemiSC', sans-serif;
	font-size-adjust: 0.52;
	font-size: 15px;
	line-height: 20px;
	padding-top: 13px;
	padding-bottom: 27px;
}
#topDiv h1 span {
	font-family: 'NeutraTextTFLightSC', sans-serif;
}
#centerDiv {
	height: 350px;
	background-color:#FFF;
}
#bottomDiv {
	height: 120px;
}
#gallerySliderDiv {
	float: left;
	height: inherit;
	width: 420px;
	height: 280px;
	padding: 35px 0 0 0;
}
#contentDiv {
	float: left;
	height: inherit;
	width: 370px;
}
#contentDiv > h2 {
	font-family: 'NeutraTextTFLightSC', sans-serif;
	font-size: 11px;
	color: #CCC;
	height: 25px;
	line-height: 25px;
	padding-left: 30px;
	padding-top: 35px;
	padding-bottom: 15px;
	text-transform: uppercase;
}
#contentHolderDiv {
	text-align: justify;
	font-size: 11px;
	height: 240px;
	width: 350px;
	margin-left:30px;
	padding-right: 20px;
	overflow: auto;
}
#gallerySliderDiv img {
	width: 420px;
	height: 280px;
}
#pager2Div {
	position: absolute;
	top: 383px;
	bottom: 10px;
	z-index: 100;
}
#pager2Div a {
	display: block;
	float: left;
	color: rgba(255, 255, 255, 0);
	background-color: #EEE;
	margin:5px 3px;
	width:10px;
	height:10px;
	overflow: hidden;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border: none;
}
#pager2Div a.pager-active {
	background-color: #666666;
}
#menuDiv {
	height: inherit;
	overflow: hidden;
}
.listProjects {
	padding-left: 15px;
	list-style-position: outside;
	list-style-type: bullet-operator;
	line-height: 20px;
	font-size: 11px;
	text-align:left
}
