/* ie png transparency fix thingy */
* { behavior: url(iepngfix.htc); }

body{
  background: url("images/background.jpg");
  padding: 0;
  margin: 0;
  font: 14px "trebuchet ms";
  color: #333333;
}

div.hr {
  height: 2px;
  border: 0;
  background-image: url("images/hr.png");
  padding: 0;
  margin-top: 14px;
}

h1{
	font: bold 16px "trebuchet ms";
	letter-spacing: 3px;
	text-transform: uppercase;
	color: #8baea2;
	margin-top: 20px;
}

p{
  font: 14px "trebuchet ms";
  color: #333333;
}

img, div { }

a, img{
  border: 0;
  outline: none;
}

a{
  color: #a0bcb3;
}

div#container{
  width: 982px;
  margin: 0 auto 0 auto;
}

img#home-page{
  position: absolute;
  top: 50px;
}

.clear{ clear: both; }

#wrapper{
  width: 982px;
  height: 300px;
  margin: 48px auto 0 auto;
}

#center{
  background: url("images/acorn_trans_background.png") repeat-y;
  width: 982px;
  padding-bottom: 50px;
}

#content{
  float: left;
  position: relative;
  top: 30px;
  left: 60px;
  width: 600px !important;
}

#regulatedby {
	float: right;
	position: relative;
	top: 15px;
	right: 30px;
	color: #fff;
	font: 11px arial, tahoma, verdana;
}

#header{
  background: url("images/acorn_trans_header.png") top no-repeat;
  width: 982px;
}

#header img{
  position: relative;
  left: 20px;
  top: 22px;
}

#left-column{
  float: left;
  position: relative;
  left: 19px;
  top: -1px;
}

#right-column{
  float: right;
  width: 141px;
  position: relative;
  right: 25px;
}

#profile-side{
  position: relative;
  top: 100px;
  left: 10px;
  color: #81a69a;
  float: left;
  width: 140px;
  font: 13px "trebuchet ms";
}

#profile-side span{
  position: relative;
  top: 5px;
  font: italic bold 13px "trebuchet ms";
  color: #c9ad7d;
}

#navigation{
	position: relative;
	top: 67px;
	left: 13px;
	background: url('images/topline.png') no-repeat top;
	padding-top: 3px;
}

#navigation a img{
  position: relative;
  left: 2px;
}

#navigation-top{
  float: left;
  position: relative;
  top: 39px;
  left: 55px;
  font: 11px verdana, tahoma, arial;
  color: #a0bcb3;
  width: 590px;
}

#navigation-top span{
  color: #cdb088;
}

#navigation-top hr{
  margin-top: 15px;
}

#footer{
  background: url("images/acorn_trans_footer.png") top no-repeat;
  height: 17px;
  width: 982px;
  float: left;
}

#footer span{
  font: 11px arial, tahoma, verdana;
  color: #fff;
  position: relative;
  top: 15px;
  left: 30px;
}

#footer span a{
  color: #fff;
  text-decoration: none;
}

#footer span a:hover{
  text-decoration: underline;
}