html {
	background-color: #000000;
}
body {
	background-color: #44687d;
	margin: 20px 0 auto 20px;
	padding: 20px;
	width:90%;
	display: block;
}
#portfolioContainer
{
	position: relative;
	width: 800px; 
	height: 700px; 
	margin-left: 100px; 
	margin-top: 20px;
}
#portfolioContainer #topLeft
{
	width: 256px; 
	position: absolute; 
	top: 100px; 
	left: 0;
}
#portfolioContainer #bottomLeft
{
	width: 256px; 
	position: absolute; 
	bottom: 100px; 
	left: 0;
}
#portfolioContainer #middle
{
	width: 248px; 
	position: absolute; 
	top: 169px; 
	left: 271px;
}
#portfolioContainer #topRight
{
	width: 256px; 
	position: absolute; 
	top: 0; 
	right: 0;
}
#portfolioContainer #bottomRight
{
	width: 271px; 
	position: absolute; 
	bottom: 0; 
	right: 0;
}
.container {
	background-color: #44687d;
	margin: 0 auto 40px;
	width: 95%;
}
.bannerImages {
	width: 80%;
}
.bannerImages #logo {
	float: left;
	width: 190px;
	height:150px;
	padding-left: 20%;
}
.bannerImages #main_image {
	padding-left: 5%;
	width: 40%;
	height: 150px;
}
.nav {
	height: 36px;
	background: #aaa;
	color: #fff;
	text-shadow: 1px 1px #888;
	z-index: 1000;
	margin-bottom: 20px;
	margin-top: 20px;
}
.menu a {
	float: left;
	color: #eee;
	text-decoration: none;
	width: 120px;
	height: 28px;
	padding-top: 8px;
	font-size: 17px;
}
.menu span {
	float: left;
	color: #eee;
	text-decoration: none;
	width: 120px;
	height: 28px;
	padding-top: 8px;
}
.menu a:hover {
	color: #fff;
}
.menu {
	list-style: none;
	text-align: center;
	width: 505px;
	margin: 0 auto;
}
.menu li {
	position: relative;
	float: left;
	width: 95px;
	z-index: 1;
}
.menu ul {
	display: none;
	position: absolute;
	top: 36px;
	left: 0;
	background: #aaa;
	display: none;
	list-style: none;
}
.menu ul li {
	float: none;
	border-top: 1px solid #ccc;
	width: 120px;
}
ol
{
	float: left;
    width: 300px;
}
p {
	font-family: Helvetica, sans-serif;
	font-size: 20px;
	color: #000000;
	overflow-wrap: normal;
	width: auto;
}
label {
	font-family: Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}
a {
	font-family: Helvetica, sans-serif;
	font-size: 20px;
	color: #000000;
}
a:link {
	color: #000000;
	background-color: transparent
}
a:visited {
	color: #000000;
	background-color: transparent
}
a:hover {
	color: #ff0000;
	background-color: transparent
}
a:active {
	color: #ff0000;
	background-color: transparent
}
h2 {
	font-family: Helvetica, sans-serif;
	font-size: 26px;
	color: #000000;
	margin-bottom: 10px;
}
h3 {
	font-family: Helvetica, sans-serif;
	font-size: 18px;
	color: #000000;
	margin-bottom: 10px;
	overflow-wrap: normal;
	width: auto;
	word-break: break-all;
}
form #contactform table
{
	width: 450px
}

#footermenu {
	margin-left: auto;
	margin-top: 20px;
	padding-bottom: 30px;
}
#footermenu ul {
	margin-left: auto;
	margin-right: auto;
	width: 490px;
	clear: both;
	border: 1px;
	border-color: #000000;
}
#footermenu ul li {
	list-style: none;
	width: 95px;
	float: left;
}
#footermenu ul li a {
	border-left: 1px solid #000000;
	padding-right: 10px;
	padding-left: 10px;
	text-decoration: none;
	font-family: Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}
#footerinfo {
	font-family: Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	font-style: italic;
	text-align: center;
}