* {
	font-family: Tahoma,Arial,Helvetica,sans-serif;
}

.divcontainer {
	margin-left: auto;
	margin-right: auto;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
}

.divcontainer, .container {
	width: 780px;

}

#nav {
	background-color: #9e5378;
	border-top: 2px solid black;
	border-bottom: 2px solid black;

	text-align:center;
}

#footer {
	background-color: #9f9f9f;
	border-top: 2px solid #9e5378;
	width: 100%;
	padding: 3px;
}

#footer .left {
	text-align:left;
}

#footer .right {
	text-align:right;
}

#footer a {
	color: black;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#main {
	background-color: #e5e5e5;
}

.main_table {
	width:100%;
}

#left {
	width:250px;
}

#right {
	padding-left: 20px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 15px;
	background-color: #f0f0f0;
}

p {
	margin-bottom: 5px;
	line-height: 138.5%;
}

td {
	vertical-align: top;
}

h1 {
	font-weight: bold;
	font-size: 131%;
	margin-bottom: 5px;
	margin-top: 5px;
}

a {
	color: #9e5378;
}

a:hover {
	color: #aa5378;
}

strong {
	font-weight:bolder;
}

ul {
  margin-left: 10px;
}

li {
  list-style: disc outside;
  margin-left: 10px;
}

#left .images img {
  border-bottom: 3px solid white;
  border-right: 1px solid #333;
}

p.photo {
  text-align:center;
}
#right img.photo, p.photo img {
  border: 1px solid #333;
}

.fl {
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  margin-bottom: 1px;
}

.fr {
  float: right;
  margin-left: 5px;
  margin-top: 5px;
  margin-bottom: 1px;
}

#thumbs {
  text-align:center;
  margin-top: 10px;
}

#thumbs .thumb {
  border: 1px solid #777;
  margin-bottom: 10px;
}

#thumbs .thumb:hover {
  border: 1px solid #000;
}

#rates td {
  border: 1px solid #000;
  padding: 5px;
  vertical-align:middle;
}

.home {
  height: 80px;
  width: 320px;
  border: 1px solid black;
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 20px;
  margin-top: 20px;
	background-color: #f0f0f0;
}

.home .title {
  font-size: 146.5%;
  text-align:center;
  background-color: #9e5378;
  color: white;
  border-bottom: 1px solid black;
  padding: 2px;
  font-weight: bolder;
}

.home .main {
  padding: 5px;
  font-size: 116%;
  text-align:center;
}

em {
	 font-style: italic;
}

.hometext {
 left:300px;top:0; font-size: 146.5%; text-align:right; line-height: 235%; width: 465px
}