/* CSS Document */

#pagecontainer {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	height: 600px;
	position: relative;
}
#title {
	background-image: url(../images/structure/Background/Title.gif);
	width: 800px;
	height: 105px;
	background-repeat: no-repeat;
	vertical-align: bottom;
	overflow: hidden;
}
#pagename {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: bold;
	color: #0000FF;
	height: 48px;
	width: 453px;
	text-align: center;
	vertical-align: bottom;
	top: 57px;
	position: absolute;
	left: 215px;
	overflow: hidden;
	z-index: 4;
}
#navigation {
	width: 800px;
	height: 35px;
	text-align: left;
	background-image: url(../images/structure/Background/Background.gif);
	overflow: hidden;
}
#services {
	width: 92px;
	z-index: 3;
	position: absolute;
	visibility: hidden;
	left: 269px;
	top: 105px;
	font-size: 10px;
}
#portfolio {
	width: 94px;
	z-index: 2;
	position: absolute;
	visibility: hidden;
	left: 361px;
	top: 105px;
}
#content {
	width: 800px;
	height: 440px;
	background-image: url(../images/structure/Background/content.gif);
	background-repeat: no-repeat;
	text-align: center;
}
#footer {
	width: 800px;
	background-image: url(../images/structure/Background/Background.gif);
	height: 20px;
	font-size: 12px;
	color: #0000FF;
}
#footersub {
	width: 800px;
	background-image: url(../images/structure/Background/Background.gif);
	height: 10px;
	font-size: 8px;
	overflow: visible;
	color: #0000FF;
}
#controls {
	height: 440px;
	width: 300px;
	text-align: center;
}
#contentsub {
	text-align: center;
	height: 440px;
	width: 400px;
	padding-right: 50px;
	padding-left: 50px;
	position: absolute;
	left: 300px;
	top: 140px;
}
