/* Layout Stylesheet */ 

body {
 margin: 0;
 background: #fff;
 background: url(img/border.jpg) repeat-y;
 text-align: left;
 }

#menuarea {
 position: absolute;
 top: 100px;
 left: 10px;
}

#crumb {
 position: absolute;
 top: 0px;
 left: 175px;
 width: 80%;
 padding: 10px;
 background: #657aa5;
 color: #fff;
 border: 2px solid #000;
 float: right;
 margin-right: 10px;
}

#shadow {
 position: relative;
 margin-left: 3px;
 margin-right: -14px;
 border-top: 3px solid #bdbdb5;
 border-bottom: 3px solid #e7e7dd;
}

#content { 
 position: absolute;
 top: 42px;
 left: 175px;
 width: 81%;
 float: right;
 margin-right: 10px;
 color: #000;
 }

.notesbox {
 position: relative;
 margin-left: 50px;
 padding: 10px 50px 10px 10px;
 background: #657aa5;
 color: #fff;
 border: 2px solid #000;
}

.innerbox, .awardsbox {
 position: relative;
 margin-left: -60px;
 padding: 10px;
 background: #fff;
 color: #000;
 border: 2px solid #000;
}

.boxshadow {
 position: relative;
 margin-left: 53px;
 border-top: 3px solid #bdbdb5;
 border-bottom: 3px solid #e7e7dd;
}

#photos {
 position: relative;
 width: 100%;
 padding: 0;
}

.thumbs {
 position: relative;
 width: 100%;
 text-align: center;
 padding: 0;
}

#fadeshow1 {
 position: relative;
 margin-left: auto;
 margin-right: auto;
}

#next {
 position: relative;
 padding: 5px;
 float: right;
 background: #657aa5;
 color: #fff;
 border: 2px solid #000;
}

#back {
 position: relative;
 padding: 5px;
 float: left;
 background: #657aa5;
 color: #fff;
 border: 2px solid #000;
}

.footerbox {
 position: relative;
 margin-right: 50px;
 padding: 10px 10px 10px 50px;
 background: #b90100;
 color: #fff;
 border: 2px solid #000;
}

.footershadow {
 position: relative;
 margin-left: 3px;
 margin-right: 50px;
 border-top: 3px solid #bdbdb5;
 border-bottom: 3px solid #e7e7dd;
}

#footer {
 position: relative;
 margin-right: -60px;
 padding: 5px;
 background: #fff;
 color: #000;
 border: 2px solid #000;
}

#awardstats {
 position: relative;
 padding: 5px;
 border: 2px solid #000;
}

#Facebook {
 position: absolute;
 top: 485px;
 left: 10px;
}

.page-break {
 display: none;
}
