@charset "utf-8";
/* Portfolio Page Layout */

body {
	font: 100% Arial, Helvetica, sans-serif;
	background: #000000;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #FFFFFF;
	overflow: hidden;
}
a {
	color: #FFFFFF;
}
.jfysPortfolioPage #container {
	width: 780px;
	height: auto;
	margin: 0 auto;
	text-align: left;
	overflow: hidden;
}
.jfysPortfolioPage #header {
	width: 780px;
	height: 100px;
	background: #000000; 
	padding: 0 0;
}
.jfysPortfolioPage #header h1 {
	font-size: 20px;
	margin: 10px;
	padding: 0 0;
	text-align: center;
}
.jfysPortfolioPage #header h2 {
	font-size: 18px;
	margin: 10px;
	padding: 0 0;
}
.jfysPortfolioPage #mainContent {
	position: absolute;
	top: 100px;
	width: 780px;
	height: 600px;
	background-image:url(../images/jfysStaticPageImage1.jpg);
	overflow: hidden;
}
.jfysPortfolioPage #mainContentText {
	width: 670px;
	height: 600px;
	overflow: hidden;
}
.jfysPortfolioPage #mainContentText a {
	color: #FF99FF;
}
.jfysPortfolioPage #mainContentText p {
	padding: 0 0;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin: 10px;
}
.jfysPortfolioPage #mainContentText h1 {
	font-size:20px;
	margin: 10px;
	padding: 0 0;
	color: #FFFFFF;
	text-align:center;
}
.jfysPortfolioPage #mainContentText h2 {
	font-size:18px;
	margin: 10px;
	padding: 0 0;
	color: #FFFFFF;
}
.jfysPortfolioPage #mainContentText h3 {
	font-size:16px;
	margin: 10px;
	padding: 0 0;
	color: #FF99FF;
}
.jfysPortfolioPage #viewerBar {
	position:absolute;
	left: 600px;
	top: 0px;
	width: 220px;
	height: 590px;
	overflow: hidden;
}
.jfysPortfolioPage #portraitImage {
	border:thick;
	border-color: FF99FF;
	position: absolute;
	left: 150px;
	top: 20px;
	width: 400px;
	height: 560px;
	overflow: hidden;
}
.jfysPortfolioPage #lscapeImage {
	border:thin;
	border-color: FF99FF;
	position: absolute;
	left: 35px;
	top: 100px;
	width: 560px;
	height: 400px;
	overflow: hidden;
}
.jfysPortfolioPage #footer {
	position: absolute;
	height: 50px;
	width: 780px;
	top: 700px;
	padding: 0 0px;
	background:#000000;
	text-align: center;
	overflow:hidden;
}
.jfysPortfolioPage #footer p {
	margin: 0;
	padding: 10px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	text-align: center;
	color: #FF99FF;
}
.jfysPortfolioPage #footer a {
	margin: 0;
	padding: 10px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	text-align: center;
	color: #FF99FF;
}
