body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100.01%;
	color: #333;
	background-color: #fff;
	text-align: center;
	margin: 0;
	padding: 0;
}

table {
	height: 100%;
	width: 100%;
}

td {
	vertical-align: middle;
}

#mainwrapper {
	background-color: #fff;
	width: 750px;
	margin: 30px auto auto auto;
	font-size: .90em;
	text-align: left;
	border: 1px solid #ccc;
}


.imglft {
	padding: 15px 15px 15px 10px;
}


.imgrght {
	padding: 15px 20px 15px 10px;
}

.clear {
	clear: both;
}

#navcontainer ul {
	margin: 0;
	list-style-type: none;
	color: #999;
	padding: 10px 15px 15px 60px;
}

#navcontainer ul li { 
	display: inline;
} 

#navcontainer ul li a {
	font-size: 2em;
	color: #999;
	text-decoration: none;
	text-align: center;
	margin: 5px 20px;
}

#navcontainer ul li a:hover {
	color: #008168;	
	text-decoration: none;
}


#wrapper {
	width: 750px;
	margin: 0px;
	padding: 0px;
	background-image: url(images/portfolio.gif);
	background-repeat: no-repeat;
	background-position: 15px 15px;	
	height: 340px;
}

#leftcol {
	width: 250px;
	padding: 0px;
	float: left;
	margin-left: 75px;
}

.leftcontent {
	text-align: center;
	margin-top: 50px;
}

#leftcol a:link, #leftcol a:visited {
	color: #008168;
	text-decoration: none;
}


#rightcol {
	float: right;
	width: 350px;
	margin: 20px 0px;
}

.rightcontent {
	text-align: center;
}

#rightcol img {
	border: 1px solid #999999;
	margin: 15px;
}


#footer {
	padding: 0;
	width: 750px;
	margin: 0;
	clear: left;
}

#footer ul {
	list-style-type: none;
	color: #666;
	text-align: center;
}

#footer ul li { 
	display: inline;
	margin: 0;
	text-align: center;
	padding: 0px 100px 0px 0px;
} 

#footer ul li a {
	color: #666;
	text-decoration: none;
	
}

#footer ul li a:hover {
	color: #008168;	
	text-decoration: none;
}
