/* Layout Stylesheet */ 

body {
 background-color:rgb(31,26,23);
 text-align:center;
 margin:0 auto;
 height:100%;
 }

body2 {
 background:#C1C1C1;
 text-align:left;
 height:100%;
 }

#container {
 text-align:center;
 margin:0 auto;
 width:850px;
 background-image:url("images/bodybg.jpg");
 background-position:center;
 background-repeat: repeat-y;
 height:100%;
}

#homebar {
 position:relative;
 width:850px;
 height:25px;
 background-color:rgb(31,26,23);
 text-align:right;
 padding-top:8px;
}
 
#header {
 position:relative;
 width:850px;
 height:115px;
 background-color:rgb(93,64,34);
 text-align:left;
}
 
#headernavbar {
 width:695px;
 height:20px;
 background-color:rgb(89,68,37);
}

#headernavbar_original {
 width:695px;
 height:20px;
 background-color:rgb(109,86,52);
}

#colleft {
 position:relative;
 float:left;
 width:155px;
 background-color:rgb(188,190,178);
 text-align:right;
 height:100%;
 background-repeat:no-repeat;
 background-position:bottom left;
}

#colleftbump {
 width:15px;
 height:400px;
 float:right;
 position:relative;
}

#colright {
 position:relative;
 float:right;
 width:695px;
 background-color:rgb(138,134,111);
 text-align:left;
 height:100%;
}

#footer {
 width:850px;
 height:28px;
 background-color:rgb(109,86,52);
 text-align:center;
 padding-top:4px;
 clear:both;
}

.navitem {
 height:28px;
 width:160px;
 padding-left:20px;
 clear:both;
}

.navitemimage {
 position:relative;
 float:left;
 padding-left:20px;
 padding-right:10px;
}

.navitemtext {
 padding-left:36px;
 padding-top:5px;
}