@charset "UTF-8";
/* CSS Document */

body {
	height:100%;
	overflow:inherit;
}

#logo {
	position: fixed;
	width: 91px;
	height: 72px;
	top: 30px;
	left: 30px;
	z-index:1;
}

#tagline {
	position: fixed;
	width: 278px;
	height: 22px;
	top: 130px;
	left: 30px;
	z-index: 100;
}

#blank {
	position: relative;
	float: left;
	width: 180px;
	height: 410px;
	top:100px;
}

#jackie {
	position: relative;
	float: left;
	width: 150px;
	height: 215px;
	top:210px;
	margin-left: 30px;
}

#portfolio > li {
	position: relative;
	float: left;
	width: 610px;
	height: 410px;
	top:110px;
	margin-left: 15px;
}

#about {
	position: relative;
	width: 437px;
	height: 210px;
	top:210px;
	margin-left: 5px;
	z-index: 2;
}

#about p{
	font-family: Georgia, serif;
	font-style:normal;
	font-size: 10.5px;
	color:#898989;
}

#about p a{
	text-decoration: none;
	color:#898989;
	border-bottom: dotted 1px #898989;
}

.date{
	font-family: Helvetica, Arial, sans serif;
	font-style:normal;
	text-transform:uppercase;
	font-size: 8px;
	border-bottom: solid 1px #898989;
	vertical-align:17%;
	margin-right:4px;
	letter-spacing:1px;
}

.status{
	font-family: Georgia;
	font-style:italic;
	font-size: 9.5px;
	color:#898989;
	margin-left:4px;
}

#nav {
	position: fixed;
	width: 400px;
	height: 102px;
	top: 525px;
	left: 30px;
}

#nav img{
	padding-top:4px;
}

#tickerbottomBorder {
	position: fixed;
	width: 146px;
	height: 2px;
	top: 567px;
	left: 30px;
	border-bottom: dotted 1px #898989;
}

#ticker {
	position: fixed;
	width: 456px;
	height: 102px;
	top: 565px;
	left: 30px;
	z-index: 2;
	padding-top:10px;
}

#ticker p{
	font-family: Georgia, serif;
	font-style:italic;
	font-size: 10.5px;
	color:#898989;
}

#ticker p a{
	text-decoration: none;
	color:#898989;
	border-bottom: dotted 1px #898989;
}

img {
	border: none;
}

ul {
	margin-bottom: 2em;
}

ul.project li img{
	border: none;
	padding: 0x;
	z-index:-1000;
}
table {font-size:inherit;font:100%;}	
body * {line-height:1.5em;}

#footerhome {
	position: absolute;
	bottom:0;left:0;
	height:60px;
	width:8950px; 
	background: url(images/pixel.gif) repeat;
}

#footer {
	position: absolute;
	bottom:0;left:0;
	height:60px;
	width:100%; 
	background: url(images/pixel.gif) repeat;
}

