/*
PALETTE
brown - 2a1c0e
dark green - 339933
mid green - 66cc33
lite green - 99cc66
*/

body {
	background-color: #2a1c0e;
	background-position: 
}

#title_image_animation {
	background-image: url(../webAssets/title_image_animation.jpg);
	width: 960px;
	height: 355px;
}

#title_image_artwork {
	background-image: url(..webAssets/title_image_artwork.jpg);
	width: 960px;
	height: 355px;
}

#nav {
	font-size: 14px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	color: #fff;
	text-align: right;
	padding-bottom: 10px;
}

#nav a {
	color: #fff;
	text-decoration: none;
	padding-top: 4px;
}

#nav a:hover {
	color: #2a1c0e;
	background-color: #66cc33;
}

#footer {
	font-size: 10px;
	font-family: Helvetica Verdana, Arial, sans-serif;
	color: #66cc33;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}

#flashcontent {
	text-align: center;
}

#down_sections {
	padding-bottom: 15px;
}

.heading {
	font-size: 24px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	color: #fff;
	text-align: left;
	padding-bottom: 5px;
}

.heading a {
	color: #fff;
	text-decoration: none;
}

.heading a:hover {
	color: #66cc33;
}

.heading_right {
	font-size: 24px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	color: #fff;
	text-align: right;
	padding-bottom: 5px;
}

.heading_right a {
	color: #fff;
	text-decoration: none;
}

.heading_right a:hover {
	color: #66cc33;
}


.body_text {
	font-size: 12px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	color: #66cc33;
	text-align: left;
	padding-bottom: 5px;
}

.body_text a {
	color: #66cc33;
	text-decoration: none;
}

.body_text a:hover {
	color: #99cc33
}

.body_subtext {
	font-size: 12px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	color: #99cc33;
	text-align: left;
	padding-bottom: 5px;
}

.body_text_right {
	font-size: 12px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	color: #66cc33;
	text-align: right;
	padding-bottom: 5px;
}

.body_text_right a {
	color: #66cc33;
	text-decoration: none;
}

.body_text_right a:hover {
	color: #99cc33
}

.body_subtext_right {
	font-size: 12px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	color: #99cc33;
	text-align: right;
	padding-bottom: 5px;
}

.anim_thumbs {
	padding-bottom: 5px;
}

.flc {
	padding-bottom: 2px;
}