/* CSS Document */
html {
background: #E5E6E8;
background-image: url(../image/bgGrad.jpg);
background-repeat: repeat-x;
}
body {
background: #024a62;
background-image: url(../image/_bg.gif);
background-position: top center;
background-repeat: repeat-y;
width: 750px; 
margin: 0 auto;
padding: 0;
text-align: center
}
div#contentHome {
background-image: url(../image/index.jpg);
background-repeat: no-repeat;
background-position: top center;
padding-bottom: 50px
}
div#contentAbout {
background-image: url(../image/about.jpg);
background-repeat: no-repeat;
background-position: top center;
padding-bottom: 30px 
}
div#contentSales{
background-image: url(../image/sales.jpg);
background-repeat: no-repeat;
background-position: top center;
padding-bottom: 50px
}
div#contentRanch {
background-image: url(../image/index.jpg);
background-repeat: no-repeat;
background-position: top center;
padding-bottom: 70px
}
div#contentContact {
background-image: url(../image/index.jpg);
background-repeat: no-repeat;
background-position: top center;
padding-bottom: 50px
}
ul.menu {
margin: 103px 0 0 160px;
padding: 5px;
}
html>body ul.menu {
margin: 83px 0 0 160px;
}
.menu li {
display: inline;
}
.menu a {
text-decoration: none;
font: bold 14px Verdana, Arial, Helvetica, sans-serif;
color: #fff;
padding: 10px;
}
.menu a:hover {
color: #cc6;
}
#content {

width: 506px;
margin: 20px 10px 10px;
text-align: left;
}
h1 {
padding: 15px 0 0 218px;
font: bold 22px  Geneva, Arial, Helvetica, sans-serif;
color: #cc6;
}
#content p {
color: #fff;
font: normal 12px Arial, Helvetica, sans-serif;
padding: 0 0 0 10px;
text-align: justify;
}
img.imgRight {
float: right;
margin: 0 0 3px 15px;
padding: 0;
border: 3px solid #033545;
}




#left {
vertical-align: bottom;
}
#left p {
width: 170px;
color: #fff;
}





#footer {
background: #E5E6E8;
background-image: url(../image/footerBg.gif);
background-position: top right;
background-repeat: no-repeat;
width: 748px;
margin: 0 auto;
padding: 35px 0 15px;
clear: both;
color: #333;
font-size:10px;
font-family:Arial, Helvetica, sans-serif;
/*\*//*/
  @import "ie5mac.css";
  padding: 10px 0;
  height: inherit;
/**/


}

#content a {
color: #fff;
}

#content table {
color: #fff;
font: normal 12px Arial, Helvetica, sans-serif;
}