body {
	font-family: arial;
	background-image: url(images/bg1200.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-color: black;
	margin: 0;
	padding: 0;
}
body.port_popup {
	font-family: arial;
	background-image: none;
	background-color: #7E99AC;
	margin: 10px;
	padding: 0;
}
td.nav {
	background-image: url(images/nav-bg.jpg);
	/* background-location: left; */
	background-repeat: no-repeat;
	padding-right: 20px;
	vertical-align: top;
	text-align: center;
}
td.nav img {
	margin-bottom: 7px;
}
.content {
	background-image: url(images/content-bg.jpg);
	background-location: top;
	background-repeat: no-repeat;
	background-color: #838FA4;
	padding: 1px 20px 20px 20px;
}
.e100 {
	font-size: 1.0em;
}
.e90 {
	font-size: .9em;
}
.e80 {
	font-size: .8em;
}
.e80b {
	font-size: .8em;
	font-weight: bold;
}
.e70 {
	font-size: .7em;
}
.e90indent {
	font-size: .9em;
	margin-left: 50px;
}
.undernav {
	font-size: .8em;
	color: white;
	text-align: left;
	padding-left: 10px;
}
.footer {
	font-size: .75em;
	color: white;
	text-align: center;
	padding: 20px 20px;
	line-height: 1.8em;
}
.footer a {
	color: white;
	text-decoration: none;
}
.footer a:hover {
	text-decoration: underline;
	color: #bdd;
}
a {
	color: #660000;
	text-decoration: none;
}
a:hover {
	color: #0000cc;
	text-decoration: underline;
}
.title1{
	color: #364772;
	font-weight: bold;
}
li {
	margin-bottom: 5px;
}
table.testimonial {
	border: 1px solid #600;
	width: 75%;
}
table.testimonial td {
	font-size: .8em;
	color: #660000;
	padding: 10px;
}
div.testimonial {
	border: 1px solid #600;
	font-size: .8em;
	color: #660000;
	padding: 10px;
	margin: auto;
	width: 450px;
}
div.portfolio {
	font-size: .9em;
	font-weight: bold;
	text-align: center;
	padding-bottom: 25px;
	float: left;
	margin-left: 17px;
	margin-right: 17px;
}
div.portfolio img {
	margin-bottom: 5px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: #333 2px 2px 3px;
	-moz-box-shadow: #3336 2px 2px 3px;
	box-shadow: #333 2px 2px 3px;
	behavior: url(http://www.page-crafters.com/PIE.htc);
}
img {
	border-color: black;
}
.red{
	font-family: verdana;
	font-size: small;
	font-weight: bold;
	color: #FF0000;
}
.large {
	font-size: 1.6em;
}
.notfoundcontent {
	background-location: top;
	background-repeat: no-repeat;
	background-color: #838FA4;
	padding: 1px 20px 20px 20px;
}
h1 {
	font-size: .6em;
	color: black;
	padding: 0;
	margin: 0;
}
.notthere {
	font-size: 1;
}
.notthere a {
	color: #111;
}
table.seomoz td {
	border: 1px solid black;
	padding: 10px;
	background-color: #BCC7D6;
	vertical-align: top;
	width: 50%;
}
.rounded { /* copy PIE.htc */
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	behavior: url(http://www.page-crafters.com/PIE.htc);
	position: relative;
	overflow: hidden;
}
.shadow { /* copy PIE.htc */
	-webkit-box-shadow: #666 2px 2px 3px;
	-moz-box-shadow: #666 2px 2px 3px;
	box-shadow: #666 2px 2px 3px;
	behavior: url(http://www.page-crafters.com/PIE.htc);
	position: relative;
	overflow: hidden;
}