html, body {
  background-color:#ffffff;
  background-image:url(img/background.jpg);
  font-family:arial, sans-serif;
  margin:0;
  text-align:center;
  width:100%;
}

.divContact {
  margin-left:auto;
  margin-right:auto;
  width:345px;
}

div#divContent {
  color:#4c5c6a;
  float:left;
  font-size:16px;
  width:640px;
}

div#divContent p {
  padding-left:10px;
  padding-right:10px;
  text-align:justify;
}

div#divContentWrapper {
  background-color:#eeeeee;
  background-image:url(img/backcontent.jpg);
  border:solid 1px #dcdcdc;
  margin-left:auto;
  margin-right:auto;
  margin-top:10px;
  width:900px;
}

div#divFooterMenu {
  color:#bfced0;
  font-size: 16px;
  height:40px;
  line-height:40px;
  margin-left:auto;
  margin-right:auto;
  width:900px;
}

div#divFooterMenu a {
  color:#bfced0;
  text-decoration:none;
}

div#divFooterMenu a:hover {
  color:#828e99;
  text-decoration:underline;
}

div#divLeftColumn {
  float:left;
  height:100%;
  width:250px;
}

div#divLogoHeader {
  clear:both;
  margin-left:30px;
  height:40px;
  text-align:left;
}

div#divMainContent {
  float:right;
  width:390px;
}

div#divMainWrapper {
  background-color:#ffffff;
  margin-bottom:10px;
  margin-left:auto;
  margin-right:auto;
  margin-top:15px;
  width:960px;
}

div#divRightBar {
  float:right;
  width:250px;
}

div#divTopMenu {
  background-image:url(img/backtopmenu.jpg);
  height:100px;
  margin-left:30px;
  margin-top:10px;
  width:900px;
}

div.divTopMenuHomeButton {
  color:#ffffff;
  float:left;
  font-family:arial, sans-serif;
  font-size:24px;
  font-weight:bold;
  line-height:100px;
  text-align:center;
  width:180px;
}

div.divTopMenuHomeButton a {
  color:#ffffff;
  text-decoration:none;
}

div.divTopMenuHomeButton a:hover {
  text-decoration:underline;
}

div.divTopMenuTemplatesButton,
div.divTopMenuVideoButton,
div.divTopMenuFAQButton,
div.divTopMenuBuyButton {
  color:#b6b8b5;
  float:left;
  font-family:arial, sans-serif;
  font-size:24px;
  font-weight:bold;
  line-height:100px;
  text-align:center;
  margin-left:30px;
  width:150px;
}

div.divTopMenuTemplatesButton a,
div.divTopMenuVideoButton a,
div.divTopMenuFAQButton a,
div.divTopMenuBuyButton a {
  color:#b6b8b5;
  text-decoration:none;
}

div.divTopMenuTemplatesButton a:hover,
div.divTopMenuVideoButton a:hover,
div.divTopMenuFAQButton a:hover,
div.divTopMenuBuyButton a:hover {
  color:#015FA9;
  text-decoration:underline;
}

h1 {
  font-size:26px;
  margin-top:15px;
  text-align:center;
  text-decoration:underline;
}

h2,
h3,
h4 {
  padding-left:10px;
}

img {
  border:0;
}