/* CSS Document */
body{
	background: #000000 url(images/bgLoop.jpg) repeat-x center -235px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0px;
	padding: 0px;
	color:#FFFFFF;
	}

#mainTable{
	border-width:1px;
	border-color:#FFFFFF;
	border-style:solid;
	}

#cell1{
	border-width:1px;
	border-color:#FFFFFF;
	border-right-style:solid;
	border-bottom-style:solid;
	}

#cell2{
	border-width:1px;
	border-color:#FFFFFF;
	border-bottom-style:solid;
	}



#cell3{
	border-width:1px;
	border-color:#FFFFFF;
	border-right-style:solid;
	}

#menu{
	background-color:#141414;
	width:100%;
	margin: 0;
	padding: 0;
	}

.button {
	background-color:#191919;
	color:#353535;
	font-weight:bold;
/*	cursor:pointer; */
	text-decoration:none;
	border-width:1px;
	border-color:#333333;
	border-style:solid;
	border-left-width:0;
	border-top-width:0;
	border-bottom-width:0;
	height:20px;
/*	width:200px; */
	text-align:center;
	}

.button a{	
	text-decoration:none;
	color:#353535;
	padding: 0 10px;
/*	display:block;
	height:20px;
	width:200px; */
	}	

.button a:hover {
	color:#FFFFFF;
/*	height:20px;
	width:200px;
	display:block; */
	}

#homeButton{
	border-left-width:1px;
	border-left-style:solid;
	border-left-color:#333333;
	}
	
span#BigPic {
	display:block;
	height: 525px;
	background: url(images/loading.gif) center center no-repeat;
}

span#Caption {
	width: 180px;
	display: block;
}

.bio {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height: 16px;
	margin:0px;
	padding: 0px;
	color:#FFF;
	}

.bio a:link { text-decoration: none; font-family: arial, verdana, geneva, sans-serif; font-size: 12px; line-height: 16px; color: #cbd67a; font-weight: normal; }
.bio a:visited { text-decoration: none; font-family: arial, verdana, geneva, sans-serif; font-size: 12px; line-height: 16px; color: #cbd67a; font-weight: normal; }
.bio a:hover { text-decoration: underline; font-family: arial, verdana, geneva, sans-serif; font-size: 12px; line-height: 16px; color: #cbd67a; font-weight: normal; }
.bio a:active { text-decoration: none; font-family: arial, verdana, geneva, sans-serif; font-size: 12px; line-height: 16px; color: #cbd67a; font-weight: normal; }

.links {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height: 14px;
	margin:0px;
	padding: 0px;
	color:#FFF;
	}

.links a:link { text-decoration: none; font-family: arial, verdana, geneva, sans-serif; font-size: 11px; line-height: 14px; color: #cbd67a; font-weight: normal; }
.links a:visited { text-decoration: none; font-family: arial, verdana, geneva, sans-serif; font-size: 11px; line-height: 14px; color: #cbd67a; font-weight: normal; }
.links a:hover { text-decoration: underline; font-family: arial, verdana, geneva, sans-serif; font-size: 11px; line-height: 14px; color: #cbd67a; font-weight: normal; }
.links a:active { text-decoration: none; font-family: arial, verdana, geneva, sans-serif; font-size: 11px; line-height: 14px; color: #cbd67a; font-weight: normal; }


div#imageHolder {
	background: url(images/ianspaniertitle.jpg) center -7px no-repeat;
	padding-top: 55px; /* Default = 114px */
}

/* ----------------------------- */
a#nextPic {
	background: url(images/arrow_right.gif) center center no-repeat;
	display: block;
	height: 40px;
	width: 40px;
	margin-bottom: 7px;
	margin-top: 7px;
}a#prevPic {
	background: url(images/arrow_left.gif) center center no-repeat;
	display: block;
	height: 40px;
	width: 40px;
	margin-bottom: 10px;
	margin-top: 10px;
}
a#nextPic p, a#prevPic p {
	display: none;
}