html, body, h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
}
h1 img {
	display: block;
}
img {
	border: 0;
}
a {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
.left {
	float: left;
}
.right {
	float: right;
}
.more {
	text-align: right;
}
.clear {
	clear: both;
}

body {
	background-image: url(images/background2.jpg);
	background-color:#333333;
	background-repeat:repeat-x;
	background-attachment:fixed;
	background-position:center center;
	text-align: center;
	font: 12px arial, sans-serif;
	color: #ceb539;
}

#flash{
	behavior: url(Scripts/iepngfix.htc);
}

/** layout **/
#wrapper {
	text-align: left;
	margin: 10px auto;
	width: 714px;
  	position: relative;
}

#header {
  background: top right url(images/logo.jpg) no-repeat;
  padding-top: 130px;
  width: 705px;
  position: relative;
}

/** Header **/
h1 {
  color: #ceb539;
  background: #333333;
  padding: 8px;
  text-align: right;
  font: 14px "Times new roman", sans-serif;
  font-style: normal;
  font-weight: normal;
  margin: 0 0 2px 21px;
}

#search {
  width: 180px;
  background: #333333 url(images/search_top.jpg) no-repeat;
  text-align: center;  
  font: 14px "Times new roman", sans-serif;
  color: #000000;
  position: absolute;
  bottom: -1px;
  left: 535px;
  padding: 6px 0;
}
#search .text {
  width: 63px;
}

/** Body **/
#body {
  position: relative;
  width: 100%;
}

#nav {
  position: absolute;
  top: 0;
  left: 0;
  width: 252px;
  padding-top: 0px;
}
#nav ul {
  text-align: right;
  margin: 0 0px 0 28px;
  padding: 63px 0px 15px 20px;
}
#nav li {
  list-style: none;
}
#nav a {
  color: #ceb539;
  font: 20px "times new roman", serif;
  font-style: normal;
  padding-right: 8px;
  padding-left: 8px;
}

/** content **/

#content {
  behavior: url(Scripts/iepngfix.htc);
  background: url("images/contentBG.png") no-repeat top;
  width: 462px;
  margin-left: 254px;
  min-height: 280px;
}

#content .main, #content .main2 {
  float: right;
  width: 250px;
  margin-top: 14px;
  padding-right: 28px;
}

#content .table{
	display:table;
	float: right;
	padding-top: 10px;
	padding-left: 5px;
}

#content .main {
  padding-bottom: 1em;
}

#content .main p, #content .main2 p {
  margin: 0em 0em 0 0;
}
#content .main2 .right {
  margin-left: 18px;
}
#content .main .clear, #content .main2 .clear {
  behavior: url(Scripts/iepngfix.htc);
  height: 20px;
  margin-bottom: -10px;
}

#beauty {
  float: right;
  width: 134px;
  border-left: 0px solid #333333;
  padding: 12px;
}
#beauty span {
  float: left;
  width: 20px;
  font-size: 9px;
  clear: both;
  margin-top: 3px;
}
#beauty p {
  float: left;
  width: 110px;
  margin: 0 0 0.6em 0;
  padding: 0 0 0 1em;
  line-height: 1.3;
}
#beauty .clear {
  height: 10px;
}

h2 {
  font: normal 22px "Times new roman", serif;
  color: #333333;
  margin: 0 0 0.5em 0;
  padding-left: 5px;
}

/** Footer **/

#footer {
  color: #FF0000;
  margin: 2px 0 0 275px;
}

#privacy {
  behavior: url(Scripts/iepngfix.htc);
  position: absolute;
  right: 8px;
  width: 148px;
  padding: 4px 0;
  text-align: center;
  background: url(images/footer_tab.gif) no-repeat;
}
#privacy a {
  color: #000;
  font-weight: normal;
}

