body {
  margin: 0;
  padding: 0;
  background: #601f0d url(/images/cw-forum-theme/leather_background.jpg) repeat-x fixed top left;
}

p {
  margin: 0 0 13px 0;
}

a {
  color: #8e2100;
  text-decoration: none;
}

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

#content_wrapper {
  width: 1100px;
  margin: 0 auto;
}

#subpage_content_wrapper {
  width: 1100px;
  margin: 0 auto;
}

#header {
  width: 1000px;
  height: 172px;
  margin: 0 35px;
  background: url(/images/cw-forum-theme/wrapper_header.jpg) repeat-y 0 0;
}

#header h1 {
  text-indent: -9000px;
  margin: 0;
  padding: 0;
  width: 210px;
  float: left;
}

#header h1 a {
  display: block;
  margin: 0;
  padding: 0;
  width: 210px;
  height: 125px;
}

#header #header_ad {
  margin: 0;
  padding: 20px;
  width: 480px;
  float: right;
}


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

#footer {
  width: 1000px;
  padding: 7px 0 0 0;
  height: 28px;
  margin: 0 auto;
  color: #fff;
  font: 10px Arial, Verdana, sans-serif;
  text-align: center;
}

#footer a {
  color: #fff;
  font: bold 10px Arial, Verdana, sans-serif;
  text-decoration: none;
}

/*  ========================  BEGIN NAVIGATION  ========================  */

/* Main Nav */

#content_navigation {
  list-style: none;
  padding: 0;
  margin: 0 35px;
  width: 1000px;
  height: 33px;
  background: url(/images/cw-forum-theme/btn_background.jpg) repeat-x;
  clear: both;
}

#content_navigation li {
  float: left;
  height: 33px;
  display: block;
  margin: 0;
  padding: 0;
}

#content_navigation li a {
  height: 33px;
  display: block;
  text-indent: -9000px;
}

#content_navigation li a:hover, #content_navigation li a:active {
  background-position: 0 -33px;
}

/* Home Nav */

#content_navigation #nav_home {
  width: 68px;
  margin: 0 0 0 250px;
}

#nav_home a:link, #nav_home a:visited {
  background: url(/images/cw-forum-theme/btn_home.jpg) no-repeat 0 0;
}


/* Magazine Nav */

#content_navigation #nav_magazine {
  width: 92px;
}

#nav_magazine a:link, #nav_magazine a:visited {
  background: url(/images/cw-forum-theme/btn_magazine.jpg) no-repeat 0 0;
}

/* Community Nav */

#content_navigation #nav_community {
  width: 110px;
}

#nav_community a:link, #nav_community a:visited {
  background: url(/images/cw-forum-theme/btn_community.jpg) no-repeat 0 0;
}

/* Resources Nav */

#content_navigation #nav_resources {
  width: 97px;
}

#nav_resources a:link, #nav_resources a:visited {
  background: url(/images/cw-forum-theme/btn_resources.jpg) no-repeat 0 0;
}

/* Management Nav */

#content_navigation #nav_management {
  width: 117px;
}

#nav_management a:link, #nav_management a:visited {
  background: url(/images/cw-forum-theme/btn_management.jpg) no-repeat 0 0;
}

/* Seperator Nav */

#content_navigation .nav_seperator {
  width: 13px;
  background: url(/images/cw-forum-theme/btn_divider_off.jpg) no-repeat 0 0;
}

/*  ========================  END NAVIGATION  ========================  */




/*  ========================  BEGIN SUB CONTENT  ========================  */

#subpage_background {
  background: url(/images/cw-forum-theme/subpage_wrapper_background.gif) repeat-y 35px 0;
  float: left;
  margin: 0 auto;
}

#subpage_content {
  margin: 0 35px;
  padding: 0;
  background: url(/images/cw-forum-theme/subpage_wrapper_forum_top.jpg) no-repeat 0 0;
  float: left;
}

#subpage_wrapper {
  margin: 40px 20px 10px 20px;
  padding-bottom: 20px;
  width: 960px;
  float: left;
}



/*  ========================  END SUB CONTENT  ========================  */




/*  ========================  BEGIN IE 6 & 7 HACKS  ========================  */



* html #content_navigation #nav_home {
  margin: 0 0 0 130px;
}


*:first-child+html #footer_links_wrapper,
* html #footer_links_wrapper {
  margin: 0;
}

*:first-child+html #footer_links,
* html #footer_links {
  padding: 20px 0 0 0;
}


* html #subpage_content {
  padding: 0 0 0 35px;
  margin: 0;
  background: url(/images/cw-forum-theme/subpage_wrapper_forum_top.jpg) no-repeat 35px 0;
}

*html #subpage_wrapper {
  margin: 40px 10px 10px 10px;
}


/*  ========================  END IE 6 & 7 HACKS  ========================  */


/**** MOZILLA HACKS ****/

:focus {
  -moz-outline-style: none;
}
