html {
   height: 100%;
}
*html body {
   height: 100%;
}
body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	height: auto !important;
	height: 100%;
  	min-height: 100%;
  	position: relative;
}
#wrap {
	overflow: hidden;
	width:100%;
	padding-bottom: 54px;
}
#mainpage {
	text-align: center;
	vertical-align: bottom;
	width: 100%;
	height: 70%;
	color: #003399;
}
#countershead {
	height: 88px;
	width: 480px;
	display: inline;
	text-align: center;
}
#header {
	background-attachment: fixed;
	background-image: url(../images/bg/bg_03.gif);
	background-repeat: repeat-x;
	height: 126px;
	width: 100%;
}
#logo {
	height: 100px;
	width: 100px;
	position: absolute;
	z-index: 6;
	height: 100px;
	width: 100px;
	left: 20px;
	top: 10px;
	background-image:url(../images/bg/logo.gif);
	background-repeat: no-repeat;
}
#ysz {
	position: absolute;
	z-index: 2;
	left: 150px;
	top: 20px;
	line-height: 30px;
	font-weight: bold;
	letter-spacing: 0.008em;
	color:#003399;
	font-size: xx-large;
	height: 50px;
}
#smalltextup {
	position: absolute;
	z-index: 3;
	right: 20px;
	top: 20px;
	font-size: smaller;
	text-align: right;
}
#greyline {
	background-image: url(../images/bg/bg_07.gif);
	background-repeat: repeat-x;
	height: 144px;
	width: 100%;
}

#sidebar {
	float:left;
	background-color:#ffffff;
	width: 250px;
	height:100%;
	margin-right: -250px;
}
#navshadow {
	margin: 0em;
	height: 380px;
	width: 250px;
	position: absolute;
	z-index: 5;
	top: 154px;
	left: 5px;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/bg/shadow.png', sizingMethod='scale');
}
#navcontent {
	background-color:#FFFFFF;
	position:absolute;
	z-index: 6;
	margin: 1em;
	padding: 1em;
	height: 310px;
	width  : 200px;
	top: 160px;
	left: 5px;
	background-image: url(../images/bg/grad_03.gif);
	background-repeat: repeat-y;
	background-position: center;
}
#main {
  	float:right;
	margin-left: 250px;
	padding-left: 0.5em;
}
#footer {
  	position: absolute;
	z-index: 7;
  	bottom: 0;
  	height: 46px;
  	clear:both;
  	background-repeat: repeat-x;
	background-image: url(../images/bg/bg_11.gif);
	width: 100%;
}
#counters {
	position: absolute;
	left: 70px;
	bottom: 50px;
	z-index: 1;
	display:block;
	text-align: right;
}
#copyright {
	position: absolute;
	width: 200px;
	left: 20px;
	bottom: 10px;
	z-index: 8;
	font-size: smaller;
}
.smalltext {
	font-size: smaller;
}
a {
	font-weight: bold;
	}
a.usual:link  {
	color: #003399;
	text-decoration: none;
}
a.usual:hover {
	color: #FF9933;
	background-color: #f1f2f2;
}
a.usual:visited {
	color: #003366;
	text-decoration: none;
}
a.red:link {  color: #FF0000; text-decoration: underline}
a.red:hover {
	color: #FF0000;
	background-color: #f1f2f2;
}
a.red:visited {
	color: #CC3333
}
ul {
	text-align: left;
	list-style-image: url(../images/bg/bullet.gif);
	list-style-position: outside;
}
img {
	border: 1px solid #999999;
}
img.nobord {
	border: none;
}
.floatright {
	float:right;
}
.floatleft {
	float:left;
}
h1 {
	color: #ff7903;
	font-weight: bolder;
	font-size: large;
}
h2 {
	color: #666666;
	font-weight: bolder;
	font-size: medium;
}
b {
	font-weight: bolder;
}
#clearcontainer {
	clear:both;
}
div.img {
  margin: 10px;
  border: 1px solid #999999;
  float: left;
  text-align: center;
}	
div.img img {
  margin: 5px;
  height: 80px;
  width: 150px;
}
div.desc {
  margin: 1px;
  width: 80%;
}
div.ship {
  margin: 10px;
  border: 1px solid #999999;
  text-align: center;
  padding: 10px;
  width: 80%;
}
table {
	text-align: left;
	vertical-align: middle;
	height: auto;
	width: 70%;
	border-width: 1px;
	border-style: solid;
}
td {
	border-width: 1px;
	border-style: solid;
}
