@charset "utf-8";
body {
	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: #000000;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 70px;
}
#credits {
	font-size: 9px;
	text-align: center;
}

#mainContent img a:hover {
	text-decoration: none;
	
}
#nav a:link {
	color: #666666;
	text-decoration: none;
}
#nav a:visited {
	color: #666666;
	text-decoration: none;
}
#nav a:hover {
	color: #000000;
	text-decoration: none;
}

#footer {
	width: 100%;
	padding-top: 5px;
	padding-bottom: 50px;
	text-align: center;
}
#nav, #nav table {
	text-align: center;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #666666;
}

#mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	text-align: center;
}


.thumbImg {
	width: 60px;
	height: auto;
	padding: 2px;
}
.projectTbl {
	vertical-align: top;
	padding-bottom: 5px;
	width: 780px;
}

.smallTex {
	font-size: 9px;
}
#mainContent .categoryImg {
	height: 180px;
	width: auto;
        padding: 3px;
}
#mainContent .mainImg {
	height: auto;
	width: 450px;
}

#leftColFlt {
	width: 360px;
	float: left;
}
#contactBox {
	padding-top: 20px;
	text-align: left;
}
.boldText {
	font-weight: bold;
}

#rightColFlt {
	float: right;
	width: 360px;
	text-align: left;
	font-size: 10px;
}
h1 {
	font-size: 14px;
	font-weight: bold;
	margin-top: 0px;
}

.clear {
	clear: both;
}
#mainContent h2 {
	font-family: Book Antiqua, "Times New Roman", Times, serif;
	font-size: 28px;
	font-weight: lighter;
}
