body
{
 width: 100%;
 text-align: center;
 background-color:#110800;
}
.inner-class
{
 margin-left: auto;
	margin-right: auto;
    background-color:#3C1E00;
    width: 800px;
    border: 1px solid #663300;
    }

.toptext
{
        padding: 5px;
        text-align:center;
        color: #FFF;
         font-size: 9pt;
    }

.breadcrumbs
{
     padding: 5px;
     color: #737373;
     font-size: 11px;
     font-weight: bold;
}
.breadcrumbs a
{
     text-decoration: none;
     font-style: italic;
}
.breadcrumbs a:hover
{
     text-decoration: none;
     font-style: italic;
}

#container
{
 position:relative;
 margin:0 auto;
 width:779px;
 bottom:0px;
}
#header
{
 position:absolute;
 width:779px;
 height:120px;
 top: 0px;
 left: 0px;
}
#content_border
{
 position:absolute;
 width:779px;
 top:120px;
 height:500px;
 left:0px;
 right:0px;
}
#content
{
 position:absolute;
 width:720px;
 height:430px;
 top:35px;
 left:30px;
 right:0px;
}
#footer
{
 position:absolute;
 width:779px;
 top:620px;
 height:80px;
 left:0px;
 right:0px;
}
/*Fonts*/a:link
{
 font-family: Arial, Helvetica, sans-serif;
 text-decoration: none;
 color: #FFFF99
}
a:active
{
 font-family: Arial, Helvetica, sans-serif;
 text-decoration: none;
 color: #FFFF99
}
a:visited
{
 font-family: Arial, Helvetica, sans-serif;
 text-decoration: none;
 color: #FFFF99
}
a:hover
{
 font-family:Arial, Helvetica, sans-serif;
 text-decoration: none;
 color: #FFFFCC
}
.bodyText
{
 font-family: Arial, Helvetica, sans-serif;
 font-size: 9pt;
 font-weight: normal;
 color: #FFFFFF;
}
.bodyTextYellow
{
 font-family: Arial, Helvetica, sans-serif;
 font-size: 9pt;
 font-weight: normal;
 color:#FFFFCC;
}
.bodyBold
{
 font-family: Arial, Helvetica, sans-serif;
 font-size: 11pt;
 font-weight: bold;
 color: #FFFFFF;
}
.bodyBoldYellow
{
 font-family: Arial, Helvetica, sans-serif;
 font-size: 12px;
 font-weight: bold;
 color:#FFFFCC;
}
.bodyHeading
{
 font-family: Arial, Helvetica, sans-serif;
 font-size: 12pt;
 font-weight: normal;
 color:#FFFFCC;
}
.textFields
{
 font-family: Arial, Helvetica, sans-serif;
 font-size: 9pt;
 font-weight: normal;
 color:#663300;
}

/* SLIMBOX */

#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(images/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(images/prevlabel.gif) no-repeat 0 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(images/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(images/closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}
