#container {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin: auto;
	width: 700px;
	clear: left;
	left: auto;
	top: auto;
	right: auto;
	bottom: auto;
}

#banner {
	font-size: 16px;
	color: #FF9900;
	padding-left: 12px;
	padding-top: 8px;
	padding-bottom: 5px;
	background-color: #E2E2E2;
	font-family: Helvetica, Arial, sans-serif;
}
#bg {
	background-image: url(images/portfolioBg.gif);
	background-repeat: no-repeat;
	height: 660px;
	width: 750px;
	padding-top: 20px;
	margin: auto;
}
#footer {
	border-top: 8px solid #ECECEC;
	border-bottom: 8px solid #ECECEC;
	border-left: 8px solid #ECECEC;
	vertical-align: middle;
}
#footer a{
	font-size: 16px;
	color: #FFFFFF;
	text-decoration: none;
	font-family: Helvetica, Arial, sans-serif;
	height: 40px;
	width: 200px;
	background-color: #FF9900;
	display: block;
	padding-top: 8px;
}
.smaller {
	font-size: 12px;
}
#footer a:hover {
	background-color: #999999;

}
#content {
	height: 500px;
	overflow: scroll;
	border: 8px solid #ECECEC;
	padding: 2px;
	background-color: #FFFFFF;
	text-align: left;
	color: #666666;
	width: 680px;
}
#content a {
	color: #FF9900;
}
#content a:hover {
	text-decoration: none;
}
#content table {
	border: 0px none #ECECEC;
}
#content td {
	border: 0px none #ECECEC;
	padding: 3px;
}
p {
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
}
