html, body{
margin:0;
padding:0;
background-image:url('images/bg.jpg');
text-align:center;
}

#wrapper{
width:800px;
margin-left:auto;
margin-right:auto;
background-image:url('images/bg.jpg');
}

#header
{
background-image:url('images/header.png');
height:120px;
}

#header img
{
float:left;
margin-top:30px;
}

#content
{
background-color:#fff;
margin-bottom:0;
padding:0;
height:900px;
}

#home-content
{
background-color:#fff;
margin-bottom:0;
padding:0;
height:1450px;
}

img
{
border:0px;
}

#showcase img
{
cursor:pointer;
}

#homewrap
{
width:800px;
height:200px;
background-color:#5E924E;
}

#homeleft
{
float:left;
width:575px;
}

#homeleft p
{
font-family:"Trebuchet MS", sans-serif;
text-align:left;
margin-left:20px;
font-size:1.10em;
}

#homeright
{
float:right;
width:200px;
padding:0px;
margin:0px;
}


#description
{
width:475px;
height:180px;
background:#fff url('images/description-bg.jpg') no-repeat;
margin-left:50px;
margin-bottom:25px;
}

#description p
{
padding:10px;
text-align:left;
font-family:"Trebuchet MS", sans-serif;
font-size:0.85em;
color:#167B01;
font-weight:bold;
}


#left
{
width:160px;
height:900px;
background-color:#F27C38;
float:left;
}

#right
{
width:620px;
float:right;
padding-top:10px;
}

#footer
{
clear:both;
margin-top:-20px;
background-image:url('images/footer.png');
height:80px;
}

#footer p
{
padding-top:10px;

}

#title-text
{
background-image:url("images/title-text.jpg");
background-repeat:no-repeat;
height:25px;
margin-top:10px;
margin-left:100px;
}

#h1img
{
display:none;
}

#homeleftad
{
float:left;
width:160px;
height:1250px;
background-color:#F27C38;
}

#showcase
{
float:right;
width:637px;
}

#showcase h2
{
text-align:center;
}

#showcase td
{
width:192px;
}


#showcase td a
{
text-decoration:none;
color:#fff;
}

#showcase td a:hover
{
text-decoration:underline;
color:#E7D666;
}

#right h2
{
color:#B90725;
font-family:Trebuchet, serif;
}




