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

body {
	margin: 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(images/background.gif);
}

#content_background {
	background-image: url(images/content_background.gif);
	background-position: center;
	background-repeat: repeat-y;
}

#header {
	background-image: url(images/header_background.jpg);
	background-position: center;
	background-repeat: no-repeat;
	height: 162px;
}
#logo {
	margin: 0px 0px 0px 35px;
}
#menu_background {
	background-image: url(images/red_texture.gif);
	background-position: right;
	background-repeat: no-repeat;
	background-color: #88211a;
}
#bar_blue {
	font-family: Georgia, "Times New Roman", Times, serif;
	background-image: url(images/bar_blue.jpg);
	background-position: center;
	background-repeat: no-repeat;
	width: 324px;
	height: 36px;
	text-align: center;
	padding: 0px 0px 0px 0px;
}
#bar_red {
	font-family: Georgia, "Times New Roman", Times, serif;
	background-image: url(images/bar_red.jpg);
	background-position: center;
	background-repeat: no-repeat;
	width: 298px;
	height: 36px;
	text-align: center;
	padding: 0px 0px 0px 0px;
}
#bar_gold {
	font-family: Georgia, "Times New Roman", Times, serif;
	background-image: url(images/bar_gold.jpg);
	background-position: center;
	background-repeat: no-repeat;
	width: 289px;
	height: 36px;
	text-align: center;
	padding: 0px 0px 0px 0px;
}
bar_link {
	font-size: 14px;
	color: #FFFFFF;
}


#menu {
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 28px;
	text-align: left;
	margin: 15px 0px 0px 10px;
	color: #FFFFFF;
	list-style-image: url(images/bullet.gif);
	vertical-align: middle;
}
.menu_item {
	color: #FFFFFF;
	font-size: 14px;
}

#music_player {
	margin: 10px 0px 0px;
}

/*-------Content--------*/

.heading1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	margin: 20px 0px 5px 0px;
	color: #000000;
	border-bottom: solid #bf9f62 1px;
}
.contentblock {
	text-align: justify;
}
.content_bold {
	color: #000000;
	font-weight: bold;
	letter-spacing: 1px;
}
.content_bold_white {
	color: #fff;
	font-weight: bold;
	letter-spacing: 1px;
}
.content_bold_red {
	color: #88211A;
	font-weight: bold;
	letter-spacing: 1px;
}
/*-------Copyright--------*/

.copyright {
	font-size: 11px;
	color: #000000;
}

/*-------Links--------*/

a:visited {text-decoration: none;}

a.content_bold:hover {color: #88211A;}

a.menu_item:link {color: #FFFFFF; text-decoration: none;}
a.menu_item:hover {color: #bf9f62;}
a.menu_itme:visited {color: #FFFFFF; text-decoration: none;}

a.bar_link {color:#FFFFFF;	text-decoration: none;}
a.bar_link:hover {font-style: italic;}
a.bar_link:visited {color: #FFFFFF; text-decoration: none;}

a.copyright:link {color: #000000; text-decoration: none}
a.copyright:hover {color: #000000; text-decoration: underline;}
a.copyright:visited {color: #000000;}