/* GENERAL LAYOUT */

body {
 background:#131313 url("page_bg.gif") fixed;
 padding: 0;
 margin: 0;
}

#container {
 background:transparent;
 width:960px;
 height:100%;
 border:0px;
 padding:0px;
 margin:0px;
}

#container1 {
 background:#000;
 width:710px;
 height:100%;
 float:left;
 border:0px;
}

#container2 {
 background:#F7EFE4;
 width:710px;
 height:100%;
 float:left;
 border:0px;
}

#nav {
 background:#3C1E13 url("nav_bg.gif") repeat-x;
 float:left;
 width:164px;
 height:100%;
 border-right:1px solid #744B2A;
 border-bottom:1px solid #744B2A;
 margin:0;
 padding:10px 0 0 0;
}

#nav ul {
 background:transparent;
 border:0px;
 margin:0;
 text-align:center;
 display:inline;
 }

#nav li {
 background:transparent;
 margin:0 auto;
 padding:15px 0 0 0;
 list-style:none;
 }

#nav li a {
 background:transparent;
 border:0px;
 }
 
 #nav li a:hover {
 background:transparent;
 filter:alpha(opacity=65);
 -moz-opacity:.65;
 opacity:.65;
 }

#home {
 background:#000;
 float:right;
 width:542px;
 height:100%;
 margin:0;
 padding:0;
 border-right:3px solid #232323;
 border-bottom:1px solid #232323;
 font:normal 11px Georgia,Serif;
 color:#EEE;
 text-align:center;
 line-height:1.3em;
 voice-family: "\"}\"";
 voice-family: inherit;
}

#content {
 background:#F8F4E8 url("content_bg.gif") fixed;
 float:right;
 overflow: auto;
 width:542px;
 height:100%;
 margin:0px; 
 padding:0;
 border-right:3px solid #B39C76;
 border-bottom:1px solid #B39C76;
 font: normal 12px Georgia, serif;
 text-align:left;
 color:#000;
 line-height:1.3em;
 voice-family: "\"}\"";
 voice-family: inherit;
}

#rightcol {
 background:transparent;
 float:right;
 border:0;
 width:235px;
 margin:0px 0px 0px 0px;
 padding:10px 5px 0px 5px;
 font:normal 12px Georgia,Serif;
 color:#EEE;
 line-height:1.4em;
}

/* TEXT */

h1 { 
	background:transparent url("title.gif") no-repeat 95% 0; 
	margin:0px; 
	padding:0px;
	width:100%; 
	height:101px; 
	float: right;
	}
  
h1 span {
	display:none
	}
  
h1 {
   font: normal 32px Georgia, serif;
   letter-spacing: 1px;
   margin:0px;
   padding:10px 0px 0px 145px;
   text-align: left;
   color: #BBC488;
}

h3 {
 background:none;
 margin:0px;
 padding:7px 0px 0px 0px;
 font:normal 18px Georgia, serif;
 letter-spacing:0px;
 color:#6C4221;
}

ul {
list-style:none;
padding:0px;
margin-left:12px;
}

a {
color:#B68352;
text-decoration:none;
}

a:hover {
color:#B7915C;
border-bottom:1px dotted #B7915C;
}

a:visited {
color:#787878;
text-decoration:none;
}

#footer {
font:normal 10px Georgia,Serif;
color:#000;
clear:both;
}

/* ELEMENTS */

.pic {
 float:left;
 padding:8px 0px 0px 0px;
 margin:3px;
 text-decoration:none;
}

img {
 border:0px;
}

.right {
 float:right;
}

.txtr {
text-align:right;
}

.bold {
 font-weight:bold;
}

hr {
 border-top: 1px dotted #C9A3A3;
 border-right: 0px;
 border-left: 0px;
 border-bottom: 0px;
 margin-top: 4px;
 padding: 2px 0px 0px 0px;
 width:90%;
}

/* ----- TABLES ----- */

table {
 border:0px;
 background: none;
 margin:0px;
 width:510;
 border:0px;
}
th {
 text-align:center;
}

tr {
 font: normal 12px Georgia, serif;
 letter-spacing:0px;
 line-height:1.4em;
 margin:0;
 text-align:left;
 vertical-align:top;
 color: #000;
}

td {
 padding:0 4px 3px 15px;
}