

body {
	background: #314255;
	font-size: 14px;
	color: #fff;
	margin: 0px;
	margin-left: 0px;
}

.main {
	height: 100%;
	max-width: 1000px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;
}

.left {
/*	width: 40%; */
	float: left;
	padding: 5px; 
}
.right {
/*	width: 50%; */
	float: right;
	padding: 5px;
	z-index: 2;
}
.nav {
	text-align: center;
	width: 100%;
	height: 56px;
	vertical-align: bottom;
	margin-bottom: 5px;
}
.navtxt {
	position: relative;
	top: 50px;
	text-align: center;
	width: 100%;
	color: #fff;
}
.footer {
	clear: both;
	text-align: center;
	position: relative;
	font-size: small;
	border-top-style: ridge;
	border-top-color: #B2C6F2;
	border-top-width: thin;
	color: #476d80;
}
.footer2 {
	font-size: xx-small;
}
ul {
	list-style-type: circle;
	z-index: 1;
    margin-top: -15px;
}
a {
	color: #e7b04a;
	text-decoration: none;
	font-style: italic;
	font-weight: bold;
}
a:hover {
	color: #fff;
}

.content {
	margin-right: 5px;
	margin-left: 10px;
}
.form {
	text-align: right;
	width: 350px;
}
h1 {
	text-align: center;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #e8e3d1;
}
.portfolioitem img {
	float: left;
	height: auto;
}

.portfolioitem {
	width: 100%;
	top: 20px;
	position: relative;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #000000;
	padding-top: 20px;
}

.service {
	float: left;
	padding-right: 30px;
}

img {
	border: 0px;
	}



