body 
{
  margin:      0;
  padding:     0;
  font-family: Verdana, Arial, sans-serif;
  text-align:  center;
  color:       #080808;
  background:  #015280;
}

#all 
{
  border:      0px solid blue; 
  width:       835px; 
  margin:  	   10px auto 10px auto;
  background:  url(/css/images/bg.gif) #fff top left repeat-y;
}

b {
  font-family:  'Trebuchet MS', Arial, Verdana, Sans-Serif;
  font-weight:  bold;
  margin-bottom:    0.1em; 
  font-size:        1.50em;
  color:            #4A4A4A;
}
img {border:none}
#header 
{
  background:  url("/css/images/header.gif") no-repeat top left; 
  width:       100%; 
  height:      80px;
}

#menu 
{
  background:       url("/css/images/top_menu_bg.gif") #fff top left repeat-x;
  font-size:        12px; 
  top:              0px;
  background-size:  100%;
  vertical-align:   middle;
  padding-left:     40px;
  height:           29px;
}

#menu ul 
{
  padding    : 0px;
  border     : 0px;
  margin     : 0px;
  list-style : none;
  padding-top: 1px;
}

#menu li 
{
  float       : left;
  padding     : 0px 0.7em;
}

#menu a 
{
  color:            #6F6F6F; 
  text-decoration:  none;
  vertical-align:   middle;
  line-height:      2.2em;
  text-decoration:  none;
  font-weight:      bold; 
}
#content 
{
  padding-left:  0px; 
  width:         760px; 
  margin-left:   20px;
  margin-top:    20px;
  margin-right:  0px;
  text-align:    left;
  font-size:     13px;
  border:        0px solid red; 
  background:    #fff;
}

#footer 
{
  width:        100%; 
  height:       28px; 
  text-align:   left;
  background:   transparent url("/css/images/footer.gif") no-repeat left top;
  font-size:    10px; 
  color:       #1A51AF;
}

#footerleft 
{
  float:        left;
  margin-left:  35px; 
  padding-top:  5px;
}

#footerright
{
  float:         right;
  font-weight:   normal;
  margin-right:  35px;
  padding-top:   5px;
}

.boxlarge
{
  border:          1px solid #bbbbbb;
  font-size:       12px;
}

.boxheader
{
  padding-left:    1em; 
  padding-right:   1em;
  padding-top:     5px; 
  padding-bottom:  5px;
  border-bottom:   1px solid #BBBBBB;
  text-align:      center;
  background:      url(/css/images/menu_bg.gif) #F8F8F8 bottom left repeat-x;
  color:           #333; 
  font-weight:     bold;
}

.boxbody
{
  padding-left:    1.5em; 
  padding-right:   1.5em;
  padding-top:     1.5em; 
  padding-bottom:  1.5em;
  text-align:      left;
  background:      #FFFFF8;
}
.screenshotbox {float: right; width: 210px; margin-left: 35px;}