/* ====================================================================================================
** = Cascading Style-Sheet for domain.com
** =
** = Copyright (C) 2007 - DOMAIN.COM - All Rights Reserved
** ====================================================================================================
*/

@import url(main.css);
@import url(layout.css);
@import url(form.css);

body {
  background-image: url('/gfx/template/body.jpg');
  background-color: #fffae9;
  background-position: top center;
  background-repeat: repeat-y;
  
  margin: 0;
  padding: 0;
  
  text-align: center; 
  }

#wrapper {
  width: 960px;
  margin: auto;
  text-align: center;
  }

#header {
  width: 960px;
  height: 96px;
  background-image: url('/gfx/template/header.jpg');
  background-position: top center;
  background-repeat: no-repeat;
  margin-top: 32px;
  text-align: center;
  }

#ad_head {
  width: 468px;
  height: 60px;
/*  background-image: url('/gfx/template/ad.png'); */
  background-position: top center;
  background-repeat: no-repeat;
  margin-left: 420px;
  margin-top: -72px;
  float: left;
  }

#navigation {
  width: 960px;
  height: 32px;
  text-align: center;
  }

#ad_large {
  width: 960px;
  margin-top: 12px;
  margin-bottom: 12px;
  text-align: center;
  }

#content_top {
  width: 960px;
  height: 35px;

  background-image: url('/gfx/template/content_top.jpg');
  background-position: top center;
  background-repeat: no-repeat;
  }

#content {
  width: 960px;

  padding-top: 12px;

  background-image: url('/gfx/template/content_bg.jpg');
  background-position: top left;
  background-repeat: repeat-y;
}

#content_bottom {
  width: 960px;
  height: 56px;

  background-image: url('/gfx/template/content_bottom.jpg');
  background-position: top center;
  background-repeat: no-repeat;
}

a:link, a:active, a:visited {
  color: #b07032;
  text-decoration: none;
  }

a:hover {
  color: #ff7e00;
  text-decoration: underline;
  }