/* CSS for CJ.ID.AU */
/* http://www.cj.id.au */

/* General Start */

body {
  text-align: center;
  margin: 0px;
  padding: 0px;
}

img {
  margin: 0px;
  border: 0px;
}

/* General End */


/* Page Layout Containers Start */

#header {
  width: 100%;
  height: 80px;
  background: #FFD735;
}

#header_container {
  position: relative;
  margin: 0 auto;
  width: 890px;
  height: 80px;
  text-align: left;
  background: url(images/header_bg.png);
  background-repeat: no-repeat;
}

#content {
  margin: 0 auto;
  width: 890px;
  text-align: left;
  background-image: url(images/content_bg.png)
}

#content_main_container {
  float: left;
  margin: 5px 0px 5px 25px;
  width: 620px;
  background-color: transparent;
}

#content_right_container {
  float: left;
  margin: 5px 0px 5px 21px;
  width: 199px;
}

#content_clear_container {
  clear: both;
}

#footer {
  width: 100%;
  height: 140px;
  background: #FFD735;
}

#footer_container {
  position: relative;
  margin: 0 auto;
  width: 890px;
  height: 140px;
  text-align: left;
  background: url(images/footer_bg.png);
  background-repeat: no-repeat;
}

/* Page Layout Containers End */


/* Object Containers Start */

#content_main_header {
  float: left;
  width: 610px;
  height: 24px;
  margin: 0px;
  padding: 0px 0px 0px 10px;
  background-image: url(images/header_main_bg.png);
  background-repeat: no-repeat;
}

#content_right_header {
  float: left;
  width: 189px;
  height: 24px;
  margin: 0px;
  padding: 0px 0px 0px 10px;
  background-image: url(images/header_right_bg.png);
  background-repeat: no-repeat;
}

#content_main_postheader {
  float: left;
  width: 610px;
  height: 40px;
  margin: 10px 5px 10px 5px;
  padding: 0px;
}

#content_main_postheader_date {
  float: left;
  width: 40px;
  height: 40px;
  margin: 0px;
  padding: 4px 0px 0px 0px;
  font-family: Arial;
  font-size: 14px;
  font-weight: bold;
  color: #E6B800;
  line-height: 16px;
  background-image: url(images/date_bg.png);
  background-repeat: no-repeat;
  vertical-align: middle;
  text-align: center;
}

#content_main_postheader_title {
  float: left;
  width: 560px;
  height: 25px;
  margin: 0px 0px 0px 10px;
  padding: 0px;
}

#content_main_postheader_info {
  float: left;
  width: 560px;
  height: 15px;
  margin: 0px 0px 0px 10px;
  padding: 0px;
}

/* Object Containers End */


/* Text Styling Start */

p {
  margin: 0px 5px 9px 5px;
  padding: 0px;
  font-family: Arial;
  font-size: 13px;
  color: #333333;
  line-height: 17px;
  vertical-align: top;
}


a.title_link:link, a.title_link:visited {
  text-decoration: none;
  font-family: Arial;
  font-size: 21px;
  font-weight: bold;
  color: #838383;
  line-height: 25px;
  vertical-align: middle;
}

a.title_link:visited:hover, a.title_link:hover {
  text-decoration: underline;
  color: #838383;
}

a:link, a:visited, a:visited:hover, a:hover {
  text-decoration: underline;
  color: #6E6E6E;
}

a.side_link:link, a.side_link:visited {
  text-decoration: underline;
  font-family: Arial;
  font-size: 13px;
  color: #838383;
  line-height: 17px;
  vertical-align: middle;
}

a.side_link:visited:hover, a.side_link:hover {
  text-decoration: underline;
  color: #838383;
}


.info_text {
  margin: 0px;
  padding: 0px;
  font-family: Arial;
  font-size: 11px;
  color: #333333;
  line-height: 15px;
  vertical-align: top;
}







/* Text Styling End */


