body {
  background: #FFF url('/images/bg.jpg') repeat-x;
  font: normal .8em/1.5em 'Trebuchet MS', sans-serif;
  color: #333;
}

h1 {
  font-size: 26px;
  margin-top: 0px;
  padding: 5px 0px 0px 0px;
}

h2 {
	font-size: 20px;
	color: #006699;
}

h3 {
  font-size:15px;
}

a { color: #72A545; text-decoration:underline; }
a:hover { color: #006699; }

img {
  border: 0px;
  vertical-align: middle;
}

.banner {
	background: url('/images/logo.gif') no-repeat;
  font-size: 42px;
  line-height: 60px;
  font-weight: bold;	color: #FFF;
	margin: 0;
	padding-left: 88px; 
	padding-top: 9px;
	padding-bottom: 27px;
	height: 63px;
}

.footer {
  height: 24px;
  line-height: 24px;
  background: #ccc;
  border-top: 1px solid #666;
  margin-top: 10px;
  margin-bottom: 10px;
}

.footer a{
  font-weight:bold;
  color: #006699;
}

.footer a:hover{
  color: #000;
}

.menu {
  text-align: left;
  height: 25px;
  background-color: #333;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 0px;
}
.menu ul {
  border: 0px;
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  text-align: center;
  clear: left;
}
.menu ul li {
  display: block;
  float: left;
  text-align: center;
  padding: 0px;
  margin: 0px;
}
.menu ul li a {
  height: 25px;
  line-height: 25px;
  color: #72A545;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0px;
  text-decoration: none;
  font-weight: bold;
  display: block;
  text-align: center;
  font-size: 100%;
  border-right: 1px solid #72A545;
}
.menu ul li a:hover {
  background: #72A545;
  color: #000;
}

.error {
  color: #f00;
  border: 1em solid #ccc;
  font-weight: bold;
  font-size: 1.2em;
  padding: 1em;
}
.notice {
  color: #006;
  border: 1em solid #ccc;
  font-weight: bold;
  font-size: 1.2em;
  padding: 1em;
}
.success {
  color: #060;
  border: 1em solid #ccc;
  font-weight: bold;
  font-size: 1.2em;
  padding: 1em;
}
.sidebar {
  text-align: left;
  float:right;
  display: inline;
  margin: 0px;
  padding: 0px;
  width: 200px;
}
.storybox {
  text-align: left;
  float:right;
  display: inline;
  margin: 30px 20px 10px 0px;
  background-color: #CCC;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  border-left: 1px solid #000;
  padding: 0px;
}
.storybox ul {
  border: 0px;
  margin: 0px;
  padding: 0px;
  text-align: left;
}
.storybox ul li {
  font-size: 20px;
  color: #006699;
  display: block;
  text-align: left;
  padding: 10px;
  border-bottom: 1px solid #000;
  margin: 0px;
}
.storybox h2 {
  color: #000;
  margin-top: 3px;
  margin-bottom: 3px;
  margin-left: 0px;
  margin-right: 0px;
}
.socialbox {
  margin-bottom: 1em;
  border: 1px solid #000;
  border-top-style: hidden;
  padding-left: 1em;
  padding-right: 1em;
}

label {
  font-weight: bold;
}

.price-base {
	font-weight: bold;
	font-size: 1.1em;	
}
.price-max {
	font-weight: bold;
	font-size: 1.1em;	
	color: #090;
}
.price-addon {
	font-size: 0.95em;	
	color: #666;
}
