/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #D7D2A8;
	margin-top: 0px;
	height: 8.5in;
}

a:link, a:visited
{ 
    text-decoration: none; 
    color: #970F00;
}

a:hover, a:active 
{ 
    text-decoration: underline; 
    color: #000000;
}

#page {
	/*background-color: #b2bc92;*/
	margin: 0px;
	padding: 0;
	width: 1200px;
	/*border: 1px solid #959596;*/
	}

#header {
	width: 100%;
	height: 192px;
	top: 0;
	bottom: auto;
	z-index: 10;
	position: fixed;
	background-image: url(../img/nav-top.jpg);
	background-repeat: no-repeat;
      }
	  
#header h1 {

	top: 47px;
	left: 370px;
	font-size: 40px;
	position: fixed;

      }

#headersm {
	width: 100%;
    height: 106px;
	top: 0;
	bottom: auto;
	z-index: 10;
	position: fixed;
	background-image: url(../img/nav-top-sm.jpg);
	background-repeat: no-repeat;
      }
	  
#headersm h1 {

	top: 19px;
	left: 369px;
	font-size: 40px;
	position: fixed;

      }

#left_sidebar {
	position: fixed;
	width: 112px;
	height: auto;
	top: 136px;
	right: auto;
	bottom: 29px;
	background-color: #D7D2A8;
	border-top: none #000000;
	border-right: 2px solid #000000;
	border-bottom: none #000000;
	border-left: 2px solid #000000;
      }

#left_sidebar div {
    position: fixed;
 	width: 112px;
	height: 50%;
	bottom: 29px;
	border-top: 2px solid #000000;
	border-right: none  #000000;
	border-bottom: none #000000;
	border-left: none  #000000;
      }

#main {
	position: fixed;
	width: 853px;
	height: auto;
	top: 163px;
	right: 0;
	bottom: 29px;
	left: 155px;
    overflow: auto;
    background-color: #B2BC92;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;
    scrollbar-face-color: #D7D2A8;
    scrollbar-arrow-color: #BA0000;
    scrollbar-track-color: #B2BC92;
    scrollbar-shadow-color: #D7D2A8;
    scrollbar-highlight-color: #D7D2A8;
    scrollbar-3dlight-color: #000000;
    scrollbar-darkshadow-color: #5B3E1C;
      }
	  
#main hr {
	color: #5B3E1C;
	background-color: #5B3E1C;
	height: 3px;
}
#main_left {
	position: fixed;
	width: 410px;
	height: auto;
	top: 163px;
	right: 0;
	bottom: 29px;
	left: 155px;
	background-color: #B2BC92;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;
	overflow: auto;
	scrollbar-face-color: #D7D2A8;
    scrollbar-arrow-color: #BA0000;
    scrollbar-track-color: #B2BC92;
    scrollbar-shadow-color: #D7D2A8;
    scrollbar-highlight-color: #D7D2A8;
    scrollbar-3dlight-color: #000000;
    scrollbar-darkshadow-color: #5B3E1C;
	
      }

#main_right {
	position: fixed;
	width: 410px;
	height: auto;
	top: 163px;
	right: 0;
	bottom: 29px;
	left: 598px;
	background-color: #B2BC92;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;
	overflow: auto;
	scrollbar-face-color: #D7D2A8;
    scrollbar-arrow-color: #BA0000;
    scrollbar-track-color: #B2BC92;
    scrollbar-shadow-color: #D7D2A8;
    scrollbar-highlight-color: #D7D2A8;
    scrollbar-3dlight-color: #000000;
    scrollbar-darkshadow-color: #5B3E1C;
	
      }

#main_news {
	position: fixed;
	width: 395px;
	height: auto;
	top: 245px;
	right: 0;
	bottom: 29px;
	left: 155px;
	background-color: #B2BC92;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #000000;
	
      }

#main_media {
	position: fixed;
	width: 425px;
	height: auto;
	top: 245px;
	right: 0;
	bottom: 29px;
	left: 583px;
	background-color: #B2BC92;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #000000;
	
      }
	  
#right_sidebar {
	position: fixed;
	width: 166px;
	height: auto;
	top: 136px;
	left: 1038px;
	bottom: 29px;
	background-color: #D7D2A8;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
      }
	  
#ckw {
        position: fixed;
 	    width: 166px;
	    height: auto;
    	left: 1040px;
	    bottom: 29px;
      }	  
	  
#footer {
	position: fixed;
	width: 100%;
	height: 29px;
	top: auto;
	bottom: 0;
	background-image: url(../img/footer-bottom.jpg);
	background-repeat: no-repeat;	
      }
	  
#nav {
	position: fixed;
	width: 1196px;
	height: 28px;
	top: 170px;
	z-index: 2;
	background-color: #970F00;
	border: 2px solid #000000;
	text-align: center;
    padding: 10px 0px;
      }
	  
#nav li
{
	font-size: 1em;
	text-transform: uppercase;
	display: inline;
	margin: 2px 15px;
	font-weight: bold;
}

#nav a:link, #nav a:visited
{ 
    text-decoration: none; 
    color: #FFFFFF;
}

#nav a:hover, #nav a:active 
{
	text-decoration: none;
	color: #5B3E1C;
	background-color: #FFFFCC;
}

#navsm {
	position: fixed;
	width: 1196px;
	height: 28px;
	top: 85px;
	z-index: 2;
	background-color: #970F00;
	border: 2px solid #000000;
	text-align: center;
    padding: 10px 0px;
      }

#navsm li {
	font-size: 1em;
	text-transform: uppercase;
	display: inline;
	margin: 2px 15px;
	font-weight: bold;
}

#navsm a:link, #navsm a:visited { 
    text-decoration: none; 
    color: #FFFFFF;
}

#navsm a:hover, #navsm a:active {
	text-decoration: none;
	color: #5B3E1C;
	background-color: #FFFFCC;
}

.brown_bar {
	position: fixed;
	top: 136px;
	left: 155px;
	width: 852px;
	height: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	text-indent: 10px;
	font-variant: small-caps;
	background-color: #5B3E1C;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #000000;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;
      }
.brown_bar h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;

	color: #FFFFFF;
	text-indent: 10px;
	font-variant: small-caps;
	position: relative;
	top: -9px;
	font-weight: normal;
      }
.brown_bar2 {
	position: fixed;
	top: 136px;
	left: 598px;
	width: 410px;
	height: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-transform: uppercase;
	color: #FFFFFF;
	text-indent: 10px;
	font-variant: small-caps;
	background-color: #5B3E1C;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #000000;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;
      }
	  
.brown_bar span {
	position: relative; 
	top: 4px;
}

#down_bar {
	position: fixed;
	width: 29px;
	height: 100%;
	top: 136px;
	right: 0;
	bottom: 29px;
	left: 124px;
      }

#down_bar2 {
	position: fixed;
	width: 29px;
	height: 100%;
	top: 136px;
	right: 0;
	bottom: 29px;
	left: 567px;
      }

#down_bar3 {
	position: fixed;
	width: 29px;
	height: 100%;
	top: 136px;
	right: 0;
	bottom: 29px;
	left: 1010px;
      }
	  
#down_bar_index {
	position: fixed;
	width: 29px;
	height: 88%;
	top: 220px;
	right: 0;
	bottom: 29px;
	left: 124px;
      }
	  
#down_bar2_index {
	position: fixed;
	width: 29px;
	height: 88%;
	top: 220px;
	right: 0;
	bottom: 29px;
	left: 552px;
      }
	  
#down_bar3_index {
	position: fixed;
	width: 29px;
	height: 88%;
	top: 220px;
	right: 0;
	bottom: 29px;
	left: 1010px;
      }
	  	  
.down_bar_red {
	width: 29px;
	height: 4%;
	background-color: #BA0000;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;
      }

.down_bar_tan {
	width: 29px;
	height: 34%;
	background-color: #D7D2A8;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;
      }

.down_bar_orange {
	width: 29px;
	height: 4%;
	background-color: #D5871E;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;
      }

#copyright
{
	margin: 10px 0px 0px 740px;
	font-size: 0.6em;
}

#resumetitle {
	font-size: 10px;
}

.main_content {
	margin-right: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-left: 10px;
}

.main_content_indent {
	margin-right: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-left: 10px;
	text-indent: 25px;
}

.humans {
	background-color: #FFFFFF;
	position: relative;
	top: 10px;
	text-align: center;
	float: right;
	right: 10px;
}

.shop {
	background-color: #FFFFFF;
}

.shop a:link, a:visited
{ 
    text-decoration: none; 
    color: #000000;
}

.shop a:hover, a:active 
{ 
    text-decoration: underline; 
    color: #970F00;
}

.MouseOverOn {
	color: #000000;
	text-decoration: underline;
	}
.MouseOverOff {
	color: #970F00;
	text-decoration: none;
   }

.tx2 {  
	font-family: KochRoman, "Courier New", Courier, mono
}
.tx {  
	font-family: Comic Sans MS, Arial, Helvetica, sans-serif
}

