/* this is a comment */
body {
  margin:0px;
  padding:0px;
  background-color:#c19c61;
  font-family:arial,helvetica,sans-serif;
}

body img {
  padding:0px;
  margin:0px;
  border:0px none;
}

.clear {
  clear:both;
}

#pageContainer {
  background-color:#ffffff;
  width:1000px;
  margin-left:auto;
  margin-right:auto;
  text-align:center;
}

#mainContent {
  width:970px;
  margin-left:auto;
  margin-right:auto;
  margin-top:15px;
  border:0px none;
}

/* this is all content main body normal reading text style in use */
#mainContent p {
  font-family:arial,helvetica,sans-serif;
  font-size:12px;
  margin-top:0px;
  margin-left:30px;
  color:#000000;
}

#mainContent td {
  font-size:16px;
  font-family:arial,helvetica,sans-serif;
  color:#600700;
  text-align:left;
  vertical-align:top;
}

#mainContentAds p {
  font-size:12px;
  font-family:arial,helvetica,sans-serif;
  color:#600700;
}

.textHeader {
  margin-left:20px;
  font-size:15px;
  font-weight:bold;
}

/* this is all content header style in use */
h1 {
	font-size:14px;
	font-weight:bold;
	margin-left:20px;
	margin-bottom:5px;
}

/* this is all content LI tag style in use */
li {
	font-size:12px;
	margin-left:30px;
	margin-bottom:5px;
    color:#000000;
}

/* this is all main body text link style in use */
.textLink {
	font-size:12px;
   /* font-weight:bold;*/
    color:#000066;
}

.textLink:hover {
	color:#600700;
}

#pageFooter {
  margin-left:auto;
  margin-right:auto;
  margin-top:60px;
  width:800px;
}

#pageFooter p {
  font-size:10px;
  font-family:arial,helvetica,sans-serif;
  color:#600700;
}

.space2 {
  background-image:url('/images/home/spacer_2.jpg');
}

.space3 {
  background-image:url('/images/home/spacer_3.jpg');
}

.space4 {
  background-image:url('/images/home/spacer_4.jpg');
}
