html {
	width: 100%;
}


body {
	width: 100%;
	margin: 0;
	font-family: arial, verdana, sans-serif;
	font-size: 15px;
	line-height: 17px;
	color: #000000;
	background-color: #ffffff;
}

p {
	margin: 0px;
	padding: 0px;
}

a {
	color: #000000;
	text-decoration: none;
	border-bottom: 1px solid #ffffff;
}

a:hover {
	/*color: red;*/
	border-bottom: 1px solid #ffffff;
}

img {
	border: none;
}

h1 {
	color: #000000;
	font-size: 14px;
	line-height: 17px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	display: inline;
}

h1 a:hover {
	color: #000000;
	border: none;
}

h2 {
	color: #000000;
	font-size: 14px;
	line-height: 17px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

h3 {
	color: #000000;
	font-size: 14px;
	line-height: 17px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	display: inline;
	display: block; /*mm edit*/
}

h4 {
	color: #000000;
	font-size: 14px;
	line-height: 17px;
	font-weight: normal;
	margin: 0px 10px 0px 0px;
	padding: 0px;
	display: inline;

}


/* ***** SITE STYLES *********************************************** */
#page {
	position: absolute;
	left: 0px;
	top: 0px;
	padding: 0px;
	height: auto;
	width: 100%;
}

#innerpage {
	position: static;
	width: auto;
	margin: 18px;
}

#top {
	height: auto;
	display: block;
	margin-bottom: 24px;
}

#logo {}

#contact {
	position: absolute;
	left: 180px;
	top: 18px;
}

#pageHeader {
	height: auto;
	display: block;
}

.line {
	height: 1px;
	padding: 0px;
	margin-top: 4px;
	margin-bottom: 7px;
	background-image: url("/images/line.gif");
	background-repeat: repeat-x;
	display: block;
	width: 100%;
}

.line p {
	line-height: 1px;
	font-size: 1px;
	height: 1px;
}

.project {
	position: static;
	height: auto;
	width: auto;
	display: block;
}

.project p {
	margin-bottom: 10px;
}

.images img {
	margin-top: 4px;
	margin-bottom: 7px;
}
.images p {
	margin-bottom: 7px;
}
