/* reset */ 

* {
 padding:0;
 margin:0;
}

h1, h2, h3, h4, h5, h6, p, pre, blockquote, label, ul, ol, dl, fieldset, address { margin:.8em 5%; }
li, dd { margin-left:5%; }
fieldset { padding: .5em; }

/* end reset */

body {
 max-width: 712px;
 font-family: Arial, sans-serif;
 font-size:100%;
 padding: 0em;
 background-image: url(http://gunshowimprov.com/images/background-cic3.jpg);
 background-repeat: no-repeat;
background-color: #cbc2bb;
}

#Container {
}

#Content h2 {
 color: #000;
 font-family: "Courier New", Courier, mono;
 font-size:2em;
 display:block;
}

#Logo {
 position:absolute;
 top: 0px;
 left: 0px;
 width:724px;
 height: 97px;
 }

#Logo h1, h2 {
 display: none;
}

#Content { 
 position:absolute;
 top:98px;
 left:0px;
 width: 550px;
 padding-top:10px;
}

#NextShow {
 font-size: 0.8em;
 position:absolute;
 top:0px;
 left:170px;
 width: 350px;
 padding: 0;
 margin: 0;
}

#News {

 font-size: 0.8em;
 position:absolute;
 top:0px;
 left:0px;
 width: 150px;
 padding: 0;
 margin: 0;
}

#Navigation {
 position:absolute;
 top: 108px;
 left:550px;
 width: 150px;
 padding: 0;
}

#Search {
 position:absolute;
 top: 500px;
 left:550px;
 width: 150px;
 padding: 0;
}

.posted {
 font-size: 0.7em;
 margin-bottom:20px;
}

#Navigation ul {
 list-style: none;
}

#Navigation li {
 margin-left:0;
}

#Search h2 {
 display:none;
/* font-size: 1.5em;
 color: #001F34;
 padding-bottom:0;
 margin-bottom:0.2em; */
}

.TextBox {
 margin-left:1em;
 width:150px;
 background-color:#FFF;
}

.GoButton {
 font-family: "Courier New", Courier, mono;
 font-size: 1em;
 text-decoration: none;
 font-weight: bolder;
 margin-left:1em;
  border: 1px solid black;
}

#Footer {
 clear: both;
}

#Footer ul {
 list-style: none;
}

#Footer li {
 float: left;
 width: 5em;
}

#Powered {
 font-size: 0.7em;
 margin-top: 10em;
 padding: 0 0 3em 3em;
}

a {
 color: #333333;
 text-decoration: underline;
 font-size:100%;
border-style: none;
border-color: transparent;
border-width: 0;
padding: 0;
font-family: Arial, sans-serif;
font-weight: normal;
background-color:transparent;
}

a:link { 
 color: #333333;
 text-decoration: underline;
 font-size:100%;
 border-style: none;
border-color: transparent;
border-width: 0;
padding: 0;
font-family: Arial, sans-serif;
font-weight: normal;
background-color:transparent;
}

a:visited {
 color: #333333;
 text-decoration: underline;
 font-size:100%;
 border-style: none;
border-color: transparent;
border-width: 0;
padding: 0;
font-family: Arial, sans-serif;
font-weight: normal;
background-color:transparent;
}

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

a:active {
 text-decoration: underline;
}


#Navigation li a {
 font-family: "Courier New", Courier, mono;
 font-size: 1.6em;
 text-decoration: none;
 font-weight: 900; 
 color: #333333;
}

#Navigation li a:link {
 color: #333333;
 text-decoration: none;
}

#Navigation li a:visited {
 color: #333333;
 text-decoration: none;
}

#Navigation li a:hover {
 color: #000000;
 text-decoration: underline;
}

#Navigation li a:active {
 color: #000000; 
 text-decoration: underline;
}

a img {
 border: none;
}