* {
	padding: 0;
	margin: 0;
}

html, body {
    height: 100%;
}

body {
	color: #000;
	font-family: Arial, sans-serif;
	font-weight: normal;
	font-size: 10px;
	line-height: 20px;
	letter-spacing: 1px;
	background-color: #fff;
}

header, nav, article, section, aside, footer {
	display: block;
}

#wrap {
	display: block;
	width: 100%;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 0 -20px 0;
}

#content {
	position: relative;
	display: block;
	width: 870px;
	height: 695px;
	border-right: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
}

#push {
	clear: both;
	height: 19px;
}

#footer {
	width: 100%;
	height: 20px;
	background-color: #e5e5e5;
}



h1, h2, h3, h4, h5 {
	font-size: 10px;
	line-height: 20px;
	font-weight: normal;
}

h1 {
	font-size: 15px;
	line-height: 25px;
}

h1 span {
	color: #808080;
}

a, a:hover, a:active, a:visited, a:link {
	color: #808080;
	text-decoration: none;
}

a:hover {
	color: #000;
}

p a, p a:hover, p a:active, p a:visited, p a:link {
	color: #000;
	text-decoration: underline;
}

img, a img {
	border: none;
	outline: none;
}



#header {
	position: absolute;
	left: 535px;
	top: 135px;
}

#header h1 a {
	color: #000;
}

#mainNav {
	position: absolute;
	left: 535px;
	top: 345px;
}

#mainNav ul {
	list-style: none;
}

#mainNav ul li span {
	color: #808080;
}

#footer ul {
	list-style: none;
	margin-left: 10px;
}

#footer ul li {
	float: left;
	color: #808080;
	font-size: 9px;
	margin-right: 20px;
}



#image {
	position: absolute;
	left: 10px;
	top: 10px;
}

.contentBox {
	width: 313px;
	height: 663px;
	padding: 5px 10px 5px 10px;
	overflow-y: auto;
	border: 1px solid #e5e5e5;
}

.contentBox h2 {
	padding-bottom: 20px;
}

.contentBox h3 {
	
}

.contentBox p {
	text-align: justify;
	padding-bottom: 20px;
}

.projectBoxH {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 850px;
	height: 675px;
	padding: 10px;
	background-color: #808080;
	overflow-x: auto;
	overflow-y: hidden;
}

.projectBoxH .imagesH img {
	float: left;
	margin-right: 50px;
}

#noContent {
	position: absolute;
	left: 10px;
	top: 10px;
}

#news {
	position: absolute;
	left: 10px;
	top: 10px;
}

#photography {
	position: absolute;
	left: 10px;
	top: 10px;
}

#links {
	position: absolute;
	left: 10px;
	top: 10px;
}

#about {
	position: absolute;
	left: 10px;
	top: 10px;
}

#address {
	position: absolute;
	left: 535px;
	top: 520px;
	width: 150px;
}

#contact {
	position: absolute;
	left: 710px;
	top: 520px;
	width: 150px;
}

#contact a {
	color: #000;
}



.toolTip {
	display: none;
	width: 165px;
	line-height: 14px;
	text-align: justify;
	letter-spacing: 0px;
	padding: 4px;
	background-color: #ffff96;
	
}



.clear {
	clear: both;
}

