html, body {
}

body {
	background-color: #FFFFFF;
	background-image: url(graphics/bg.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	margin-top: 0px;
	margin-right: 60px;
	margin-bottom: 60px;
	margin-left: auto;
	background-attachment: fixed;
}
.maintable {
	height: 375px;
	width: 530px;
	bottom: 150px;
	position: absolute;
	left: auto;
	top: auto;
	right: 95px;
	font-family: Verdana;
	font-size: 9px;
	color: #333333;
}

.navtable {
	position: absolute;
	top: auto;
	bottom: 47px;
	width: 100%;
	text-align: right;
	left: auto;
	right: 35px;
}
.contentdiv {
	width: 575px;
	left: auto;
	top: auto;
	right: 70px;
	bottom: 160px;
	position: absolute;
	height: 350px;
	font-family: verdana;
	font-size: 10px;
}
.right {
	float: right;
	width: 400px;
	margin-top: 10px;
	vertical-align: top;
	font-size: 10px;
}
.left {
	width: 140px;
	margin-top: 40px;
	margin-left: 18px;
}
.contentdiv .left img {
	text-align: center;
}




.nav {
	font-family: Verdana;
	font-size: 8px;
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 1.5px;
	text-decoration: none;
}

.titles {
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #000000;
	vertical-align: top;
	text-align: right;
}
.contentdiv .left a {
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	color: #165F82;
}
.contentdiv .left a:hover {
	color: #FFFFFF;
}


.content {
	width: 395px;
	vertical-align: top;
	padding-top: 10px;
}


.nav:hover {
	color: #00CCFF;
}
.pics 
{
	-moz-opacity:0.70;
	filter: Alpha(Opacity=70);
}
.pics img {
	padding-right: 8px;
}
.portfolio_images {
	text-align: center;
}
.contentdiv .right .portfolio_images img {
	border: 1px solid #FFFFFF;
	margin-right: 8px;
	margin-left: 8px;
	margin-bottom: 8px;
}



.pics:hover 
{
		-moz-opacity:100;
filter: Alpha(Opacity=100);
}
.clients_left {
	float: left;
	width: 50%;
	margin-right: 8px;
	line-height: 8px;
	font-weight: bold;
	text-transform: uppercase;
	color: #006699;
	text-align: center;
	padding-bottom: 5px;
}
.clients_right {
	float: right;
	width: 45%;
	line-height: 8px;
	font-weight: bold;
	text-align: center;
	color: #006699;
	text-transform: uppercase;
	padding-bottom: 5px;
}
