/* CSS Document */
* {
	margin:0px auto;
	padding:0;
	font-family: arial;
	}
body {
	background: #000;
	text-align: center;
	position: absolute;
	display: block;
	width: 100%; 
	height: 100%;
	}
h1 {
	font-weight: normal;
	font-size: 1.7em;
	}
th {
	font-weight: normal;
	font-size: 1.0em;
	text-align:left;
	padding-top: 10px;
	}
p {
	font-size: 1.1em;
	}
a img {
	border: 0px;
	}
#animatedTitle {
	float:left;
 	margin-top:18px;
	width: 100%;
	display:block;
	}
/* formatting for index.htm */
#rotator {
	float: none;
	display:block;
	height: 300px;
	width: 222px;
	margin-top: 18px !important;
	margin-bottom: 0px !important;
	text-align:left;
	}
html>body #rotator {
	/* hidden from ie6 and below */
	float: left;
	margin-left: 289px !important;
} 
#rotator img{
	height: 300px;
	width: 222px;
	}
#mainTable {
	background: url('images/jessica-andrews-background1.jpg') top left no-repeat;
	position:relative;
	display: block;
	top: 50%;
	margin: -250px auto; 
	width: 800px; 
	height: 500px;
	text-align: center;	
	}
#mainTable p {
	text-align: center;
	clear:left;
	padding-top: 10px;
	}
#mainTable a {
	color: black;
	text-decoration: none;
	}
#mainTable a:hover {
	color: blue;
	}
/* formatting for all other pages */
#mainTable2 {
	clear: both;
	background: url('images/jessica-andrews-background2.jpg') top left no-repeat;
	position:relative;
	display: block;
	top: 50%;
	margin: -250px auto; 
	width: 800px; 
	height: 500px;
	}
/* this container holds the clapperboard navigation */
div#mainCellLeft {
	float: left;
	margin-left: 15px;
	margin-top: 250px;
	text-align: center;
	color: white;
	font-family: verdana;
	font-size: 0.8em;
	}
html[xmlns] #mainCellLeft {
	margin-left: 30px !important;
	}
#mainCellLeft p {
	background: #eee;
	color: black;
	margin: 0px 12px 9px 0px;
	width: 148px;
	}
#mainCellLeft a {
	border-top: white 1px solid;
	border-left: white 1px solid;
	border-bottom: silver 1px solid;
	border-right: silver 1px solid;
	text-decoration: none;
	display: block;
	color: black;	
	}
#mainCellLeft a:hover {
	border-top: #999 1px solid;
	border-left: #999 1px solid;
	border-bottom: white 1px solid;
	border-right: white 1px solid;	
	background: #bbb;
	}
/* this container is for the main site content */
#mainCellRight {
	float:left;
	margin-top: 55px;
	margin-left: 50px;
	width: 400px;
	text-align: left;
	color: white;
	font-size: 0.9em;
	}
html>body #mainCellRight {
	/* hidden from ie6 and below */
	float: left;
	}
#mainCellRight p {
	margin-top: 0.9em;
	}
#mainCellRight a {
	color: gold;
	text-decoration: none;
	}
#mainCellRight a:hover {
	color: blue;
	}
/* this is for the portrait gallery pages */
#selector {
	margin-left: 4px;
	}
.gallerySelectImage {
	border: 0;
	margin:0px;
	margin-left: 2px;
	margin-bottom: 2px;	
	}
/* this is for the cv page */
#cv {
	border: gold 2px solid;
	width: 565px;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	opacity: 0.8;
	background-color: white;
	height: 350px !important;
	overflow: auto !important;
	color: black;
	}
#cv h1 {
	margin-left: 20px;
	margin-top: 20px;
	}
#cv p {
	font-size: 1em;
	margin-left: 20px;
	}
#cv table {
	width: 500px;
	margin-left:20px;
	}
#cv table tr td {
	border-bottom: 1px solid #ccc;
	padding: 0.2em;
	font-size: 0.8em;
	}
caption  {
	text-align: left;
	filter:alpha(opacity=100);
	padding: 0.9em 0px 0px 0px;
	border-bottom: 1px solid #555;
	}