body {
	background-image:url(images/background-pattern.jpg);
	background-color: #820203;
}

img {
	border-style:none;
}

a {
	text-decoration:none;
}

/* ID Styles */

#navigation a {
	font:20px Arial, Helvetica, sans-serif;
	color: #820203;
	text-decoration: none;
	letter-spacing:0.1em;
	line-height:22px;
	display:block;
	padding: 0px 10px;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #000000;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	}
	
#navigation a:hover {
	color:#ffffff;
	background: #820203;
	}

.navText {
	color: #000;
	letter-spacing:0.1em;
	line-height:24px;
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	margin-top: auto;
	margin-bottom: auto;
	}

.pageName {
	color: #820203;
	letter-spacing:0.2em;
	line-height:32px;
	font-family: "Times New Roman", Times, serif;
	font-size: 30px;
	font-weight: bold;
	}
.CallOutText {
	color: #26354A;
	letter-spacing:0.1em;
	line-height:50px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	vertical-align: middle;
	text-align: left;
}
.AddressText {
	color: #820203;
	letter-spacing:0.1em;
	line-height:24px;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	text-align:left;
	margin-left: 2px;
}

#sidebar-background {
	position:relative; 
	top:0; 
	left:0; 
	width:100%; 
	height:100%;
}

#sidebar-content {
	position:relative; 
	z-index:1;
}
.ClaimsText {
	color: #820203;
	letter-spacing:0.1em;
	line-height:24px;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	text-align:left;
	margin-left: 2px;
}
.AlignLeft {
	float: left;
}
.AlignRight {
	float: right;
}

/* styling of the container. */
a.myPlayer {
	display:block;
	width: 640px;
	height:480px; 
	text-align:center;
	margin:0 15px 15px 0;
	float:left;
	border:1px solid #999;
}

/* play button */
a.myPlayer img {
	margin-top:220px;
	border:0px;
}

/* when container is hovered we alter the border color */
a.myPlayer:hover {
	border:1px solid #000;
}

