﻿html {
  height:100%; 
  background-color: #999;
 
}

body {
  padding:0;
  width:980px;
  margin:0 auto;
  border:solid 1px #666;
  border-top: 0;
  min-height:100%; 
  position:relative;
  font-family : Verdana, sans-serif;
  font-size:11px;
  background-color:#FFF;
  color:black;
}

* html body {
   height:100%;
}

.top_page {
  background:url(/ContentImages/TopPage.gif) #669999;
  width:980px;
  height:159px;
  border-bottom:solid 1px #000;
  margin-bottom:30px;
}

#content {
  padding-bottom:45px;
  position:relative; top:0;
/*  overflow:hidden;  */
  width:100%;
}

.big_frames {
  width:980px;
  height:463px;
  margin-top:1px;
  background:url(/ContentImages/BigFrames.gif) no-repeat;
}

#indexcol {
height:175px;
margin-top:18px;
}

#menu {
  position:absolute;
  margin-top:24px;
  margin-left:500px;
  width:132px;
}
#notes{
text-align:right;
}
#notes a{
display:block;
margin-right:10px;
text-decoration:underline;
font-size:10px;
font-weight:bold;
color: #FF0000;
}
#menuitem a {
  display:block;
  width:140px;
  height:13px;
  font-size:9px;
  font-weight:bold;
  margin:0px 0; 
  padding:2px 3px 0 5px;
  text-decoration:none;
  color: #999;
  border-bottom:solid 1px #666;
}

#menuitem a:hover {
  color: #FFF;
  border-bottom:solid 1px #999;

}

#sell {
border:solid 1px #999;
margin:20px;
padding:10px;"
}

#page {
display:block;
/* width: 93%; */
margin: 10px auto 30px auto;
border-left:solid 1px #CCCCCC;
}

#addres {
width: 45%;
margin: 60px auto 10px auto;
border:solid 1px  #0099CC;
padding:0;
}

#warn{
display: block;
width:370px;
margin:0 0 10px 20px;
padding: 0;
color: #FFF;
font-size:14px;
}
#warn ul, li {
display: marker;
padding-left:5px;
margin:1px;
}
#bottom {
display:block;
position:absolute;
bottom:0px;
width:100%;
padding:10px 0 10px 0;
border-top: solid 1px #666666;
text-align:right;
font-size:10px;
background:url(/ContentImages/bg.gif) #669999;
color: #666666;
}
#bottom a {
color: #000;
text-decoration: none;
}
#bottom a:hover {
color: #FF0000;
}
* ul li {
margin: 7px 2px 5px 1px;
font-size:12px;
}

* h2 {
text-align:center;
font-size : 9pt;
font-weight:bold;
}

* h3 {
display:block;
margin-top:0;
margin-left: 30px;
font-size : 8pt;
font-weight:bold;
}
#head {
width:100%;
margin:0 0 15px 0;
padding-top:2px;
padding-bottom:5px;
display:block;
background:url(/ContentImages/bg.gif);
text-align:center;
font-size:12px;
font-weight:bold;
}
p {
margin: 0 20px 20px 20px;
text-indent: 3pt;
text-align:justify;
font-family : Verdana, sans-serif;
font-size : 9pt; color : #000000;
}
p:first-letter  { 
font-size: 120%; font-weight: bold; color:#333;
}
img {
  display:block;
  float:right;
  border:solid 1px  #336699;
  margin: 5px 20px 7px 10px; 
}
