@charset "UTF-8";
/* CSS Document */

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

body {
	background-color: #541918;
}
#headlines {
	background-color: #000000;
}
#banner {
	background-image: url(../images/banner.jpg);
	background-color: #000000;
	background-repeat: no-repeat;
}
#navBar {
	background-image: url(../images/menu.jpg);
	border-right: 1px dotted #3e1d14;
}
#content {
	background-image: url(../images/content_bkg.jpg);
	background-repeat: no-repeat;
}
/***********************************************/
/* HTML Tag Colors                             */
/***********************************************/

h1 {
	color: #fff1a3;
}
h2 {
	color: #fff1a3;
}
h3 {
	color: #fff1a3;
}
/***********************************************/
/* Components                                  */
/***********************************************/

/*********** #sectionLinks styles ***********/

#sectionLinks {
	position: relative;
	margin-top: 30px;
	font-size: 70%;
	text-align: left;
}
#sectionLinks li {
	color: #f4f2a8;
	display: block;
}
#sectionLinks a {
	color: #f4f2a8;
	margin-top: 7px;
}
#sectionLinks a:link {
	color: #f4f2a8;
}
#sectionLinks a:visited {
	color: #f4f2a8;
}
#sectionLinks a:hover {
	color: #f4f2a8;
}
/********* #feature + #content styles *********/

#content {
	border-left: 1px dotted #3e1d14;
}
.feature {
	color: #ffffff;
}
.feature a:link {
	color: #fe524f;
	text-decoration: underline;
}
.feature a:visited {
	color: #fe524f;
	text-decoration: underline;
}
.feature a:hover {
	color: #fe524f;
	text-decoration: none;
}
.feature hr {
     color: #541918;
	 background-color: #541918;
	 border: 1px dashed #fff1a3;
	 border-style: none none dashed;
}
/************** #headlines styles **************/

#headlines p {
	margin: -2px 0px 5px 0px;
	color: #333333;
}
/************** #player styles **************/

#player {
	border-top: none;
	border-left: 1px dotted #415a5e;
	border-right: 1px dotted #415a5e;
	border-bottom: 1px dotted #415a5e;
	width: 320px;
	height: 500px;
}
/************** #breadCrumb styles **************/

#breadCrumb {
	color: #ffffff;
}
#breadCrumb a {
	color: #f4f2a8;
	margin-top: 7px;
}
#breadCrumb a:link {
	color: #f4f2a8;
}
#breadCrumb a:visited {
	color: #f4f2a8;
}
#breadCrumb a:hover {
	color: #f4f2a8;
}
/************** #forms styles **************/

label {
	color: #ffffff;
}

fieldset {
	color: #fff1a3;
	margin: 15px 0px 15px 0px;
	background-color: #672322;
	border-top: 1px dashed #fff1a3;
	border-left: 1px dashed #fff1a3;
	border-right: 1px dashed #fff1a3;
	border-bottom: 1px dashed #fff1a3;
}
legend {
	color: #fff1a3;
	font: bold 1em Verdana, Arial, sans-serif;
	letter-spacing: 2px;
	text-transform: uppercase;
}
