/* CSS Document */

html body {
	margin: 50px 0px 50px 0px;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%; /* Defaults of all browsers 16px */
	color: #000;
	background-color: #b6ab90;
	background-image: url(../images/bkg.jpg);
	text-align: center; /* For IE */ 
}
div p {
	padding: 0px;
	margin: 0px;
}
#footer {
	width: 936px;
	font-size: 0.625em; /* 0.625 x 16 = 10px */
	line-height: 1.4em; /* 1.4 x 10 = 14px; */
	text-align: center;
}
.text {
	font-size: 0.75em; /* 0.75 x 16px = 12px */
	line-height: 1.5em; /* 1.5 x 12px = 18px */
}

/* VIDEOS ELEMENTS */
#container-video {
	margin-left: auto;
	margin-right: auto;
	width: 936px;
	text-align: left;
	clear: both;
}
#video-top {
	width: 936px;
	background-image: url(../images/paper-bkg.jpg);
	background-repeat: repeat-y;
	margin-bottom: 20px;
	float: left;
	clear: both;
}
#video-header {
	width: 936px;
	height: 232px;
	background-image: url(../images/video-top-bar.jpg);
	background-repeat: no-repeat;
	background-position: top;
	float: left;
	clear: both;
}
p.video-nav {
	margin: 54px 0px 0px 213px;
}
#video-bottom {
	width: 936px;
	background-image: url(../images/paper-bottom.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 48px;
	float: left;
	clear: both;
}
#video-sidebar {
	margin-left: 48px;
	width: 244px;
	float: left;
	display: inline;
}
#video-content {
	width: 596px;
	float: left;
	display: inline;
	clear: right;
}
#video-youtube {
	width: 936px;
	text-align: center;
	float: left;
	clear: both;
}

/* FOR VIDEO SCREENS */
#container-videoscreen {
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
	text-align: left;
	clear: both;
}
#video-screentop {
	width: 1000px;
	float: left;
	clear: both;
}
#video-screenbkg {
	width: 624px;
	height: 415px;
	background-image: url(../images/videos-screen-bkg.jpg);
	background-repeat: no-repeat;
	float: left;
	display: inline;
}
#video-screeninfo {
	width: 376px;
	height: 415px;
	float: right;
	display: inline;
	clear: right;
}


/* LINK ELEMENTS - VIDEOS */
div A:link {
	color: #a92408;
	text-decoration: none;
}
div A:active {
	color: #000;
	text-decoration: underline;
}
div A:hover {
	color: #000;
	text-decoration: underline;
}
div A:visited {
	color: #000;
	text-decoration: underline;
}
div A:visited:hover {
	color: #a92408;
	text-decoration: underline;
}

