* {
  margin: 0;
  padding: 0;
}

body
{
margin: 0;
padding: 0;
}

a img { 
  border: none; 
}


/*  =========================================================================  */
/*  general styles  */
/*  -------------------------------------------------------------------------  */

html {
  font-family: Arial, Helvetica, Georgia, Times, serif;
  font-size: 93.75%;
}


h1 {
	font-weight: bold;
	font-size: 1.75em;
	margin: -.3em 0 .6em 0;
	font-weight: normal;
   color: red;
}

h2 {
	font-size: .933em;
	margin: 0 0 .1em 0;
   font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
  
}

h3 {
  font-size: .8em;
  text-transform: uppercase;
  font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
  letter-spacing: .15em;
  color: #8c8c8c;
  margin: 0 0 .65em 0;
  font-weight: normal;
  padding-bottom: .95em;
  margin-bottom: 1.2em;
}

h4 {
  color: #666666;
  font-weight: bold;
  margin: 0 0 .35em 0;
}

p {
  margin: 0 0 1em 0;
  line-height: 1.5em;
 }

ul li {
	list-style: circle;
}

hr {
	border: 0px none;
	height: 1px;
	margin: 0;
	padding: 0;
}

.small {
  font-size: .8em;
}

a:link, a:visited {
  color: #adadad;
  font-style: normal;
  
  }

a:hover, a:active {
  color: #ff4500;
  font-style: normal;
  }

#headerwrapper {
  width: 100%;
}

#header {
  width: 900px;
  padding-left: 20px;
  padding-right: 20px;
  text-align: left;
  margin: 0 auto;
  position: relative;
  height: 260px;
}

#headerwrapper {
  background: red url(images/headerprime.png) no-repeat center 0;
  display: table;
}



ul#nav {
  position: absolute;
  top: 235px;
  left: 40px;
  font-family: "Trebuchet MS";
  line-height: 1;
  font-size: .8em;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: .15em;
  list-style-type: none;
}

ul#nav li {
  float: left;
  margin: 0 35px 0 0;
  padding: 0;
  list-style-type: none;
}

ul#nav li a {
  display: block;
  float: left;
  text-decoration: none;
  color: #fff;
  border-bottom: 0 none;
}

ul#nav li a:hover {
  color: #ffa71a;
}

#content{
background-color: black;
width: 900px;
margin: 0 auto;
text-align: center;
}

#colsx {
background-color: black;
padding: 10px;
float: left;
min-height: 550px;
width: 230px;
color: black;
font-size: small;
text-align: left;
}


#cont{
padding: 10px;
float: right;
width: 630px;
min-height: 600px;
color: white;
background-color: black;
font-size: small;
text-align: left;
clear: right;
}

#submenupage {
background-color: black;
padding-right: 30px;
padding-top:80px;
float: left;
min-height: 600px;
width: 230px;
color: black;
font-size: small;
text-align: right;
padding-top: 30px;
}

#contpage{
padding: 10px;
float: right;
width: 620px;
min-height: 600px;
color: white;
background-color: black;
font-size: small;
text-align: left;
clear: right;
}

@media screen{
  body>div#footer{
   position: fixed;
  }
 }


#footer{
  position:absolute;
  bottom:0;
  left:0;
  width:100%;
  height:200px;
  color: white;
  background-color: black;
  text-align: center;
  z-index:-1;
}


#newslist{
 font-size: smaller;
 color: red;
 border-bottom-color: red;
 border-bottom-style: dotted;
 border-bottom-width: 1px;
}

@media screen{
  body>div#footera{
   position: fixed;
  }
 }
 
#footera{
  position:absolute;
  bottom:0;
  left:0;
  width:100%;
  height:200px;
  color: white;
  background-color: black;
  text-align: center;
}