body {
	margin: 0PX;
	background: #404040 url('images2020/main_bg.gif');
	text-align: center;
}
#container {
	width: 1200px;	
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	padding: 0px;
	text-align: left;
	<!-- background: url('images2020/content_l_bg.jpg') repeat-y; -->
}

#left_cont {
	width: 470px;
	height:inherit;
	float:left;
}

#left_nav_cont {
  width:470px;
}

#right_cont {
	width: 730px;
	float:left;
}

#left_photos {
  width: 470px;
	height: 583px;
	<!-- background: url('images/photos_tl.gif') no-repeat; -->
}

#right_header {
  width: 730px;
	height: 384px;
	<!-- background: url('images/photos_tr.gif') no-repeat; -->
}

#title_cont {
  width: 730px;
	height: 79px;
	background-repeat: no-repeat;
<!-- background: url('images/title_bg.gif') no-repeat; -->
}
#cont_cont {
  width:729px;
	background: url('images2020/cont_bg.jpg')
	background-repeat: repeat-y;
}
#content {
  width:729px;
	background: #333 url('images2020/cont_top.jpg');
	background-repeat: repeat-y;

}
#footer {
  width:1200px;
	height: 109px;
	clear: left;
	background: url('images2020/footer_bg.jpg');
}






h1, h2, h3, p, ul, li {
  margin:0;
	padding:0;
	border:0;
}


h1 {
  padding: 13px 110px 0px 0px;
  text-align:right;
  color: #a9752a;
	font: 47px/50px Georgia, Arial, Verdana;
}
h2 {
  padding: 9px 110px 9px 50px;
  color: #a9752a;
	font: 40px/50px Georgia, Arial, Verdana;
}
h3 {
  padding: 9px 110px 9px 50px;
  color: #343626;
	font: bold 1.3em/1.5em "Lucida Sans", Arial, Verdana;
}

p {
  padding: 9px 110px 9px 50px;
	color: #745f6f;
	font: 1.3em/1.5em "Lucida Sans", "Trebushet MS", Arial;
	text-align:justify;
}

a {
  text-decoration:none;
	color: #669933;
}
a:hover { color: #343626; }

#content ul {
  margin:0px;
	padding:16px 0px 0px 85px;
	list-style:none;
}
#content li {
  background: url('images2020/list_bullet.gif') no-repeat;
	padding:0px 0px 16px 32px;
	margin:0px;
	color: #745f6f;
	font: 1.3em/1.5em "Lucida Sans", "Trebushet MS", Arial;	
}
#left_nav_cont ul {
  margin:0px 0px 0px 0px;
  padding: 36px 0px 0px 50px;
  list-style:none;
}
#left_nav_cont li {
  margin:0px;
  padding:0px;
  display:inline;
}
#left_nav_cont ul li a {
  margin:0px 0px 0px 0px;
  padding:0px 0px 0px 30px;
  display:block;
  text-decoration:none;
	font: 1.7em/3.2em "Lucida Sans", "Trebushet MS", Arial;	
  color:#aaa;
  background: url('images2020/nav_line.gif') repeat-x;
}
#home a { background-image: none; }
#left_nav_cont a:hover { color:#669933; }


.white { color: #ffffff; }
em { color: #343626; font-weight: bold; font-style:normal; }
.center { text-align:center; }


