/*
 Screen style    
*/

body {
 background: #380023;
 color: #000;
 font-size: 80%;
 padding: 32px 0 25px 0;
 height:100%;
}

#wrapper {
 margin: 0 auto;
 text-align: left;
 width: 800px;
 }

#innerwrapper {
	position:relative;
	background: transparent url(../images/bg/wrapper-top.gif) left top no-repeat;
	display:block;
	width:800px;
	margin:0 auto;
}

#nav li {
 list-style: none;
}

#nav {
 height: 534px;
 margin: 0;
 padding: 32px 0 0 0;
 position:relative;
 width: 235px;
 z-index:1;
}

#nav a {
 background-color: #380023;
 color: #fff;
 display: block;
 font-size: 1em;
 margin: 0;
 overflow: hidden;
 position: relative;
 text-align: center;
 text-decoration: none;
 width: 235px;
}

#nav a#nav01, #nav a#nav02, #nav a#nav03, #nav a#nav04, #nav a#nav05 {
 height: 67px;
 line-height: 67px;
 }
#nav a#nav06 {
	height:73px;
	line-height:73px;
}

#nav a#nav07 {
	height:126px;
	line-height:126px;
	position: absolute;
	left:0px;
	top:460px;
}

#nav a span {
 background-position: center left;
 background-repeat: no-repeat;
 display: block;
 height: 100%;
 left: 0;
 position: absolute;
 top: 0;
 width: 100%;
 margin:0;
 padding:0;
}

#nav a#nav01 span {
 background-image: url(../images/nav/nav01.gif);
}

#nav a#nav02 span {
 background-image: url(../images/nav/nav02.gif);

}

#nav a#nav03 span {
 background-image: url(../images/nav/nav03.gif);
}

#nav a#nav04 span{
 background-image: url(../images/nav/nav04.gif);
}

#nav a#nav05 span{
 background-image: url(../images/nav/nav05.gif);
}

#nav a#nav06 span{
 background-image: url(../images/nav/nav06.gif);
}

#nav a#nav07 span{
 background-image: url(../images/nav/nav07.gif);
}

#nav a:hover {
 background-color: #380023;
 color: #fff;
}

#nav a:hover span, #nav a.current span {
background-position: -235px;
}

#content {
	background: #ffffff url(../images/bg/footer.gif) 223px 526px  no-repeat;
	position:absolute;
	width:774px;
	height:552px;
	left:12px;
	top:30px;
	display:block;
}
#subnav li {
	list-style:none;
	float:left;
	margin:0;
}
#subnav {
 height: 50px;
 margin: 0 15px 0 0;
 position:relative;
 width: 498px;
 float:right;
}

#subnav a {
 background-color: #380023;
 color: #fff;
 display: block;
 font-size: 1em;
 height: 50px;
 line-height: 50px;
 margin: 0;
 overflow: hidden;
 position: relative;
 text-align: center;
 text-decoration: none;
}

#subnav a span {
 background-position: top left;
 background-repeat: no-repeat;
 display: block;
 left: 0;
 position: absolute;
 top: 0;
 width: 100%;
 height:50px;
 z-index: 1;
}

#subnav a#subnav01 span {
 background-image: url(../images/nav/subnav01.gif);
}

#subnav a#subnav02 span {
 background-image: url(../images/nav/subnav02.gif);
}

#subnav a#subnav03 span {
 background-image: url(../images/nav/subnav03.gif);
}

#subnav a#subnav04 span{
 background-image: url(../images/nav/subnav04.gif);
}

#subnav a#subnav05 span{
 background-image: url(../images/nav/subnav05.gif);
}

#subnav a#subnav01  {
 width: 68px;
}

#subnav a#subnav02  {
 width: 62px;
}

#subnav a#subnav03  {
 width: 89px;
}

#subnav a#subnav04 {
 width: 109px;
}

#subnav a#subnav05 {
 width: 169px;
}
#subnav a:hover {
 background-color: #380023;
 color: #fff;
}

#subnav a:hover span, #subnav a.current span {
background-position: 0 -50px;
}
#textboxbig {
	float:right;
	margin:20px 10px 20px 10px;
	padding-right:10px;
	width:490px;
	overflow:auto;
	height: 460px;
}
#textboxsmall {
	float:right;
	margin:20px 10px 20px 10px;
	padding-right:10px;
	width:490px;
	overflow:auto;
	height: 410px;
}
#copyright {
	position:absolute;
	top:620px;
	width:800px;
	text-align:center;
	color:white;	
}

#copyright a {
	color:white;
}
