/*
width
height
float
clear

margin
margin-top
margin-right
margin-bottom
margin-left

padding
padding-top
padding-right
padding-bottom
padding-left

background
background-color
background-image
background-repeat
background-attachment
background-position
color

border
border-top
border-right
border-bottom
border-left
border-width
border-top-width
border-right-width
border-bottom-width
border-left-width
border-color
border-style

word-spacing
letter-spacing
text-decoration
vertical-align
text-transform
text-align
text-indent
line-height

font
font-family
font-style
font-variant
font-weight
font-size

display
white-space

list-style
list-style-type
list-style-image
list-style-position
*/

body {
  margin: 0px;
  padding: 0px;
  background-color: rgb(204,153,153);
  background-image: url(bg20a.jpg);
  background-repeat: repeat;
  background-attachment: scroll;
  background-position: top left;
  color: rgb(0,0,0);
  font-family: Verdana, sans-serif;
  font-size: 1em;
}

div.bg0, div.bg1 {
  width: 100%;
  height: 600px;
  margin: 0px;
  padding: 0px;
  background-color: transparent;
  background-image: url(bg22b.png);
  background-repeat: repeat-x;
  background-attachment: scroll;
  background-position: bottom left;
}
div.bg2 {
  width: 100%;
  height: 600px;
}
div.cover {
  width: 380px;
  height: 570px;
  float: right;
  margin-top: 150px;
  margin-right: 20px;
  margin-bottom: 5px;
  margin-left: 5px;
  background-color: transparent;
  background-image: url(cbg1b.png);
  background-repeat: none;
  background-position: top left;
}
.cover img {
  width: 350px;
  height: 540px;
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 10px;
  padding: 0px;
  border: 2px solid rgb(51,51,51);
  vertical-align: top;
  text-align: left;
}
div.content {
  float: right;
  margin: 20px;
  padding: 10px;
  background-color: transparent;
  background-image: url(tr60.png);
  background-repeat: repeat;
  background-position: top left;
  border: 2px solid rgb(51,51,51);
}
.bg0 h1 {
  clear: none;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 10px;
  padding-top: 40px;
  font-size: 3.0em;
}
.bg0 h2 {
  clear: none;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 10px;
  padding-top: 10px;
  font-size: 1.5em;
}
.bg1 h1 {
  clear: none;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 10px;
  padding-top: 40px;
  font-size: 1.5em;
}
.bg1 h2 {
  clear: none;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 10px;
  padding-top: 10px;
  font-size: 3.0em;
}

ul.menu1 {
  width: 300px;
  list-style-type: none;
  list-style-image: none;
  list-style-position: outside;
}
ul.menu1 li {
  width: 260px;
  height: 60px;
  margin: 0px;
  padding: 0px;
  background-color: transparent;
  background-image: url(butgbg1c.png);
  background-repeat: none;
  background-position: top left;
  vertical-align: top;
  text-align: left;

}
ul.menu1 li a {
  width: 200px;
  height: 40px;
  margin-top: 5px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 5px;
  padding: 0px;
  color: rgb(0,0,0);
  font-weight: bold;
  text-decoration: none;
}
ul.menu1 li img {
  width: 40px;
  height: 40px;
  margin-top: 5px;
  margin-right: 5px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding: 0px;
  vertical-align: middle;
}

ul.menu2 {
  width: 300px;
  list-style-type: none;
  list-style-image: none;
  list-style-position: outside;
}
div.bg1 ul.menu2 {
  float: right;
}
ul.menu2 li {
  width: 260px;
  height: 45px;
  margin: 0px;
  padding-top: 15px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  background-color: transparent;
  background-image: url(butgbg1c.png);
  background-repeat: none;
  background-position: top left;
  vertical-align: middle;
  text-align: center;
}
ul.menu2 li a {
  width: 200px;
  height: 40px;
  margin: 0px;
  padding: 0px;
  color: rgb(0,0,0);
  font-weight: bold;
  text-decoration: none;
}

ul.img {
  float: none;
  clear: both;
  list-style-type: none;
  list-style-image: none;
  list-style-position: outside;
}
ul.img li {
  float: none;
  clear: both;
  margin: 0px;
  padding: 0px;
  padding-bottom: 20px;
  background-color: transparent;
}
ul.img li img {
  float: left;
  margin: 10px;
  padding: 0px;
  vertical-align: middle;
}
h1, h2, h3, h4, h5, h6, p {
  clear: both;
}
