body
{
  position: relative;
  margin: auto;
  width: 900px;
  font-family: Georgia;
  color: #777;
  font-size: 13px;
  line-height: 20px;
  background-image: url('../images/body_background.gif');
  background-image: url('../images/body_background.jpg');
  xxxbackground-image: url('/images/body_background2.jpg');
  background-repeat: repeat-x;
  background-position: top center;
}

div#header
{
  height: 170px;
  width: 100%;
  padding: 0;
  margin: 0;
  margin-bottom: 18px;
  background-repeat: no-repeat;
  background-image: url('../widgets/text_image/text_png.php?text=Design is Identidy and Usability&color=fc3ac4&bgcolor=000000&font=KozGoPr6.otf&size=28&tp=-10');
  background-position: center right;
  background-position: 100% 62%;
  xxxbackground-position: 100% 94%;
}

div#header div.navigation
{
  position: absolute;
  top: 0;
  right: 0;
  padding-top: 3px;
}

div#header div.navigation a
{
  display: inline-block;
  font-family: Georgia;
  font-size: 12px;
  color: #bbb;
  text-decoration: none;
  padding: 4px 12px;
  margin: 0px;
}

div#header div.navigation a:hover
{
  color: #faa73a;
}

.focus_img
{
  height
}

div#header h1
{
  padding: 0;
  margin: 0;
  height: 70px;
  position: relative;
  top: 42%;
}

div#header h1 a
{
  width: 250px;
  height: 50px;
  display: block;
  line-height: 1200px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: top left;
  background-image: url('../images/zeoxdesign_logo.gif');
  border: 0;
  padding: 0;
  margin: 0;

  xxxmargin-top: 30px;
}

body a
{
  color: #faa73a;
}

div.left
{
  width: 570px;
  float: left;
}

div.right
{
  width: 289px;
  position: relative;
  left: 40px;
  float: left;
}

div.footer
{
  border-top: 1px dotted #777;
  xxxborder-top: 3px solid #faa73a;
  margin-top: 30px;
  margin-bottom: 40px;
  font-family: arial;
  font-size: 10px;
  color: #999;
}

div.footer p
{
  font-family: arial;
  font-size: 10px;
  color: #ccc;
}

a.button
{
  margin: 0pt;
  padding: 0pt;
  color: #1f484e;
  font-family: Georgia;
  font-size: 10px;
  width: 87px;
  display: inline-block;
  xxxfloat: left;
  height: 31px;
  text-align: center;
  background-image: url("../images/button.png");
  line-height: 30px;
  text-decoration: none;
  
  cursor: pointer;
  cursor: hand;
}

a.button:hover
{
  background-image: url("../images/button_blue.png");
}

a.big_button
{
  margin: 0pt;
  padding: 0pt;
  color: #1f484e;
  font-family: Georgia;
  font-size: 12px;
  width: 142px;
  display: inline-block;
  xxxfloat: left;
  height: 51px;
  text-align: center;
  background-image: url("../images/big_button.png");
  line-height: 51px;
  text-decoration: none;
  
  cursor: pointer;
  cursor: hand;
}

a.big_button:hover
{
  background-image: url("../images/big_button_orange.png");
}


h2.custom_font
{
   width: 100%;
   height: 37px;
   line-height: 1200px;
   overflow: hidden;
   background-repeat: no-repeat;
   background-position: top left;
   margin-top: 30px;
   padding: 0px;
   border-bottom: 1px dotted #ddd;
}

h3.custom_font
{
   width: 100%;
   height: 37px;
   line-height: 1200px;
   overflow: hidden;
   background-repeat: no-repeat;
   background-position: top left;
   margin-top: 20px;
   padding: 0px;
   border-bottom: 1px dotted #ddd;
}

li
{
   margin-bottom: 10px;
}