@charset "utf-8";
/* CSS Document */
.header {
	height: 120px;
	width: 100%;
	background-image: url(images/header_bg.jpg);
	background-repeat: repeat-x;
}
.images {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.jasmin_text_container {
	background-color: #FFFFFF;
	height: 260px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
}
#text_table {
	display: inline;
	float: left;
	height: 230px;
	width: 450px;
	margin-left: 10px;
}
.performer_image {
	float: right;
	height: 240px;
	width: 320px;
	margin-top: 10px;
	margin-right: 10px;
}
.performers_container {
	height: 780px;
	width: 800px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}
.friends {
	background-color: #FFFFFF;
	height: 30px;
	width: 800px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	text-align: justify;
}
.footer {
	text-align: center;
	height: 30px;
	width: 800px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	color: #000000;
	background-color: #FFFFFF;
}




body {
	margin: 0px;
	background-color: #990000;
}
#text_align {
	text-align: justify;
}
.h1_tag {
	background-color: #FFFFFF;
	text-align: left;
	height: 50px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
}
a:link {
	color: #000000;
	text-decoration: underline;
}
a:visited {
	color: #000000;
	text-decoration: underline;
}
a:hover {
	color: #333333;
	text-decoration: none;
}
.menu_link {
	height: 30px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	margin-top: 20px;
}
#menu_link_wrap {
	text-align: center;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
}
