body {
	margin: 0PX;
	background: #404040 url('images/main_bg.gif');
	text-align: center;
}
#container {
	width: 711px;	
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	padding: 0px;
	text-align: left;
	background: url('images/content_l_bg.gif') repeat-y;	
}
#left_cont {
	width: 279px;
	height:inherit;
	float:left;
}
#left_nav_cont {
  width:279px;
}
#right_cont {
	width: 432px;
	float:left;
}
#title_cont {
  width: 432px;
	height: 47px;
	background: url('images/title_bg.gif') no-repeat;
}
#cont_cont {
  width:432px;
	background: url('images/cont_bg.gif') repeat-y;
}
#content {
  width:432px;
	background: #333 url('images/cont_top.gif') repeat-y;
}
#footer {
  width:711px;
	height: 65px;
	clear: left;
	background: url('images/footer_bg.gif');
}

#left_photos {
  width: 279px;
	height: 341px;
	background: url('images/photos_tl.gif') no-repeat;
}
#right_header {
  width: 432px;
	height: 227px;
	background: url('images/photos_tr.gif') no-repeat;
}

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


h1 {
  padding: 8px 45px 0px 0px;
  text-align:right;
  color: #a9752a;
	font: 28px/30px Georgia, Arial, Verdana;
}
h2 {
  padding: 8px 65px 5px 30px;
  color: #a9752a;
	font: 24px/30px Georgia, Arial, Verdana;
}
h3 {
  padding: 8px 65px 5px 30px;
  color: #343626;
	font: bold 14px/24px "Lucida Sans", Arial, Verdana;
}

p {
  padding: 5px 65px 5px 30px;
	color: #745f6f;
	font: 11px/18px "Lucida Sans", "Trebushet MS", Arial;
	text-align:justify;
}

a {
  text-decoration:none;
	color: #669933;
	font: 11px/18px "Lucida Sans", "Trebushet MS", Arial;	
}
a:hover { color: #343626; }

#content ul {
  margin:0px;
	padding:10px 0px 0px 50px;
	list-style:none;
}
#content li {
  background: url('images/list_bullet.gif') no-repeat;
	padding:0px 0px 10px 20px;
	margin:0px;
	color: #745f6f;
	font: 11px/11px "Lucida Sans", "Trebushet MS", Arial;	
}
#left_nav_cont ul {
  margin:0px 0px 0px 0px;
  padding: 20px 0px 0px 88px;
  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 18px;
  display:block;
  text-decoration:none;
	font: 11px/23px "Lucida Sans", "Trebushet MS", Arial;	
  color:#9d9d9d;
  background: url('images/nav_line.gif') no-repeat;;
}
#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; }


