html{
  overflow-y:scroll;
  height:100%
}

body{
  background:#7e7e7e url("background.png") repeat-y scroll top center;
  margin:0;
  height:100%;
  font-family:Verdana, Ariel;
}
/* IE 6/7's lack of colour correction */
* html body{
  background-color:#737373;
}
*:first-child+html body{
  background-color:#737373;
}

div#frame{
  background-color:#ffffff;
  margin:0 auto;
  width:870px; /* 900px, less 30px border */
  min-height:100%;
  border-left:5px solid #da090d;
  border-right:25px solid #da090d;
}
/* IE 6's lack of min-height support */
* html div#frame{
  height:100%;
}

/* HEADER */
div#header{
  width:100%;
  height:160px;
}
div#header img{
  border:0;
  margin:0 auto;
  display:block;
  padding:20px;
}
div#header span{
  width:90%;
  display:block;
  text-align:right;
  font-style:italic;
  color:#747474;
  padding:0 0 5px 0;
  margin:0 5%;
  border-bottom:1px solid #d5d5d5;
}

/* LOGO */
span.logo{
  font-family:"Century Gothic", Verdana;
  font-style:italic;
  font-weight:bold;
  letter-spacing:1px;
  color:#222222;
}
span.logo span.numeral{
  color:#d8090d;
}

/* BANNER */
a#banner{
  display:block;
  margin:10px 20px 0 20px;
}
a#banner img{
  border:0;
  background-color:#634227;
}

/* CONTENT */
div#content{
  padding:20px;
  float:left;
  width:670px;
}

h1, h2, h3{
  font-family:"Century Gothic", Verdana;
  color:#222222;
  margin:10px 0;  
}
p{
  line-height:1.4;
}
a{
  color:#da090d;
  text-decoration:none;
}
a:hover{
  color:#da090d;
  text-decoration:underline;
}

/* IE 6 creates a 1px gap between #menu's body and 
#main's border when #main's width is any less than 101% */
* html div#main{
  width:101%;
}

/* MENU */
div#menu{
  float:right;
  width:150px;
  margin:0;
  padding:0;
  margin-top:20px;
}
div#menu ul{
  text-align:left;
  list-style-type:none;
  list-style-position:inside;
  padding-left:0;
  margin-left:0;
}
div#menu ul li{
  background:#da090d url("menu.png") repeat-x scroll bottom left;
  height:20px;
  margin-bottom:15px;
  padding:5px
}
div#menu ul li:hover{
  height:30px;
  margin-bottom:5px;
  padding:5px;
}
div#menu ul li.current{
  font-weight:bold;
}
div#menu ul li a{
  display:block;
  text-decoration:none;
  color:white;
  width:100%;
  height:100%;
}

/* FORMS */
label{
	margin-bottom:2px;
	font-weight:bold;
	color:#b50407;
	display:block;
}
textarea, input.text{
	border:1px solid #da090d;
	border-left:3px solid #da090d;
  margin-bottom:10px;
  width:100%;
	padding:3px;
	font-family:inherit;
	font-size:inherit;
}
button{
  background:#da090d url("menu.png") repeat-x scroll bottom left;
	border:2px solid #da090d;
  font-family:inherit;
  font-size:inherit;
	font-weight:bold;
	color:#ffffff;
	display:block;
	width:130px;
	height:30px;
	padding:3px;
	margin:0 auto;
	margin-top:10px;
}

/* FOOTER */
div#footer{
  clear:both;
  width:90%;
  color:#747474;
  font-size:75%;
  text-align:center;
  padding:5px 0;
  margin:0 5%;
  border-top:1px solid #d5d5d5;
}