* {
  margin: 0px;
  padding: 0px;
  border: none;
}
body {
  background-image: url(images/background.png);
  background-repeat: repeat-x;
  background-color: #990000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #990000;
}
#container {
  margin: auto;
  width: 850px;
}
#top {
  float: left;
  width: 850px;
  height: 152px;
}
#title {
  float: left;
  width: 203px;
  height: 72px;
  padding-top: 33px;
}
#title h1 {
  display: block;
  float: left;
  width: 203px;
  height: 72px;
  text-indent: -9999px;
}
#title h1 a {
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(images/logo.png);
  background-repeat: no-repeat;
  background-position: 0 0;
}
#navigation {
	float:left;
	display:block;
	width:703px;
	height:50px;
	margin-top:-25px;
	margin-left:150px;
	background-image:url(images/nav.png);
	background-repeat:no-repeat;
	background-position:top left;
	padding-left:5px;
}
.nav-links li {
	list-style:none;
}
.nav-links li a {
  float: left;
  width: 120px;
  height: 43px;
  text-decoration: none;
  text-transform: capitalize;
  /*color: #666666;*/
  color: #efefef;
  font-size: 15px;
  text-align: center;
  padding-top: 12px;
  text-shadow: 1px 1px 3px #333;
}
.nav-links li a:hover {
  color: #efefef;
  background-image: url(images/nav_highlight.png);
  background-repeat:repeat-x;
}
#main {
  float: left;
  width: 850px;
  background-image: url(images/content_background.png);
  background-repeat: no-repeat;
  min-height:450px;
}
#content {
  padding-top: 40px;
}
#content h2 {
  color: #fff;
  font-size: 20px;
  margin-bottom: 15px;
  text-shadow: 2px 2px 5px #000;
  font-family:Georgia, "Times New Roman", Times, serif;
  font-weight:bold;
}
#content h3 {
  color: #fff;
  font-size: 15px;
  margin-bottom: 5px;
  margin-top:15px;
  text-shadow: 2px 2px 5px #000;
  font-family:Georgia, "Times New Roman", Times, serif;
  font-weight:bold;
}
#content h3.res_h3 {
  text-transform:uppercase;
}
#content p {
  color:#fff;
  line-height:20px;
  text-align:justify;
}
#content ul {
  list-style-type:square;
  list-style-position:outside;
  margin-left:30px;
  color:#FFA002;
}
#content a:link,#content a:visited {
	color:#eee;
}
#content a:hover {
	font-style:italic;
}
#footer {
	float:left;
	display:block;
	width:703px;
	height:50px;
	margin:20px 10px;
	background-image:url(images/nav.png);
	background-repeat:no-repeat;
	background-position:top left;
	padding:15px 0px 0px 15px;
	font-family:Georgia, "Times New Roman", Times, serif;
  	font-weight:bold;
	color:#990000;
}
.res_p {
	margin-bottom:10px;
	text-indent:15px;
	padding-left:10px;
}
.res_ed {
	margin-bottom:10px;
	padding-left:10px;
}
.res_ul {
	margin:-10px 0px 10px 20px;
	padding-left:20px;
}
.res_ul_big {
	margin:0px 0px 10px 20px;
	padding-left:0px;
}
#home_photos {
	margin:20px;
}
.home_photo {
	/*width:202px;*/
	float:left;
}
#home_photo_1 {
	width:173px;
}
#home_photo_1 img {
	width:138px;
	margin:0px auto 0px auto;
}
#home_photo_2 {
	width:227px;
}
#home_photo_2 img {
	width:192px;
	margin:0px auto 0px 20px;
}
#home_photo_3 {
	width:195px;
}
#home_photo_3 img {
	width:159px;
	margin:0px auto 0px 30px;
}
#home_photo_4 {
	width:215px;
}
#home_photo_4 img {
	width:180px;
	margin:65px auto 0px 15px;
}
