#outer {
      position: absolute;
      top: 1px;
      bottom: auto;
      left: 0;
      right: 0;
      overflow: visible;
	width: 1000px;
	margin-top: 2px;
	padding: 0;
	height: auto;
}

#header {
      position: absolute;
      top: 0;
      bottom: auto;
      left: 0;
      right: 0;
      overflow: visible;
	margin: 0;
	padding: 0;
}

#login_header {
      position: absolute;
      top: 55px;
      bottom: auto;
      left: 0;
      right: 0;
      overflow: visible;
	margin: 0;
	padding-left: 5px;
}

#header_pad {
      position: relative;
	display: block;
      height: 80px;
      overflow: visible;
	margin: 0;
	padding: 0;
}
#login_pad {
      position: relative;
	display: block;
      height: 100px;
      overflow: visible;
	margin: 0;
	padding: 0;
}

.header_left{
      position: relative;
      float: left;
      width: 300px;
      height: 75px;
}

.header_right{
      position: absolute;
      top: 4px;
      bottom: auto;
      left: 340px;
      right: 0;
      width: 540px;
      text-align: right;
      color: #ffcc66;
      font:bold 11px/16px arial,helvetica,sans-serif;
}
#header_links{
      position: absolute;
      top: 3px;
      bottom: auto;
      left: 894px;
      right: 0;
      width: 80px;
}
#header_links .header_link{
      position: relative;
      float: left;
      width: 70px;
      text-align: center;
      color: #fff;
      font:bold 10px/14px arial,helvetica,sans-serif;
	border-width:1px;
	border-style:solid;
	border-color:#ccc #888 #ffcc66 #bbb;
}
#header_links a{
      color: #fff;
	text-decoration:none;
}

#header_links a, #header_links a:visited{
	color:#fff;
}

#header_links a:hover{
	color:#a00;
	background:#ddd;
}

#header_links a:active{
	color:#060;
	background:#ccc;
}


#main {
	clear: both;
      overflow: visible;
      padding-bottom: 20px;
}
.store_button{
      width: 180px;
      float: left;
      font-size: 9pt;
      font-weight: bold;
      text-align: center;
      background:#ddd;
      border: 2px solid black;
      border-style: outset;
}

#footer {
      position: relative; 
	clear: both;
	display: block;
	bottom: 0;
	width: 975px;
      overflow: hidden;
	padding: 0;
      border-top-style: solid;
      border-top-width: 2px;
      border-top-color: #ffcc66;
      color: #fff;
      font:bold 10px/14px arial,helvetica,sans-serif;
    background: url('../images/bestsol_footer.jpg');
}
#footer a{
      color: #fff;
}

#footer a:visited{
	color:#fff;
}


