/* CSS Document */
html {
  /* this is a hack to force scrollbars on at 
     all times so that the page does not jump
     when going from short to long pages */
  height: 100%;
  margin-bottom: 1px;
  background: #000;
}

body {
	background:#000000;
	text-align:center;
	font-size: 80%;
	color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	scrollbar-3dlight-color:#ffffff;
	scrollbar-arrow-color:#ffffff;
	scrollbar-track-color:#000000;
	scrollbar-darkshadow-color:#0000;
	scrollbar-face-color:#000000;
	scrollbar-highlight-color:#000000;
	scrollbar-shadow-color:#ffffff

}
h1 {
	font-size: 180%;
}
h2 {
	font-size: 180%;
}
h3 {
	font-size: 160%;
}
h4 {
	font-size: 140%;
}
.quotes {
	text-align:left;
	font-style:italic; 
	 color: #66FF99; 
}
.author {
	text-align:right;
	font-style:italic; 
	 color: #666666; 
}
#container {
	width:800px;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
}
#top {
}
#top_left {
	float:left;
}
#top_right {
	float:right
}
#main {
	text-align:left;
}
#footer {
	font-size:100%;
}
#main_centre {
	text-align:center;
}
#main_about {
	width:500px;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	font-size:140%;
	text-align:left;
}

#myimgtext {
	color:#FFFFFF;
	text-align:left;
	font-size:120%;
	font-weight:bold;
}
#galimg {
	width:800px;
/*	height:500px; */
}
#galimg_left {
	width:520px;
	float:left;
/*	height: 800px; */
}
#galimg_right {
	width:260px;
	float:right;
}

div.popup {
/*  max-width: 600px;
    border: 1px solid red;
    padding: 5px;
    background-color: white; */
 /* The following properties should not be changed */
    position: absolute;
}

#popup_overlay {
  background-color: #000000;
  /* The following properties should not be changed */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 500px;
}

span.popup_link, a.popup_link {
  cursor: pointer;
  border-bottom: 1px dotted;
}

/* ----------FORMS----*/
 input {
	color: #999999;
	background: #000000;
	border: 1px solid #ffffff
}

.submit input {
	color: #000;
	background: #000000;
	border: 2px outset #ffffff
}

.textarea {
	color: #999999;
	background: #000000;
	border: 1px solid #ffffff
}


/* ----------LINKS----*/
a:link {
	color: #cccccc;
	text-decoration: none;
	font-weight:bold;
}
a:visited {
	text-decoration: none;
	color: #cccccc;
	font-weight:bold;
}
a:hover {
	text-decoration: none;
	color: #FF0000;
	font-weight:bold;
}
a:active {
	text-decoration: none;
	color: #cccccc;
	font-weight:bold;
}
