@charset "utf-8";
/* CSS Document */

body {
	background: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFFFFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 80%;
}
.main #container {
}
.main #header {
}
.main #header h1 {
}
.main #mainContent {
	padding: 20px 20px;
	background-color: #000000;
}
.main #mainContent a {
	text-decoration:none;
	color: #A3C382;

}
.main #mainContent a:hover {
	text-decoration:none;
	color: #015548;

}
.tablePortfolio {
	text-align:center;
	vertical-align:top;
	color:#FFFFFF;
	padding:5px;
/*	border-color:#FFFFFF;
	border-style:solid;
	border-width:thin;*/
}
.tableImages {
	text-align:center;
}
.tableCaption {

}
.main #mainContent img {
	border:thin solid #CCCCCC;
}

