body {
  background-color: #3b3b3b;
  color: #fff;
  font: 75%/140% "Lucida Grande", Lucida, Verdana, sans-serif;
  margin: 0;
  padding: 0;
}

a img {
  border-right-style: none;
}

#nav {
  background-color: #303030;
  border-top: 3px solid #bc6694;
}

#nav ul {
  width: 800px;
  list-style-type: none;
  margin: 0 auto;
  padding: 0;
  height: 42px;
}

#nav ul li {
  display: inline;
}

#nav ul li a {
  color: #fff;
  display: inline-block;
  padding-top: 14px;
  padding-bottom: 12px;
  border-right: 1px dotted #595959;
  padding-left: 14px;
  padding-right: 14px;
  margin-right: -5px;
  text-decoration: none;
  text-transform: uppercase;
}

#nav ul li.first a {
  border-left: 1px dotted #595959;
}

#nav ul li a:hover {
  color: #bca9b3;
}

#main {
  width: 800px;
  margin-left: auto;
  margin-right: auto;
}

#head {
  background: url(../images/head_bg.jpg) no-repeat left top;
  height: 230px;
  margin-top: 15px;
}

#logo {
  padding-top: 60px;
  padding-left: 30px;
}

#head h1 {
  font-weight: normal;
  font-style: normal;
  padding-left: 33px;
  margin-top: 0;
  padding-right: 370px;
  font-size: 1.2em;
  line-height: 1.4em;
  color: #c6c6c6;
}

#content {
  width: 520px;
  float: left;
  padding-right: 15px;
  border-right: 1px solid #535353;
  margin-top: -18px;
  padding-bottom: 25px;
}

#content p {
  margin-top: 0;
  margin-bottom: 15px;
}

#content h1 {
  font-size: 1.5em;
  font-weight: normal;
  font-style: normal;
  line-height: 1.4em;
  margin-top: 0;
}

#sidebar {
  width: 250px;
  float: right;
  color: #d8d8d8;
  margin-top: 10px;
  margin-bottom: 15px;
}

#sidebar h1 {
  font-weight: normal;
  font-style: normal;
  font-size: 1.3em;
  color: #d8d8d8;
  margin-top: 0;
}

#sidebar h1 a {
  color: #d8d8d8;
  font-weight: normal;
  text-decoration: none;
}

#sidebar h1 a:hover {
  text-decoration: underline;
}

#sidebar .section {
  margin-bottom: 30px;
}

.highlight {
  color: #c66f90;
}

.highlight2 {
	font-size: 1.2em;
  color: #c66f90;
  line-height: 1.6em;
}

a {
  color: #c5a8b3;
}

img.right {
  float: right;
  margin-left: 10px;
}

.gallery img {
  border: 2px solid #FFFFFF;
}


.contact_form dt {
	float: left;
	width: 70px;
}
 
.contact_form dd {
	margin: 0px;
}
.contact_form dl {
}
form {
	padding-left: 45px;
	padding-top: 15px;
	border: 1px solid #666666;
	padding-bottom: 15px;
	background-image: url(../images/form_bg.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-color: #444444;
}

.submit {
	padding-left: 140px;
}

.footer {
  padding-top: 20px;
  width: 800px;
  margin-left: auto;
  margin-right: auto;
  clear: both;
  text-align: right;
  font-size: 0.9em;
}

blockquote {
	padding: 0px;
	margin: 15px 0px 15px 0px;
}