/* main body */

body {
	background: #bda273 url("images/amazing_grace_background.jpg") repeat-y top center;
}

form {
	margin: 0;
}

p, table, input, ul {
	font: 11px/16px Verdana, Arial, Helvetica, sans-serif;
	color: #3c0c04;
}

h1 {
	font: italic 24px Georgia, "Times New Roman", Times, serif;
	color: #3c0c04;
	margin-top: 3px;
}

h2 {
	font: 18px Georgia, "Times New Roman", Times, serif;
	color: #3c0c04;
}

/* main links */

a:link {
	color: #395c6a; /*#CC6633;*/
	text-decoration: none;
}

a:visited {
	color: #1d4454;
	text-decoration: none;
}

a:hover {
	color: #17395B;
	text-decoration: underline;
}

/* positioning */

#container {
	width:898px;
}

#body_nav {
	clear: none;
	margin-bottom: 10px;
}

#body_main {
	clear: none;
}

#body_main_left {
	float: left;
	width: 240px;
	text-align: left;
}

#body_main_content {
	float: left;
	width: 620px;
	text-align: left;
	margin-left: 15px;
}

#body_main_right {
	float: right;
	width: 182px;
}

#body_footer {
	clear: none;
}

/* left nav */

#leftnav_links {
	background: #3c0c04;
	border-left: 1px solid #bda273;
	border-right: 1px solid #bda273;
}

#leftnav_links a {
	font-weight: bold;
	text-decoration: none;
}

#leftnav_links a:link {
	color: #f1deb8;
}

#leftnav_links a:visited {
	color: #d7c6a4;
}

#leftnav_links a:hover {
	color: #fff;
}

.leftnav_link_off {
	margin-left: 15px;
	margin-right: 15px;
	padding: 4px 0;
	border-bottom: 1px solid #bda273;
}

.leftnav_link_on {
	font-weight: bold;
	color: #3c0c04;
	margin-left: 2px;
}

/* cast/crew nav */

.castcrew_nav a {
	color: #390F03;
}

.castcrew_nav.link {
	border-bottom: 1px solid #d0b78b;
	height: 40px;
}

.castcrew_nav.selected {
	border-bottom: 1px solid #d0b78b;
	color: #84592F;
	height: 40px;
}

.castcrew_nav.title {
	font: bold italic 14px Georgia, "Times New Roman", Times, serif;
}

.castcrew_nav.img {
	width: 35px;
	height: 35px;
	border: 1px solid #601406;
	float: left;
	margin-right: 5px;
}

/* useful classes */

.caption {
	width: 300px;
	padding: 10px;
	border: 1px solid #bda273;
	background: #e3d0ad;
}

.still_img {
	padding: 10px;
	border: 1px solid #bda273;
	background: #e3d0ad;
}

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

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

.error {
	color: #BB3300;
}

.small {
	font-size: 9px;
}

/* unique elements */

#register {
	font: bold 11px/16px Arial, Helvetica, sans-serif;
	color: #bcac8b;
}

#tellafriend_form, #tellafriend_form_done {
	background: #D2BB8F;
	width: 240px;
}

#tellafriend_form p, #tellafriend_form input, #tellafriend_form textarea {
	font: 9px Verdana, Arial, Helvetica, sans-serif;
}

#gallery_image {
	width: 300px;
	padding: 20px;
	background: #e3d0ad;
	border: 2px solid #d0b78b;
}

#gallery_thumb_selected {
	filter:alpha(opacity=40);
	-moz-opacity:.40;
	opacity:.40;
}

.video_header {
	margin-left: 25px;
}

#theatertable {
}

#theatertable td {
}


.borderA {
	background: url('images/ag_story_header.gif') no-repeat top;
	width: 524px;
	border-style: solid;
	border-width: 2px;
	border-color: #3c0c02;
	padding: 10px;
}


.lineA {
	line-height: 5px;
}

.smallA {
	font-size: 9px;
}