body{
background: url(bg.png) repeat-y center;
margin: 0 auto;
margin-bottom: 0;
padding: 10;
text-align: center;
font-family: Arial;
font-size: 12px;
color: #FFF;
}

#banner{
background: url(banner.png) repeat-x;
color: #FFF;
}

a:link,
a:visited,
a:active
{
	background: transparent;
	color: #FFF;
	text-decoration: underline;
}

a:hover
{
	background: transparent;
	color: #FFCC11;
	text-decoration: none;
}

#navigation{
background: url(nav.png) no-repeat;
height: 40px;
width: 842px;
text-align: right;
line-height: 60px;
margin: auto auto;
font-family: verdana;
text-decoration: bold;
font-size: 10px;
}
#navigation a{
padding: px;
color: #FFF;
height: 27px;
text-decoration: none;

font-family: verdana;
}
#navigation a:hover{
text-decoration: italic;
}
#navigation a:visited{
text-decoration: none;
}
#navigation a:active{
text-decoration: none;
height: 27px;
}

div.row span.left {
  float: left;
  background: url(content.png);
  text-align: left;
  font-weight: bold;
  padding: 10;
  width: 450px;
  height: 700px;
  margin-left: 250px;
  margin-bottom: 50px;
  }

div.row span.right {
  float: right;
  background: url(widget.png);
  text-align: right;
  font-weight: bold;
  height: 380px;
  width: 290px;
  margin-right: 250px;
  }

div.row span.right2 {
  float: right;
  background: url(pull.png);
  text-align: left;
  font-weight: bold;
  height: 310px;
  width: 290px;
  margin-right: 250px;
  margin-bottom: 80px;
  margin-top: 8px;
  }

#contentarea {
  background: url(content2.png);
  text-align: left;
  font-weight: bold;
  height: 800px;
  width: 703px;
  }

#footer {
  font-color: #000;
  font-weight: bold;
  height: 40px;
  width: 845px;
  margin-top: 50px;
  }