body {
  background: #00808d;
  font-family: verdana, arial,"Trebuchet MS"
}
#bigbox {
  margin: 0 auto;
  width: 778px
}

#header {
  width: 100%;
  height: 272px;
  background: #00808d url("img/header.png");
  background-repeat: no-repeat;
  padding-bottom: 0;
}

#bottom {
  width: 100%;
  height: 79px;
  background: #00808d url("img/bottom.png");
  background-repeat: no-repeat;
  padding-bottom: 0;
  margin-left: -11px;
}


#slogan {
  text-align: right;
  /* font-weight: bold; */
  font-size: 14px;
  color: #DEE0FF;
  padding-top: 100px;
  padding-right: 270px;
  padding-bottom: 50px;
}

p{
  padding: 2px 20px 5px 20px;
  margin: 0 auto 0 0;
  line-height: 115%
}


#paper {
  /* margin: 0 auto; */
  width: 100%;
  background: #00808d url("img/paper.png");
  background-repeat: repeat-y;
}
.content {
  float: left;
  width: 480px;
  text-align: justify;
  font-size: 13px;
  padding: 0px 0 0 58px; /*up r bottom  l*/
  margin: 0 0 0 0;
}

#clear {
  display: block;
  clear: both;
  width: 100%;
  height: 1px;
  overflow:hidden;
}


h1 {
	padding-top: 0px;
	padding-bottom: 15px;
	padding-left: 18px;
	font-size: 18px;
	font-weight: bold;
	color: #7000A0;
	margin: 0 0 0 0;
	display:block;
	position: relative;
	text-align: center;

	font-style: oblique;
}


h3 {
	padding-top: 20px;
	padding-bottom: 12px;
	padding-left: 18px;
	font-size: 18px;
	font-weight: normal;
	color: #7000A0;
	margin: 0 0 0 0;
	display:block;
	position: relative;
	text-align: center;

	font-style: oblique;
}




#paper_top {
  height: 8px;
  background: #FFFFFF url("img/paper_top.png");
  background-repeat: no-repeat;
  padding-bottom: 0;
  font-size: 0;
}
#paper_bottom {
  height: 8px;
  background: #FFFFFF url("img/paper_bottom.png");
  background-repeat: no-repeat;
  padding-bottom: 0;
  margin-bottom: 0;
  font-size: 0;
}


h2{
	font-style: oblique;
	margin-top: 5px;
	padding-top: 20px;
	margin-bottom: 4px;
	font-size: 18px;
	font-weight: normal;
	color: #7000A0;
}


img.boxshot{ padding: 20px 0 10px 160px; }/*up r bottom  l*/
img.sshot{
  padding: 10px 0 0 80px;
	border-width: 0px 0px
}
img.mscompatible{
  padding: 10px 0 0 30px;
}
img.screenshot{
  padding: 15px 0 10px 0;
}
img.award{
  padding: 5px 10px 5px 180px;
  border: 0;
}
img.press{
  padding: 5px 10px 5px 10px;
  float: left;
  border: 0;
}


.menu{
  /* background: #B6C3E8 url("img/back.png") repeat-x; */
  width: 205px;
  float: right;
  padding: 0 20px 0 10px;
  margin-top: 10px;
  border-left: #203080 1px solid;
  font-size: 12px
}

#footer {
	text-align: center;
	font-size: 13px;
	margin:  0 0 0 0; /*up r bottom  l*/
	padding: 0 0 0 0;
	color: #F0F0F0;
}

/* highlight download and order keys */
a.downloadkey {
  background: url('img/download_key.png') no-repeat;
  background-position: center 0;
  display: block;
  width: 241px;
  height: 70px;
  padding-left: 58%;
  margin-top: 20px;
}
a.downloadkey:hover { background-position:center -78px }

a.buykey {
  background: url('img/buy_key.png') no-repeat;
  display: block;
  width: 170px;
  height: 40px;
  background-position: center 0;
  padding: 10px 0 15px 70%;
  margin-top: 20px;
}
a.buykey:hover { background-position:center -60px }







.menu ul {
   margin: 0 0 0 0;
   padding: 0 0 0 0;
}

.menu li {
   padding-top: 5px;
   padding-left: 10px;
   list-style-type: none;
   padding-bottom: 2px;
   margin-left: 0;
}

a.link {
	color: #009000;
	padding-left: 8px;
	font-weight: bold;
	text-decoration: underline
}
a.link:hover {
	color: #D09040;
	font-weight: bold;
	text-decoration: none
}
