body {
	margin: 0px;
	padding:0px;
	background-image:url(../images/bg.jpg);
	background-repeat:repeat;
}

#skipnavigation {
  position: absolute; 
  left: -1000px; 
}

#header {
   width:750px;
   height:234px;
   background-image:url(../images/header_bg.jpg);
   background-position:left;
   background-repeat:no-repeat;
   margin:0px;
   padding:0px;
}

#nav {
  width:750px;
  height:83px;
  background-image:url(../images/Navigation_bg.gif);
}

#top_nav {
  margin-left:25px;
  padding:0px;  
}

#content {
  width:750px;
  background-image:url(../images/content_bg.gif);
  background-repeat:no-repeat;
  color:#000;
}

#leftcontent {
  float:left;
  width:600px;
  margin-right:15px;
  padding-bottom:20px;
}

#rightcontent {
  margin-left: 610px;
  text-align:right;
}

#rightcontent img {
	border: 1px solid #502C2B;
	padding:4px;
	margin-bottom:5px;
}


#footer {
  width:750px;
  height:58px;
  background-image:url(../images/footer_bg.gif);
  background-repeat:no-repeat;
}

#footer_nav {
	padding-top: 20px;
	margin-left:400px;
}
