/* Start of CMSMS style sheet 'JMCC' */
body
{
  margin: 0;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10pt;
  background: black;
}

#wrapper
{
  /* width: 790px; */
  /* width: 85%; */
  margin: 0 3ex;  /* top, right, bottom, left */
  background: #441410;
}

#header
{
  /*padding: 1ex;*/
  background: #441410;
  margin: 0;
}

#content
{
  background: #441410;
  margin: 0;
}

#left
{
  width: 200px;
  min-height: 210px;
  float: left;
  background: #441410 url(/images/dirtbike.gif) no-repeat;
  font-size: 90%;
}

#left ul {
  padding-left: 2ex;
}
#left li
{
  margin-bottom: 0ex;
  list-style-type: none;
}

#left a
{
  color: white;
}
#News {
  color: white;
  padding-left: 2ex;
  font-size:90%;

}
/*.NewsSummary {
  padding-left: 2ex;
  font-size:90%;
}*/
.NewsSummary h4, #News h4, .NewsSummaryTitle {
  text-align: center;
}

.NewsSummaryTitle {
  font-weight: bold;
}

.NewsSummaryContent {
  padding-bottom: 1ex;
}

.left-container
{
  margin: 0px;
  margin-bottom: 0; /* IE6 pushes footer down without this */
}

#right
{
  width: auto;
  min-height: 300px;
  margin-left: 200px;
  /*margin-right: 200px;*/
  background: url(/images/outline.gif) no-repeat #441410 50% 50%;
}
.home {
  color: white;
  text-align: center;
  width: 100%
}

.right-container
{
  margin-left: 1em;
  margin-right: 1em;
  margin-top: 0.5ex;
  margin-bottom: 0; /* IE6 pushes footer down without this */
}

#footer
{
  padding: 10px;
  background: #441410;
  color: white;
  text-align: center;
}

.clear
{
  clear: left;
}
.roundtop-outer {
  background: url(/images/tr_outer.gif) no-repeat top right;
}
.roundbottom-outer {
  background: url(/images/br_outer.gif) no-repeat top right;
}

img.corner {
   width: 15px;
   height: 15px;
   border: none;
   display: block !important;
}

/* End of 'JMCC' */

