/* General Styles */
body { 
	color: #333; 
	background:#fff url('../images/paper.gif') repeat;
	margin:0;
	padding:0;
	border:0;
	overflow:auto;
	overflow-y: hidden;
	}

body, p, ol, ul, td {
  font-family: Georgia, Times, serif;
  font-size:   14px;
  line-height: 20px;
}

a { color: #7b242a; text-decoration:none; }
a:hover { color: #cc696e;}

h1 {
	font-size:40px;
	float:left;
	margin-right:10px;
}

#wrap {
	width:909px;
	margin:0 auto;
	text-align:left;
	background:#e4cdb1 url('../images/page_grade.jpg') repeat-y top left;
}

#content {
	width:100%;
	min-height:600px;
}

#content .pic {
	border:solid 10px #695445;
	margin:10px;
	margin-top:0px;
	float:left;
}
	

#head {
	width:100%;
	height:272px;
	background:#e4cdb1 url('../images/pleasure_banner_v2.jpg') no-repeat top left;
}

.nav {
	width:100%;
	float:left;
	margin-bottom:20px;
	margin-top:0px;
	border-bottom:solid 1px #cc696e;
}

.nav img.title {
	float:left;
}

.nav a img {
	margin-right:5px;
	margin-left:5px;
	margin-top:33px;
	float:left;
	border:none;	
}

.area {
	width:870px;
	margin-bottom:500px;
	padding:10px;
	padding-right:20px;
	height:630px;
	overflow-y:auto;
}

#about {
	height:350px;
}

#about.area {
	height:350px;
}

#foot {
	width:900px;
	height:40px;
	padding-top:10px;
	text-align:center;
	font-size:12px;
	text-align:center;
}

label.contact {
	float:left;
	width:120px;
	text-align:right;
	padding-right:10px;
}

dl.shows dt {
	font-size:18px;
}

dl.shows dd {
	margin-left:0px;
	border-bottom:solid 1px #cc696e;
	margin-bottom:15px;
	padding-bottom:15px;
}

iframe {
	width:100%;
	border:none !important;
	height:500px;
	overflow-y:auto;
	
}






/*  Rails defaults */
pre {
  background-color: #eee;
  padding: 10px;
  font-size: 11px;
}

.fieldWithErrors {
  padding: 2px;
  background-color: red;
  display: table;
}

#errorExplanation {
  width: 400px;
  border: 2px solid red;
  padding: 7px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  background-color: #f0f0f0;
}

#errorExplanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: -7px;
  background-color: #c00;
  color: #fff;
}

#errorExplanation p {
  color: #333;
  margin-bottom: 0;
  padding: 5px;
}

#errorExplanation ul li {
  font-size: 12px;
  list-style: square;
}

	