
body   {
	background-color: #2b2b2c;
	margin: 0;
	padding: 0;
	font-size: 62.5%;
	text-align: center;
}

#container   {
	margin: 0 auto;
	width: 940px;
	text-align: left;
}


img   {
	border: 0;
}


/*** NAVIGATION ***/
#logo_nav   {
	padding: 20px 0 10px 20px;
}

a.house, a.design, a.film   {
	display: block;
	height: 24px;
	width: 95px;
	margin-bottom: 3px;
}

a.house   {
	background: url(../images/nav_house.gif) 0 0 no-repeat;
}

a.design   {
	background: url(../images/nav_design.gif) 0 0 no-repeat;
}

a.film   {
	background: url(../images/nav_film.gif) 0 0 no-repeat;
}

a.house:hover, a.design:hover, a.film:hover   {
	background-position: 0 -24px;
}

#house a.house, #design a.design, #film a.film   {
	background-position: 0 -24px;
}

#house a.house:hover, #design a.design:hover, #film a.film:hover   {
	background-position: 0 0;
}

/*** NAVIGATION END ***/



#flash   {
	padding: 102px 0 8px 0; 
}

#content   {
	padding: 0 0 0 20px;
}

#films   {
	width: 905px;
}

.film_title, .film_back   {
	text-align: right;
}

.movie   {
	padding: 20px 0 35px 140px;
}

#footer   {
	width: 905px;
	text-align: right;
}

#design #footer {
width: 938px !important;
}

p   {
	margin: 0;
	padding: 0;
	color: #6d6f72;
	font: 1.1em arial, verdana, sans-serif;
	text-transform: uppercase;
}

p.principals   {
	padding: 115px 0 75px 0;
}

p.info   {
	color: #f26522;
	font-size: .9em;
	padding-top: 25px;
}

p.footer   {
	margin: 0;
	padding: 0;
	color: #414142;
	font-size: 1.0em;
	padding-top: 30px;
}

a   {
	color: #f26522;
}

a:hover   {
	color: #fff;
}

a:focus, a:active   { 
     outline: 0; 
     -moz-outline: none; 
}
