/*
 * BOX TEAM INCREDIBLE CSS DATA FOR YOU
 * IS OF TGIES CREATION
 */

html, body {background-color: #660000; color: yellow; font-size: 8pt; margin: 40px; text-align: center;}

p, h1, h2, h3, h4, h5, ul, ol {font-family: 'MS PGothic', 'MS Gothic', 'MS Mincho';}

a:link {color: #FFFF00;}

a:visited {color: #FFFF00;}

a:hover {text-decoration: none;}

a:active {color: #FF0000;}

img {border: 0;}

.roundedondark {background-color: #880000;}

.roundedondark:before {
  background: transparent url("img/style/cornerdarktr.png") scroll no-repeat top right;
  margin-bottom: -20px;
  height: 30px;
  display: block;
  border: none;
  content: url("img/style/cornerdarktl.png");
  padding: 0;
  line-height: 0.1;
  font-size: 1px;
}

.roundedondark:after {
  display: block;
  line-height: 0.1;
  font-size: 1px;
  content: url("img/style/cornerdarkbl.png");
  margin: 0 0 -1px 0;
  height: 30px;
  background: transparent url("img/style/cornerdarkbr.png") scroll no-repeat bottom right;
  padding: 0;
}

.roundedonlight {background-color: #660000;}

.roundedonlight:before {
  background: transparent url("img/style/cornerlighttr.png") scroll no-repeat top right;
  margin-bottom: -20px;
  height: 30px;
  display: block;
  border: none;
  content: url("img/style/cornerlighttl.png");
  padding: 0;
  line-height: 0.1;
  font-size: 1px;
}

.roundedonlight:after {
  display: block;
  line-height: 0.1;
  font-size: 1px;
  content: url("img/style/cornerlightbl.png");
  margin: 0 0 -1px 0;
  height: 30px;
  background: transparent url("img/style/cornerlightbr.png") scroll no-repeat bottom right;
  padding: 0;
}

div#container {margin: 0 auto; text-align: left; width: 800px;}

div#container p, ul, ol {font-size: 12pt; text-align: left;}

/* h1 present but head image is rendered over it rofl semantics */
h1 {
  padding-top: 173px;
  height: 0px !important;
  overflow: hidden;
  background-image: url("img/style/boxteamhead.png");
  background-repeat: no-repeat;
  background-position: top center;
  margin: 0;
  height /**/: 173px; /* according to all browsers but IE5, that didn't just happen */
}

div#leftcolumn {width: 500px; margin: 30px 10px 0px 30px;}

div#widecontent {margin: 30px;}

div#leftcolumn div.newsitem {margin: 0 32px;}

div#rightcolumn {float: right; margin: 40px 80px 0px 0px; width: 150px; 
text-align: center; min-height: 350px;}

ul#nav {list-style-type: none; font-size: 32px; padding: 0; margin: 0; text-align: left;}

ul#nav * {padding: 0; margin: 0;}

ul#navhoriz {
  list-style: none;
  white-space: nowrap;
  padding: 0;
  margin: 10px auto;
  width: 100%;
  text-align: center;
  border-width: 1px 0px;
  border-color: #ffff00;
  border-style: solid;
}

ul#navhoriz li {display: inline; margin: 0 20px;}

ul#navhoriz li a {margin: 10px;}

ul#navhoriz li a img {margin: 10px 0;}

img.rand {margin-top: 100px;}

.smllegend {font-size: 8pt !important;}

input {
  color: yellow;
  font-size: 8pt;
  border: 1px solid black;
  background-color: #880000;
}

input:hover {
  border: 1px solid yellow;
}
