@charset "UTF-8";
body {
	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;
	background-color: #400000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
}
.oneColFixCtr #container {
	width: 950px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFFFF;
}
#mainContent  {
	padding: 0;
}
#mainContent_index {
	background-image: url(../images/homepage.jpg);
	padding: 0px;
	height: 792px;
	width: 950px;
}
#mainContent_about {
	background-image: url(../images/about_bg.gif);
	padding: 0px;
	height: 790px;
	width: 950px;
	background-repeat: no-repeat;
}
#mainContent_projects {
	background-image: url(../images/projects-bg.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 2600px;
}
#mainContent_news {
	height: 792px;
	background-image: url(../images/news_bg.gif);
	background-position: bottom;
	background-repeat: no-repeat;
}
#mainContent_contact {
	background-image: url(../images/contact_bg.gif);
	background-repeat: no-repeat;
	height: 792px;
}
#nav_icon_contact {
	position: relative;
	top: 10px;
}
#contact_table {
}
#nav_index {
	position: relative;
	top: 320px;
	background-repeat: repeat;
}
#nav {
	position: relative;
	top: 0;
}
#nav_about {
}
#nav_name_about {
	position: relative;
	top: 20px;
}
#nav_name_olhar {
	font-family: "Times New Roman";
	font-size: 20px;
	color: #636466;
	width: 220px;
	position: relative;
	top: 6;
	left: -15px;
	font-weight: bold;
	letter-spacing: 4px;
}
#nav_name_contact {
	width: 150px;
	position: relative;
	top: 20px;
}
#nav_name_projects {
	position: relative;
	top: 20px;
}
#nav_name_news {
	position: relative;
	top: 20px;
}
#about_nav_table {
	left: -28px;
	position: relative;
	top: 12px;
	z-index: 3;
}
#about_content_table {
	border-top-style: solid;
	border-top-width: thick;
	border-top-color: #7A0D10;
	border-right-color: #7A0D10;
	border-bottom-color: #7A0D10;
	border-left-color: #7A0D10;
	width: 950px;
}
#contact_table {
	margin-left: 30px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-left-style: solid;
	padding: 0px;
}
#news_table {
	position: relative;
	top: 70px;
	left: 120px;
}

.newsText {
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	line-height: 2.5;
	color: #7A0D10;
	text-decoration: none;
}


#nav_projects {
}
#navgreyline {
	position: absolute;
	top: 108px;
	z-index: 1;
}
#logo {
	position: relative;
	left: 30px;
	z-index: 5;
	width: 284;
	overflow: hidden;
}
.castCrewLink {
	font-family: Verdana;
	font-weight: bold;
	color: #333333;
	text-decoration: underline;
}
#contact_table {
}
.headers {
	font-family: "Times New Roman";
	color: #636466;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 4px;
}
.LargeBoldRed {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #7A0D10;
	letter-spacing: 2px;
}
.BoldMediumGreyText {
	font-size: 13px;
	font-family: "Times New Roman";
	color: #808284;
	font-weight: bold;
}
.grey12ptBodyText {
	font-family: Arial;
	color: #555658;
	text-align: left;
	line-height: 19px;
}
