body {
	background-image:		url("./images/backgrounds/background18.jpeg");
	font-family:			"times new roman";
}

.my_body {
	width:	960px;
	height:	900px;
	margin: 0px auto;
	background-color:	wheat;
	border:	2px solid peru;
}
.my_body h1 {
	text-align:	center;
	letter-spacing:	2px;
	color:	white;
	text-shadow:	1px	1px	1px	black,
					1px	-1px	1px black,
					-1px	1px	1px	black,
					-1px	-1px	1px	black,
					-4px	3px	2px	darkorange,
					3px	6px	2px	darkgreen,
					4px	-3px	2px	darkred,
					-3px	-6px	2px	darkblue;
}
.mysidebar1 {
	width:	200px;
	background-color:	tan;
	height:	799px;
	padding:	10px;
	position:	absolute;
	border-right:	2px inset beige;
	border-top:	2px inset beige;
	border-bottom:	2px inset beige;
}
.sidebar_link {
	width:	180px;
	height:	220px;
	padding:	8px;
	margin-bottom:	10px;
	background-color:	wheat;
	border:	2px outset beige;
	border-top-left-radius:	100px;
	border-top-right-radius:	100px;
}
.sidebar_link_image {
	border-top-left-radius:	50%;
	border-top-right-radius:	50%;
	width:	176px;
	height	180px;
	overflow:	hidden;
	border:	2px	inset	beige;
}
.sidebar_link_text {
	text-align: center;
	font-size: 20px;
	letter-spacing:	1px;
	border:	2px inset	beige;
	padding-bottom:	3px;
	width:	176px;
	margin:	5px auto 0px auto;
}
.sidebar_link_text a {
	text-decoration:	none;
	color:	white;
	text-shadow:	1px	1px	2px	black,
					1px	-1px	2px black,
					-1px	1px	2px	black,
					-1px	-1px	2px	black;
}
.video-player {
	border:	2 solid black
}
.main_content {
	margin-left: 230px;
	margin-right:	10px;
	margin-bottom:	10px;
	padding-left:	10px;
	padding-right:	10px;
	color:	darkblue;
	text-shadow: 1px 0px 1px darkblue;
	background-color:	tan;
	border:	2px inset	beige;
}
.main_content li {
	margin-left:	35px;
}
.main_content p {
	margin-top:	8px;
	margin-bottom:	8px;
}

