* {
  margin: 0;
}
a img { border: none; }

html,body {
  padding: 0px;
  height: 100%;
}

.container {
  color: white;
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -40px;
}

#leftcontent {
  position: absolute;
  left: 0px;
  top:50px;
  width: 150px;

}
.push{
  height: 42px;
}
.footer {
  height: 42px;
  position: relative;
  bottom: 0px;
  background-repeat: repeat-x;
  background-image: url(img/stripe.gif);
  margin-top: 82px;
}

#centercontent {
  margin-left: 99px;
  margin-right:99px;
  /*
  Read more at http://www.glish.com/css/hacks.asp
  */
  -webkit-border-radius: .5em .5em;
  -moz-border-radius: .5em .5em;
  border-radius: .5em .5em;
  -webkit-box-shadow: .2em .2em 1em #000;
  -moz-box-shadow:    .2em .2em .5em #000;
  box-shadow: .2em .2em .5em #000;

  background-color: black;  	
  voice-family: "\"}\"";



  voice-family: inherit;
  margin-left: 21px;
  margin-right: 51px;
}

#centercontent img{
  border: 6px solid #000;
}

html>body #centercontent {
  margin-left: 201px;
  margin-right:51px;
  color: white;
  padding-bottom: 6px;
  padding-left: 6px;
  

}

#banner {
  height:40px;
  voice-family: "\"}\"";
  voice-family: inherit;
  height:39px;
}

#content{
  padding-bottom: 50p;
}

#warning{
  height: 40px;
  text-align: right;
  background-repeat: repeat-x;
  background-image: url(img/stripe.gif);
}


html>body #banner {
  height:39px;
}


h1{	
	margin-left: 6px;
  font: 24px "Decrepit", "Lucida Grande", Verdana, Arial, sans-serif;
  vertical-align: 12px;
  letter-spacing:2px;
  
}


p,pre {
  margin:0px 10px 10px 10px;
}

#rightcontent p {
  font-size:10px
}

.name {		
  text-transform: uppercase;		
  font-size: larger;		
  font-family: Helvetica, Verdana, Arial, sans-serif;		
}
.alt{	
  font-family: monospace;	
  font-style: italic;	
}
.date {			
  font-size: smaller;		
}
.title {
  font-size: larger;
}

.post {
  text-align: justify;
  font-size:14px;
  padding:10px 10px 0px 10px;
  margin:0px;
}
#centercontent a {
  color: white;
}


@font-face {
  font-family: "Decrepit";
  src: url("decrepit.ttf");
}

