* {
	margin: 0;
	padding: 0;
}

body {
background: #e1f2d0 url(images/bg.jpg) repeat-y top center;
font-family: Sans-Serif, Tahoma;
font-size: 14px;
/*line-height: 20px;*/
color: #222;
}

a {
text-decoration: none;
color: #75B03C;
}
a:hover {
text-decoration: underline;
color: #111;
}

#wrap {
margin: 0 auto;
width: 800px;
}

#header {
height: 130px;
background: #e1f2d0 url(images/header.jpg) no-repeat;
text-align: right;
}
#header h1  
{
/*font-family: Palatino Linotype;*/
font-weight: bold;
font-size: 28px;
letter-spacing: -1px;
padding: 15px 0 0 20px;
color: #fff;
margin-right: 20px;
}
#header h1 a { 
color: #fff;
text-decoration: none;
font-weight: 100;
letter-spacing: -2px;
}
#header h1 a:hover {
color: #000;
}
#header h2 {
font-size: 18px;
/*font-family: Palatino Linotype;*/
color: #e1c70e;
padding: 5px 0 0 20px;
letter-spacing: -1px;
font-weight: bold;
font-style: italic;
margin-right: 20px;
}

#menu {
height: 30px;
line-height: 30px;
background: #e1f2d0 url(images/menu.jpg) no-repeat;
}
#menu ul {
list-style-type: none;
padding-left: 30px;
}
#menu ul li {
display: block;
float: left;
}
#menu ul li a {
padding: 0 20px 0 0;
text-decoration: none;
font-weight: 600;
font-size: 12px;
color: #fff;
}

#menu ul li a:hover {
color: #000;
text-decoration: none;
}

#content {
background: #e1f2d0 url(images/content.jpg) repeat-y;
padding: 0 20px;
}

.right {
float: right;
width: 570px;
height: 750px;
padding-top: 20px;
padding-right: 20px;
}
.right h2 {
font-size: 18px;
font-weight: 100;
padding-left: 10px;
height: 30px;
line-height: 30px;
background: #fff url(images/contenth2.jpg) no-repeat;
}
.right h2 a {
text-decoration: none;
color: #fff;
}
.right h2 a:hover {
color: #111;
}

.left {
float: left;
width: 120px;
padding-top: 10px;
padding-right: 20px;
}
.left h2 {
margin: 10px 0 0 0;
padding-left: 10px;
height: 30px;
line-height: 30px;
background: #E9CF16 url(images/menuh2.jpg) no-repeat;
color: #fff;
font-size: 13px;
}
.left ul {
padding: 10px 0 20px 5px;
list-style-type: none;
color: #75B03C;
}
.left ul ul
{
padding-top: 7px;
padding-bottom: 7px;
padding-left: 15px;
list-style-type: square;
color: #75B03C;
}

.left ul li
{
padding-top: 7px;
border-bottom: dashed 1px gray;
}

.left ul ul li
{
padding-top: 0px;
border-bottom: none;
}

.left ul li a {
text-decoration: none;
font-weight: 600;
}

.left ul li a #label
{
     cursor: pointer;
}

.left ul li a:hover {
      text-decoration: none;
}

.footer {
text-align: center;
font-size: 11px;
color: #aaa;
margin-top: 40px;
border-top: 1px dotted #aaa;
padding-top: 10px;
}
.footer a { color: #aaa; }
.footer a:hover { color: #111; }

#home-highlights ul
{
    list-style-type: square;
}

img
{
    margin: 0px 0px 0px 0px;
}

#availability-label
{
    color: #75B03C;
    font-weight: 600;
}

.right ul
{
     list-style-type: disc;
     list-style-position: inside;
}

.image-section
{
    text-align: left;
}
