/* CSS Document */

/* ---------------------------------------------------------------- elements */
/* ========================================================================== */	

html {
  height: 101%; /* prevent scrollbar jumping in firefox */
}

* {
  margin: 0;
  padding: 0;
}

body {
	background-color:#000000;
	background-image:url(../images/structure/bgtile1.gif);
	font-size: 100.01%; /* prevent extreme font resizing in IE */
	text-align: center;
	color:#FFFFFF;
}

img {border:0;}

.clear {
  clear: both;
}

br.clear {
  font-size: .01em;  /* remove space below clearing br tags in IE5 */
}

/* ---------------------------------------------------------------- container */
/* ========================================================================== */	

#container {
	width:836px;
	border:5px solid #ffffff;
	margin-right: auto;
  	margin-left: auto;
	text-align:left;
	}

	
/* ---------------------------------------------------------------- header */
/* ========================================================================== */	
	
#header	{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	height:176px;
	background-color:#ffffff;
	background-image:url(../images/structure/headerbg7.gif);
	}

/* ------------------------------------ header navigation */

#header ol {
	padding:100px 0 0 20px;
	}

#header li {
	display:inline;
	font-size:0.8em;
	font-variant:small-caps;
	color:#A4A49D;
	margin: 0;
	padding: 0 10px 0 0px;
	}

#header a {
	text-decoration:none;
	color:#595656;
	padding:2px;
	}
#header a:hover {
	text-decoration:underline;
	padding:2px;
	}

.currentlink {
	background-color:#66CC00;
	color:#ffffff;
	padding:2px;
	}

/* ---------------------------------------------------------------- dropdown */	
/* ========================================================================== */	

#pageinfo {
	width:836px;
	height:31px;
	background-color:#E2E2C9;
	background-image:url(../images/structure/infobg6.gif);
	border-top:2px solid #ffffff;
	}

#pageinfo h1	{
	width:200px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.7em;
	font-weight:normal;
	color:#292A2A;
	padding:9px 0 0 20px;
	}

/* ---------------------------------------------------------------- content */	

#content {
	width:836px;
	background-color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	overflow:auto;
	}

#wrapper {
	width:834px;
	border-right:1px dotted #A7A18A;
	border-left:1px dotted #A7A18A;
	overflow:auto;
	}

/* ---------------------------------------------------------------- footer */	

#footer {
	width:836px;
	height:50px;
	background-color:#FFFFFF;
	background-image:url(../images/structure/footerbg3.gif);
	}
	
#footer p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.6em;
	color:#A7A18A;
	padding:26px 0 0 20px;
	}
