html, body {
	background-color: #333333;
	background-image: url(../images/main_bg.gif);
	padding: 0px;
	padding-top: 15px;
	margin:0px;
	text-align: center;
	color: #ffffff;
	font-family: Arial, san-serif;
	font-size: 12px;
	font-weight: bold;
}
h3{
	font-size: 50px;
	font-weight: bold;
}

address{
	font-size: 20px;
	font-weight: bold;	
}

table#mainTable{
	width: 100%;
}

table#mainTable tr.topStripe{
	background-image:url(../images/strip_vert_bg.gif);
	height: 205px;
}

div#contentWrapper{
	position:relative;
	bottom:190px;
	margin-left:auto;
	margin-right:auto;
	width: 800px;
}

div#copyright{
	font-size: 10px;
	font-family: Arial, san-serif;
	color: #eeeeee;
	margin-top: 15px;
}

div#footerLinks{
	font-size: 10px;
	font-family: Arial, san-serif;
	color: #eeeeee;	
}
div#footerLinks a, a:visited{
	font-size: 10px;
	font-family: Arial, san-serif;
	color: #eeeeee;
	text-decoration: underline;	
}
div#footerLinks a:hover{
	font-size: 10px;
	font-family: Arial, san-serif;
	color: #eeeeee;
	font-weight: bold;
	text-decoration: underline;	
}

table.linkTable{
	 width:100%;	 
	 margin-top: 25px;
	 margin-left: auto;
	 margin-right: auto;
}
table.linkTable td{
	width:25%;
	text-align:center;
}
table.linkTable a{
	 color: #ffffff;
	 font-weight: bold;
	 font-size:20px;
	 font-family:'Viner Hand ITC';
	 text-decoration: none;
	 vertical-align: middle;
	 border: 0px;
}
table.linkTable a, a:visited{
	 color: #ffffff;
	 font-weight: bold;
	 font-size:25px;
	 font-family:'Viner Hand ITC';
	 text-decoration: none;
}
table.linkTable a:hover{
	 text-decoration: underline;
}
div#pictures{
	margin-top: 25px;
	display: block;
	clear: both;
	vertical-align:top;
}
span.pics{
	display:inline;
	height: 100%;
	margin:2px;
	vertical-align: middle;
	text-align: center;
}
span.pics img{
	background-color: #ffffff;
	/*padding: 2px;*/
	border: 0px;
	margin:0px;
}
/*div.pics span{
	background-color: #ffffff;	
}*/
span.bioFilm{
	width:156px;
	height:900px;
	margin-left: 15px;
	background-color:#ffffff;
	display:inline;
	float:left;
	background-image:url(../images/savanah-pic-s66-small.png);
	background-repeat:repeat-y;
	margin-right:25px;
}

div#galleryLinks {
	margin: 10px;
}
div#galleryLinks a{
	margin: 20px;
	color: #ffffff;
	text-decoration: underline;
}

div#galleryLinks a:visited{
	font-family: Arial, san-serif;
	font-size: 12px;
	text-decoration: underline;
}

ul#portfolio li img{
	border: 1px solid #fff;
	padding: 4px;

}
