body
{
	background-color: black;
	//background-image: url('../images/backdrop.jpg');

	scrollbar-face-color: #4873B4;
	scrollbar-highlight-color: #375889;
	scrollbar-shadow-color: #4873B4;
	scrollbar-3dlight-color: #4E7ABC;
	scrollbar-arrow-color:  #ffa000;
	scrollbar-track-color: #3F669F;
	scrollbar-darkshadow-color: #000000;

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;

	width: 95%;
	margin: 2em auto;
	color: #fafafa;
}

a
{
	color: #ffa000;
}

a:link, a:active, a:visited
{
	color : #ffa000;
}

a:hover
{
	text-decoration: underline;
	color : #ffa000;
}

hr
{
	height: 0px;
	border: solid #D1D7DC 0px;
	border-top-width: 1px;
}

img
{
	border: 0 none;
	padding: 0;
	margin: 0;
}

#banner
{
	width: 100%;
	background-image: url('../images/headerpat.gif');
	background-repeat: repeat-x;
	margin: 0;
	height: 115px;
	position: relative;
}

#banner_left {
	position: absolute;
	left: 0; top: 0;
	background-image: url('../images/header1.gif');
	background-repeat: no-repeat;
	height: 85px;
	padding: 30px 0 0 20px;
	font-family: Papyrus, serif;
	font-size: 3em;
	font-style: italic;
}

#banner_left a {
	color: white;
	text-decoration: none;
}

#banner_right
{
	position: absolute;
	right: 0;
	top: 0;
	background-image: url('../images/header3.jpg');
	width: 597px;
	height: 115px;
}

div#content
{
	clear: both;
	padding: 0;
	margin: 0;
	background-image: url('../images/border-content-leftlower.gif');
	background-repeat: repeat-y;
}

div#content div#content_inner
{
	padding: 0;
	margin: 0 0 0 126px;
	background-color: #3F669F;
	border: 2px solid #8AA9D7;

	line-height: 20px;
}

table {
	line-height: normal;
}

/* More IE fixes. */
* html div#content div#content_inner
{
	height: 1%;
}

#menu {
	float: left;
	background-image: url('../images/border-content-left.gif');
	background-repeat: repeat-y;

	font-size : 12px;
	font-weight: bold;

	width: 126px;
}

div#menu * {
	list-style: none outside none;
	padding: 0;
	margin: 0;
}

#menu li a {
	display: block;
	background-image: url('/images/menu-norm.gif');
	width: 90px;
	height: 28px;
	padding: 14px 20px 0px 0;
	text-align: right;
	color: black;
	text-decoration: none;
}

#menu li#menu_first a {
	background-image: url('/images/menu-title.gif');
}

#menu a:hover {
	text-decoration: underline;
}

#menu ul ul a {
	background-image: none;
	display: block;
	height: auto;
	width: auto;
	color: white;
	font-size: 10px;
	text-align: left;
	text-indent: -5px;
	padding: 0 0 0 9px;
	margin: 0 30px 0 0;
}

* html #menu ul ul a {
	height: 10px;
}

#menu li ul {
	display: none;
}

#menu li.active_menu ul {
	display: block;
}

#menu li:hover > ul {
	display: block;
}

div#menu div.menu_end
{
	/* IE fix. */
	top: 2px;
	position: relative;
}

div#content_inner_top
{
	background-image: url('/images/content-inner-top.gif');
	background-position: top center;
	background-repeat: repeat-x;
	height: 72px;
	width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
}

div#content_inner_top_left
{
	position:absolute;
	top: -2px;
	left: -2px;
	margin: 0;
	padding: 0;
	background-image: url('../images/content-inner-top-left.gif');
	background-position: top left;
	background-repeat: no-repeat;
	width: 15px;
	height: 72px;
}

div#content_inner_top_right
{
	position: absolute;
	top: -2px;
	right: -2px;
	margin: 0;
	padding: 0;
	background-image: url('../images/content-inner-top-right.gif');
	background-position: top right;
	background-repeat: no-repeat;
	width: 14px;
	height: 72px;
}

/* For some reason, IE likes to leave an exra pixel on the right hand border. Probably due to
   how IE handles the box model when a border is present. */
* html div#content_inner_top_right
{
	right: -3px;
}

div#content_inner_top_content
{
	padding: 5px 20px 10px 20px;
	margin: 0;
	font-size: 22px;
}

div#content_inner_centre
{
	/*width: 100%;*/
	padding: 0;
	margin: 0 2% 0 2%;
}

div#content_inner_centre_inner
{
	width: 100%;
}

div#content_inner_foot
{
	background-image: url('/images/content-inner-foot.gif');
	background-position: bottom center;
	background-repeat: repeat-x;
	height: 82px;
	width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
}

div#content_inner_foot_left
{
	position:absolute;
	top: 2px;
	left: -2px;
	margin: 0;
	padding: 0;
	background-image: url('../images/content-inner-foot-left.gif');
	background-position: bottom left;
	background-repeat: no-repeat;
	width: 14px;
	height: 82px;
}

div#content_inner_foot_right
{
	position:absolute;
	top: 2px;
	right: -2px;
	margin: 0;
	padding: 0;
	background-image: url('../images/content-inner-foot-right.gif');
	background-position: bottom right;
	background-repeat: no-repeat;
	width: 14px;
	height: 82px;
}

/* For some reason, IE likes to leave an exra pixel on the right hand border. Probably due to
   how IE handles the box model when a border is present. */
* html div#content_inner_foot_right
{
	right: -3px;
}

div#content_inner_foot_content
{
	padding: 56px 5px 10px 5px;
	margin: 0;
	text-align: center;
}

div#footer
{
	clear: both;
	width: 100%;
	height: 40px;
	background-image: url('../images/footerpat.gif');
	background-repeat: repeat-x;
	background-position: bottom center;
	padding: 0;
	margin: 0;
}

div#footer div#footer_left
{
	float: left;
	margin: 0;
	padding: 0;
	background-image: url('../images/footer-left.gif');
	width: 113px;
	height: 40px;
}

div#footer div#footer_right
{
	float: right;
	margin: 0;
	padding: 0;
	background-image: url('../images/footer2.gif');
	background-position: bottom right;
	background-repeat: no-repeat;
	width: 11px;
	height: 40px;
}

#screenshot_container a {
	display: block;
	float: left;
	width: 300px;
	padding: 15px;
}

h2 {
	font-size: 1.5em;
}
