body {
  margin: 0;
  padding: 0;
  background: #a2b3b3 url(../img/bg.png) repeat-x top left;
}
body, p, div, td {
  color: #213c42;
  font: 12px Arial, Helvetica, sans-serif;
}
h1, h2, h3, h4, h5, h6 {
  padding: 0;
  margin: 5px 0px 5px 0px;
  color: #ff701e;
}
h1 {
  font-size: 20px;
}
h2 {
  font-size: 18px;
}
h3 {
  font-size: 16px;
}
h4 {
  font-size: 14px;
}
h5 {
  font-size: 12px;
}
h6 {
  font-size: 12px;
}



#page {
    width:910px;
    background: #f8f8f8;
}
#headinfo {
  height: 1px;
  width: 910px;
  overflow: hidden;
  text-indent: -2000px;
  background: #000;
}
#headinfo h1, #header h2 {
  text-indent: -2000px;
  height: 1px;
    overflow: hidden;
}
#header {
  width: 910px;
  height: 82px;
  background: url(../img/toronto-moving-company.png) no-repeat top center;

}
#contactinfo {
  padding: 10px 30px 0px 0px;
  text-align: right;
  color: #fff;
  font-size: 95%;
}
#contactinfo a {
  color: #fff;
}


#menu {
  padding: 15px 20px 0px 28px;
  color: #fff;
}
#navcontainer ul
{
padding-left: 0;
margin-left: 0;
margin: 0;
color: White;
float: left;
width: 100%;
font-family: arial, helvetica, sans-serif;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
padding: 0.2em 1em;
color: White;
text-decoration: none;
float: left;
border-right: 1px solid #8FBDC9;
}

#navcontainer ul li a:hover
{
background-color: #74adbc;
color: #fff;
}
#footer {
  background: url(../img/bg-down.png) repeat-x top left;
  font-size: 80%;
  color: #999;
  padding-top: 100px;
}


#footer #navcontainer {
text-align:center;
width: 760px;
}


#footer #navcontainer ul
{
padding-left: 0;
margin-left: 0;
margin: 0;
color: #999;
width: 100%;
font-family: arial, helvetica, sans-serif;
font-size: 90%;
}

#footer #navcontainer ul li { display: inline; }

#footer #navcontainer ul li a
{
padding: 0.2em 1em;
color: #999;
text-decoration: none;
float: left;
border-right: 1px solid #999;
  font-size: 90%;
}

#footer #navcontainer ul li a:hover
{
background-color: transparent;
color: #666;
  font-size: 90%;
}



#lc {
  float: left;
  width: 460px;
  background: #f8f8f8;
}
#rc {
  float: right;
  width: 450px;
  background: #f8f8f8;
}
#rc .boxup {
  background: #f8f8f8 url(../img/rc-up.png) no-repeat top left;
}
#rc .boxdown {
  background: url(../img/rc-down.png) no-repeat bottom left;
}
.padding {
  padding: 30px 90px 30px 50px;
}
#lc .padding {
  padding: 30px 10px 30px 50px;
}
#rc .image {
  border: 1px solid #fff;
}
.clear {
  clear: both;
}
.raz {
  height: 10px;
}
.justify {
  text-align: justify;
}
.photo {
  border: 1px solid #ff701e;
  margin-right: 10px;
}

a:link {
  color: #0099CC;
}
a:visited {
  color: #6699CC;
}
a:hover, a:active, a:focus {
  color:#ff701e;
}