* html { overflow: hidden; }

body {
	height: 100%;
	background-color: #222;
	width: auto;
	margin: 0px;
	font-family: Helvetica;
	font-size: 14px;
	color: #666;
}

* html body { overflow-y: scroll; }

body a {
	color: #666; 
	text-decoration: underline;
}

body a:hover {
	color: #CCC;
	text-decoration: underline;
}

body a:active {
	color: #444;
	text-decoration: underline;
}

p {
	margin-bottom: 9px;
	margin-top: 3px;
}

body .gallery {
	display: block;
	margin: 3px;
	float: left;
}

body .title {
	display: block;
	margin: 0px;
	float: left;
}

img { 
	border-style: none; 
	border-width: 0px; 
	margin: 0px;
}

#border {
	background-position: left bottom;
	background-repeat: no-repeat;
	background-image: url(../images/logo-background.gif);
	background-color: #660000;
	position: fixed;
	display: block;
	width: 390px;
	height: 100%;
	left: 0px;
	top: 0px;
	z-index: 2;
}

* html #border { position: absolute; }

#display {
	position: fixed;
	display: block;
	width: 100%;
	height: 100%;
	left: 390px;
	top: 0px;
	z-index: 1;
}

* html #display { position: absolute; }

#menu {
	position: absolute;
	display: block;
	background-color: #222;
	width: 100%;
	height: 48px;
	top: 0px;
	text-align: left;
	z-index: 1;
}

#portfolio {
	position: absolute;
	display: block;
	width: 504px;
	height: 546px;
	left: 18px;
	top: 50%;
	margin-top: -273px;
	text-align: left;
}

#services {
	position: absolute;
	display: block;
	width: 504px;
	height: 310px;
	left: 18px;
	top: 50%;
	margin-top: -155px;
	text-align: left;
}

#contact {
	position: absolute;
	display: block;
	width: auto;
	height: 144px;
	left: 18px;
	top: 50%;
	margin-top: -72px;
	text-align: left;
}

#footer {
	position: absolute;
	display: block;
	background-color: #222;
	width: 100%;
	height: 48px;
	bottom: 0px;
	margin-left: 18px;
	font-size: 12px;
	line-height: 48px;
	text-align: left;
	z-index: 1;
}