@charset "UTF-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #76AAAC;
}
.outline {
	border: 1px solid #76AAAC;
}
#container {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	padding: 36px;
	overflow: visible;
	margin-top: 36px;
	border: 1px solid #53787A;
	text-align: left;
}
.oneColElsCtrHdr #container #headerContent {
	margin-bottom: 18px;
	padding-bottom: 13px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #76AAAC;
	text-align: center;
}
.oneColElsCtrHdr #container #navigation {
	margin-bottom: 18px;
}
.oneColElsCtrHdr #container #mainContent {
	margin-bottom: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
	padding-bottom: 18px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #76AAAC;
	vertical-align: middle;
	height: 440px;
}
.oneColElsCtrHdr #container #footer {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.Nav-01 {
	padding-right: 36px;
}
.Nav-02 {
	padding-right: 36px;
	padding-left: 36px;
}
.Nav-03 {
	padding-left: 36px;
}
#homeMovie {
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #76AAAC;
	width: 728px;
	height: 432px;
}
.oneColElsCtrHdr #container #mainContent #mainContentTable p {
	text-align: justify;
	padding-right: 18px;
}


.profile {
	padding-right: 36px;
}
.contactHeader {
	font-size: 14px;
}
a:link {
	color: #76AAAC;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	font-weight: bold;
	color: #76AAAC;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	color: #F23724;
	text-decoration: none;
}
a:active {
	font-weight: bold;
	color: #76AAAC;
	text-decoration: none;
}

