.homepage {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: normal;
	color: #666666;
	padding: 19px 57px 19px 38px;
	text-align: left;
}
.bodycopy {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #666666;
	text-decoration: none;
	padding-right: 20px;
	text-align: left;
}
.fineprint {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #CCCCCC;
	text-align: center;
}
a:link {
	color: #999999;
	text-decoration: none;
}
a:visited {
	color: #999999;
	text-decoration: none;
}
a:hover {
	color: #FF9900;
	text-decoration: none;
}
.image {
	border: 1px solid #CCCCCC;
	margin: 0px 10px 10px 0px;
}
.header {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #669933;
}
.entryfooter {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	border-bottom-style: none;
	border-bottom-color: #999999;
	text-align: left;
	border-top-width: 1px;
	border-top-style: dotted;
	margin-top: 20px;
	color: #999999;
	margin-bottom: 40px;
	clear: both;
}
.greenbullet {
	color: #669933;
}


/*PORTFOLIO PAGES*/
#portLeft {
	border:					14px solid #CCC;
	height:					490px;
	margin:					12px 0 0 12px;
	overflow:				hidden;
	padding:				30px;
	width:					310px;
	}

#portRight {
	height:					578px;
	margin:					12px 12px 0 0;
	overflow:				hidden;
	width:					500px;
	}

#portIMG {
	background:				#CCC;
	height:					350px;
	margin-bottom:			12px;
	width:					500px;
	}

#portNavo {
	height:					45px;
	margin-bottom:			12px;
	overflow:				hidden;
	position:				relative;
	width:					500px;
	}

#portNavi {
	height:					45px;
	left:					0px;
	overflow:				hidden;
	position:				relative;
	width:					430px;
	}

#portt {
	position:				absolute;
	width:					10000px;
	}
	
#portDesc {
	text-align:				left;
	}

.portfolio_title {
	font-weight:			bold;
	}

.portThumb {
	background:				#CCC;
	cursor:					pointer;
	float:					left;
	height:					45px;
	margin-right:			10px;
	width:					45px;
	}

.portThumb.last {
	margin-right:			0;
	}

.portArr {
	cursor:					pointer;
	height:					45px;
	position:				absolute;
	width:					30px;
	}

.portLeftArr {
	background:				transparent url(images/portLeftArr.gif) no-repeat 0 0;
	left:					0;
	top:					1px;
	}

.portLeftArr:hover,
.portLeftArr.hover {
	background:				transparent url(images/portLeftArr.gif) no-repeat 0 -45px;
	left:					0;
	}

.portRightArr {
	background:				transparent url(images/portRightArr.gif) no-repeat 0 0;
	right:					0;
	}

.portRightArr:hover,
.portRightArr.hover {
	background:				transparent url(images/portRightArr.gif) no-repeat 0 -45px;
	right:					0;
	}
