/* CSS Document */

html {
	height:100%; /* fix height to 100% for IE */
	max-height:100%; /* fix height for other browsers */
	padding:0; /*remove padding */
	margin:0; /* remove margins */
	border:0; /* remove borders */
	background-color:#fff; /*color background - only works in IE */
	font-size:80%; /*set default font size */
	font-family: "BankGothic Lt BT"; /* set default font */
	color:#333;
}
body {
behavior:url(cssHoverFix.htc);
height:100%; /* fix height to 100% for IE */
max-height:100%; /* fix height for other browsers */
padding:0; /*remove padding */
margin:0; /* remove margins */
border:0; /* remove borders */
}
img {border-style:none;
}
#container { 
height:100%;  /*set height to full page*/
max-height:100%;
background-color:#fff;
padding:10px; 
position:relative;  /*set up relative positioning so that z-index will work */
z-index:12;  /*allocate a suitable z-index */
}
.small {font-size:10px;}

.bullets {text-decoration:none;
list-style:none;
}
#gallery {
	width:575px;
	height:575px;
	margin:0 auto;
	position:relative;
}
#gallery a.previous {display:block; height:40px; width:32px; background:url(images/previous.gif); position:absolute; left:0; top:590px;}
#gallery a.next {display:block; height:40px; width:32px; background:url(images/next.gif); position:absolute; right:0; top:590px;}
#gallery a b {display:none;}
#gallery #fullsize {
	position:absolute;
	left:0;
	top:0;
	height:630px;
	width:575px;
	overflow:hidden;
	text-align:center;
}
#gallery #fullsize div {width:575px; height:630px; padding-top:5px; position:relative;}
#gallery #fullsize div img {clear:both; display:block; margin:0 auto; border:0;}
#gallery #fullsize div h3 {padding:10px 0 0 0; margin:0; font-size:18px;}
#gallery #fullsize div p {padding:5px 0; margin:0; font-size:12px; line-height:18px;}
a:link {
color:#333;
text-decoration:none;
}
a:visited {
color:#333;
text-decoration:none;
}
a:focus {
color:#333;
text-decoration:none;
}
a:hover {
color:#999;
text-decoration:none;
}
a:active {
color:#333;
text-decoration:none;
}
.writing {
padding:0 150px;
}
#preload-img {
display:none;
}
