div.add_comment {
	border-top: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
}

.leave_comment {
}
.leave_comment label {
	display: inline-block;
	font-size: 14px;
	text-transform: uppercase;
	width: 110px;
}
.leave_comment li {
	border-bottom: 1px solid #DDDDDD;
	padding: 8px 0px;
}
.leave_comment input[type=text] {
	border: 0px;
	font-size: 13px;
	width: 170px;
}

.leave_comment .left {
	float: left;
}

.leave_comment ul.right {
	width: 600px;
	float: right;
}
.leave_comment ul.right label {
	width: 140px;
}
.leave_comment textarea {
	width: 440px;
	height: 60px;
	border: 0px;
	float: right;
	margin-right: 16px;
}

.leave_comment input[type=submit] {
	border: 0px;
	text-transform: uppercase;
	background: none;
	color: #511B42;
	font-size: 14px;
	width: 150px;
	height: 24px;
	background: url(../images/submit_comment.png) center center no-repeat;
}


#menu {
	width: 1024px;
	padding: 0px 0px 4px;
	background: url(../images/menu-navy.png) center top no-repeat;
	text-align: left;
	margin: 0px auto;
	position: absolute;
	top: 318px;
}
#menu dt a {
	font-size: 15px;
	text-decoration: none;
	text-transform: uppercase;
	color: white;
	display: inline-block;
	margin-right: 20px;
	padding: 6px 0px 5px;
	
	height: 16px;
	background: url(../images/top_menu.png) -8px -6px no-repeat;
}
#menu a.a1 {
	width: 55px;
}
#menu a.a1:hover {
	background-position: -8px -37px;
}
#menu a.a2 {
	width: 64px;
	background-position: -80px -6px;
}
#menu a.a2:hover {
	background-position: -80px -37px;
}
#menu a.a3 {
	width: 94px;
	background-position: -160px -6px;
}
#menu a.a3:hover {
	background-position: -160px -37px;
}
#menu a.a4 {
	width: 110px;
	background-position: -268px -6px;
}
#menu a.a4:hover {
	background-position: -268px -37px;
}
#menu a.a5 {
	width: 90px;
	background-position: -392px -6px;
}
#menu a.a5:hover {
	background-position: -392px -37px;
}
#menu a.a6 {
	width: 90px;
	background-position: -498px -6px;
}
#menu a.a6:hover {
	background-position: -498px -37px;
}
#menu a.a7 {
	width: 34px;
	background-position: -602px -6px;
}
#menu a.a7:hover {
	background-position: -602px -37px;
}

/* SEARCH BUTTON */
#menu a.a8 {
	width: 12px;
	height: 12px;
	background: url(../images/search_button.png) no-repeat;
	position: absolute;
	right: 55px;
	top: 12px;
}
#sform {
	position: absolute;
	right: 64px;
	top: 8px;
}
#sform input {
	outline: 0px;
}
/* END SEARCH BUTTON */

#menu dl {
	display: inline-block;
}
#menu dt:hover {
	background: url(../images/menu_hover.png);
}
#menu dd {
	position: relative;
}
#menu dd ul {
	position: absolute;
	background: url(../images/drop_down_trans.png);
	padding: 0px;
	display: none;
	z-index: 999;
	top: -8px;
	width: 140px;
}

#menu li {
	list-style: none;
	text-align: left;
	padding: 4px 8px;
	border-bottom: 0px;
}
#menu li:hover {
}
#menu ul li a {
	color: white;
	font-size: 14px;
	font-weight: bold;
	text-transform: none;
	text-decoration: none;
}
#menu ul li a:hover {
	
}

.storycontent img {
	border: 1px solid #696969;
}

.page h2 {
	background: 0px;
	color: #535353;
	font-size: 19px;
}

#contact {
	font-size: 15px;
	border-top: 1px solid #dedede;
	padding-top: 8px;
	padding-bottom: 0px;
}
#contact ul {
	margin-left: -16px;
}
#contact ul li {
	list-style: none;
	padding: 4px 0px 4px 16px;
	border-bottom: 1px solid #dedede;
}
#contact .left {
	width: 370px;
}
#contact input[type=text] {
	border: 0px solid red;;
}

#contact .left,
#contact .right {
	display: inline-block;
}
#contact .right textarea {
	float: left;
	width: 340px;
	height: 80px;
	border: 0px;
}
#contact .right {
	margin-left: 32px;
	vertical-align: top
}
#contact .right ul {
	width: 520px;
}
#contact .right label {
	display: inline-block;
	width: 140px;
	float: left;
}
#contact .right li.message {
	height: 91px;
}

#contact input[type=submit] {
	background: url(../images/send_message.png) center center no-repeat;
	width: 140px;
	height: 32px;
	border: 0px;
	cursor: pointer;
}

a {
	color: #511B42;
}

.storycontent img {
	border: 0px !important;
}
