
/* Layout Stylesheet */ 

body {
	margin:0 10px 10px 10px;
	text-align:-moz-center;
	#text-align:center;
	background:#000;
}

#outerframe {
	width:920px;
	text-align:left;
	background:#ccc;
	font-family: sans-serif;
	font-size: 13px;
}

#header {
	height:150px;
	margin: 0 -2px 0 0px;
	background:#000;
 	background-image: url("../gui/logoBLACK.jpg");
 	background-repeat: no-repeat;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

#bodyframe {
	width: 920px;
	overflow: hidden;	/* allows body to stretch vertically (also: auto) */
}

#column_nar {
	width:315px;
	margin: 0 0 0 5px;
	padding: 10px 10px 10px 10px;
	float:left;
	background:#eee;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

#column_med {
	width:452px;
	margin: 0 0 0 5px;
	padding: 10px 10px 10px 10px;
	padding-bottom: 32767px;
	margin-bottom: -32767px;
	float:left;
	background:#eee;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

#column_wide {
	width:585px;
	margin: 0 0 0 5px;
	padding: 10px 10px 10px 10px;
	padding-bottom: 32767px;
	margin-bottom: -32767px;
	float:left;
	background:#eee;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

#column_full {
	width:907px;
	margin: 0 0 0 5px;
	padding: 10px 10px 10px 10px;
	float:left;
	background:#eee;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

#footer {
	height:32px;
	margin: 5px 5px 0px 5px;
	padding: 10px 10px 10px 10px;
	font-size: 10px;
	background:#aaa;
	color: #000;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

#roundtop {
  background: url(tr.gif) no-repeat top right;
  display: block;
  background-color: #ccc;
}

#roundbottom {
  background: url(br.gif) no-repeat top right ;
  margin: 5px 0 -3px 0;
  display: block;
  background-color: #ccc;
}

#bubblebox {
	width: 380px;
	height: 320px;
	/* background-color: #d5aa00; */
	margin: 0px 20px 20px 20px;
 	background-image: url("../gui/goldbox.gif");
}

/** Header Specific Stylesheet **/

#messagebar {
	float: right;
	width: 420px;
	margin: 5px 4px 0 0;
}
#menubar {
	margin: 5px 30px 0 0;
	float:right;
}

#menubar li 
{
	list-style: none;
	float: left;
}

#menubar a 
{
	font-size: 1.2em;
	letter-spacing: -0.07em;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	height: 35px;
	padding: 15px 8px 9px 8px;
	background:#d5aa00;
	border: 1px solid #ccc;
}

#menubar a:hover 
{
	color: #fff;
	background: #ffcc00;
}

/* *********************** */
/* Presentation Stylesheet */ 
/* *********************** */

pre {
	font-family: sans-serif;
	font-size: 13px;

	white-space: pre-wrap;       /* css-3 */
	white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
	word-wrap: break-word;       /* Internet Explorer 5.5+ */
}

.shadow {
  /*float: left;*/
  margin: 3px 0 5px 3px;
  background: #CCC;
}

#image {
  /*float: left;*/
  position: relative;
  top: -3px;
  left: -3px;
  padding: 7px;
  background: #eee;
  border: 1px solid #999;
}

table {
	font-family: sans-serif;
	font-size: 13px;
	color: #000;
}

a {
	text-decoration: none;
	font-weight: bold;
	color: #806600;
}

a:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #ffcc00;
}

p {
	line-height: 20px;
	margin: 10px;
}

p:first-letter {
	font-size: 120%; 
	font-weight: bold;
	color: #d5aa00;
}

input,select,textarea {
	font-family: century gothic, verdana, sans-serif;
	font-size: 12px;
}

/* *********************** */
/* Headers */ 
/* *********************** */

h1 {
	font-family: century gothic, verdana, sans-serif;
	font-size: 26px;
	letter-spacing: -0.05em;
	padding: 0 0 5px 0;
	margin: 0;
	color: #d5aa00;
}

h2 {
	font-family: century gothic, verdana, sans-serif;
	font-size: 22px;
	letter-spacing: -0.05em;
	padding: 0 0 5px 0;
	margin: 0;
	color: #d5aa00;
}

h3 {
	font-family: century gothic, verdana, sans-serif;
	font-size: 18px;
	letter-spacing: -0.05em;
	padding: 10px;
	margin: 0;
	color: #000;
}

h4 {
	font-family: century gothic, verdana, sans-serif;
	font-size: 16px;
	font-weight: bold;
	padding: 4px 0 2px 0;
	margin: 0;
	color: #d5aa00;
}

h5 {
	font-family: century gothic, verdana, sans-serif;
	font-size: 20px;
	font-weight: bold;
	padding: 5px;
	margin: 0;
	color: #fff;
}

h6 {
	font-family: century gothic, verdana, sans-serif;
	font-size: 16px;
	font-weight: bold;
	padding: 5px;
	margin: 0;
	color: #fff;
}

