body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	color: #333333;
}
#navtop {
	width: 570px;
	height: 130px;
	margin: 0;
	padding: 40px 0px 0px 205px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
	font-weight: bold;
}
.navtop a {
	color: #999999; /* grey */
	padding: 0px 0px 0px 25px;
	text-decoration: none;
}
.navtop a:hover {
	color: #999900; /* green */
}
.navtopIn {
	color: #999900; /* green */
	padding: 0px 0px 0px 25px;
	text-decoration: none;
}

h1 {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 12px;
	color: #333;
}
#baseContainer {
	position: relative;
}
#logoContainer {
	height: 220px;
	width: 220px;
	margin: 10px 0px 0px 10px;
	position: absolute;
	top: 0px;
	left: 0px;
}
#homeImg {
	height: 270px;
	width: 270px;
	padding: 10px 10px 10px 10px;
	margin: 0px 0px 0px 0px;
	position: absolute;
	top: 0px;
	left: 220px;
}
#portfolio {
	width: 570px;
	padding: 6px 10px 10px 10px;
	margin: 0px 0px 0px 217px;
	/* border: 1px solid #666; */
}
#homeContainer {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 12px;
	line-height:1.65em;
	font-weight: normal;
	height: 300px;
	width: 270px;
	color: #333;
	padding: 7px 10px 10px 10px;
	margin: 0px 0px 0px 0px;
	position: relative;
	top: 0px;
	left: 510px;
}

p {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 12px;
	line-height:1.65em;
	font-weight: normal;
	color: #333;
}
.content {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 12px;
	line-height:1.65em;
	font-weight: normal;
	color: #333;
}
#testContainer {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 12px;
	line-height:1.65em;
	font-weight: normal;
	width: 270px;
	color: #333;
	padding: 7px 10px 10px 10px;
	margin: 0px 0px 0px 0px;
	position: relative;
	top: 0px;
	left: 510px;
}
#bottomContainer {
	width: 800px;
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999900; /* green */
	text-align: right;
	font-weight: bold;
}
.bottomContainer a {
	color: #999900; /* green */
	text-decoration: underline;
}
.bottomContainer a:hover {
	color: #999900; /* green */
}
#copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	width: 800px;
	text-align: right;
	padding: 20px 0px 0px 0px;
}
.copyright a {
	color: #999900; /* green */
}

