/* Main page styles */
.background {
	background-color: #111111;
}
/* End of main page styles */


/* The main window of the website, and all the styles regarding it */
.window {
	background-color: #1c1c1c;
}
.border_top {
	background: url(web_images/border_top.gif) repeat-x top;
}
.border_bottom {
	background: url(web_images/border_bottom.gif) repeat-x bottom;
}
.border_left {
	background: url(web_images/border_left.gif) repeat-y left;
}
.border_right {
	background: url(web_images/border_right.gif) repeat-y right;
}
.photograph {
	position: relative;
	z-index: 1;
	top: 0px;
	left: -25px;
}
.input {
	height: 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	background-color: #1c1c1c;
	border: thin solid #deb64f;
}
.input_area {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	background-color: #1c1c1c;
	border: thin solid #deb64f;
}
.button {
	height: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
/* End of main window styles */


/* Font styles */
.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
}
.small_print {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 10px;
}
.gold {
	color: #deb64f;
}
.white {
	color: #ffffff;
}
.light_grey {
	color: #cccccc;
}
/* End of font styles */
