/* GENERAL DEFINITIONS */
*
{
   margin: 0px;
   padding: 0px;
   outline: none;
}

body
{
   background: #ebeacc;
   text-align: left;
   font-family: "Century Gothic", "Verdana", "Arial";
   font-size: 12px;
}

a
{
   color: #8080ff;
   font-weight: bold;
   text-decoration: none;
}

a:visited
{
   color: #8080ff;
}

a:hover
{
   color: #c0c0ff;
}

a.companyLinks
{
   color: #808080;
   text-decoration: none;
}

a.companyLinks:hover
{
   color: #c0c0c0;
}

img
{
   border: 0px;
   vertical-align: middle;
}

#wrapper
{
   position: relative;
   width: 100%;
   background: url('../images/bg_gradient.jpg') repeat-x top;
}

#content
{
   width: 728px;
   text-align: left;
}

.clear
{
   clear:both; 
   height: 0px;
}

/* HEADER DEFINITIONS */
#header
{
   position: relative;
   width: 728px;
   height: 106px;
   background: url('../images/header.jpg') no-repeat center bottom;
}

#logo
{
   position: absolute;
   top: 24px;
   left: 246px;
   width: 230px;
   height: 55px;
}

#slogan
{
   position: absolute;
   top: 80px;
   left: 220px;
   width: 290px;
   font-size: 14px;
   color: #404040;
}

#links
{
   position: relative;
   right: 10px;
   text-align: right;
}


/* CONTENT DEFINITIONS */
#main
{
   position: relative;
   background: url('../images/bg_tile.jpg') repeat-y center top;
}

#bannerAd
{
   border-width: 0px;
   margin: 0px 8px 0px 8px;
}

#description
{
   position: relative;
   float: left;
   padding-top: 5px;
   padding-left: 20px;
   width: 350px;
   margin-bottom: 10px;
   width: 350px;
}

#policies
{
   margin: 0 10px;
}

h1
{
   font-size: 18px;
   font-weight: bold;
   margin-top: 5px;
   margin-left: 9px;

}

h2
{
   font-size: 14px;
   font-weight: normal;
   margin-left: 10px;
}

#myGallery
{
   position: relative;
   top: 5px;
   left: 15px;
   width: 320px !important;
   height: 250px !important;
   border-width: 0px;
   background: #fff;
} 


/* FOOTER DEFINITIONS */
.footerAd
{
	background: #fff;
	width: 728px;
	border: 1px solid #888888;
}

#footer
{
   clear: both;
   height: 10px;
   background: url('../images/footer.jpg') no-repeat center top;
}
