#outer {
  background-image: url('/template/images/background.png');
  background-repeat: no-repeat;
  background-position: 50% 0%;
  padding-top: 35px;
  height: 100%;
  width: 1000px; 
  margin: auto;
  position: relative;
}

.menuDocument{
  padding-left: 10px;
  font-size: 12px;
}

#inner{
  width: 899px;
  margin: auto;
}

#content h1{
  color: #e6b064;
}

#navigation A:link {
  color: #e6b064;
  text-decoration: none;
}
#navigation A:visited {
  color: #e6b064;
  text-decoration: none;
}
#navigation A:hover {
  color: #604a23;
  text-decoration: none;
}


#navigation {
  color: #e6b064;
  background-color: #090603;
  background-image: url('/template/images/navbackground.png');
  background-repeat: no-repeat;
  background-position: bottom; 
  float: left;
  width: 199px;
  height: 100%;
  position:relative;
}

#navimagewrapper {
  width: 168px;
  clear: both;
  margin-left: auto;
  position: absolute;
  bottom: 0px;
  left: 10%;
}

#content {
  background-color: #ffffff;
  float: right;
  width: 700px;
  overflow: hidden;
}

#padme{
  padding: 10px;
  padding-left: 20px;
}

#spacer{
  height: 300px;
}

#contentbottom img {
  vertical-align: bottom;
}


#contentbottom {
  clear: both;
  position: relative;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

#bottombrownbar {
  background-color: #604a23;
  height: 46px;
  margin-top: -3px;
  text-align: center;
  clear: both;
  z-index:999;
  font-weight: bold;
}


#logo {
  width: 168px;
  height: 179px;
  position: absolute;
  top: -30px;
  left: 8%;
  z-index: 99999;
}

#categories {
  height: auto;
  width: 168px;
  float: right;
  margin-top: 180px;
  margin-bottom: 10px;
}


#imagewrap {
  clear: both;
  float: right;
}

html, body{
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-family: arial;
  background-color: #1a0503;
}

#category_description a, #document_left_text a{
  color: #555;
}

#category_description a:hover, #document_left_text a:hover{
  color: #E6B064;
}




/* Default Facebook CSS */  
}
.fbbody  
{  
     font-family: "lucida grande" ,tahoma,verdana,arial,sans-serif;  
     font-size: 11px;  
     color: #333333;  
 }  
 .fbheader
 {  
     color: #3b5998;  
     outline-style: none;  
     text-decoration: none;  
     font-size: 11px;  
     font-weight: bold;  
 }  
 /* Default Anchor Style */  
 .fbbody a
 {  
     font-size: 11px;
     color: #3b5998;  
     outline-style: none;  
     text-decoration: none;  
     font-weight: bold;  
 }  
 .fbbody a:hover  
 {  
     text-decoration: underline;  
 }  
 #socialLinks {
     font-size: 14px;
 }
 /* Facebook Box Styles */  
 .fbgreybox  
 {  
     background-color: #f7f7f7;  
     border: 1px solid #cccccc;  
     color: #333333;  
     padding: 10px;  
     font-size: 13px;  
     font-weight: bold;  
 }  
 .fbbluebox  
 {  
     background-color: #eceff6;  
     border: 1px solid #d4dae8;  
     color: #333333;  
     padding: 10px;  
     font-size: 13px;  
     font-weight: bold;  
 }  
 .fbinfobox  
 {  
     background-color: #fff9d7;  
     border: 1px solid #e2c822;  
     color: #333333;  
     padding: 10px;  
     font-size: 13px;  
     font-weight: bold;  
 }  
 .fberrorbox  
 {  
     background-color: #ffebe8;  
     border: 1px solid #dd3c10;  
     color: #333333;  
     padding: 10px;  
     font-size: 13px;  
     font-weight: bold;  
 }  
 /* Content Divider on White Background */  
 .fbcontentdivider  
 {  
     margin-top: 15px;  
     margin-bottom: 15px;  
     width: 520px;  
     height: 1px;  
     background-color: #d8dfea;  
 }  
 /* Facebook Tab Style */  
 .fbtab  
 {  
     padding: 8px;  
     background-color: #d8dfea;  
     color: #3b5998;  
     font-weight: bold;  
     float: left;  
     margin-right: 4px;  
     text-decoration: none;  
 }  
 .fbtab:hover  
 {  
     background-color: #3b5998;  
     color: #ffffff;  
     cursor: hand;  
 }  
