body {
	background: url(../images/bg-body.jpg);
	margin: 0;
}
h1 {
    display: inline-block;
    width: 170px;
    height: 329px;
    margin: 0;
    padding: 0;
}

h2 {
	font: 24px QuicksandRegular;
	margin: 0;
	padding: 21px 20px 26px;
	font-weight: normal;
}

h3 {
	font: 14px QuicksandRegular;
	color: #383836;
    font-weight: bold;
	text-align: justify;
	margin: 0;
	padding: 0 20px .5em;
}

img {
    border: 0;
}

p a {
	color: #464646 !important;
}

p a:hover {
	color: #1a1918 !important;
}

.wrapper {
	max-width: 960px;
	overflow: hidden;
	margin: 0 auto;
}

.floatleft {
    float: left;
}

.floatright {
    float: right;
}


/*------------------------- Font ------------------------*/

@font-face {
	font-family: 'QuicksandRegular';
	src: url('../fonts/quicksand-regular-webfont.eot');
	src: url('../fonts/quicksand-regular-webfont.eot?#iefix') format('embedded-opentype'),  url('../fonts/quicksand-regular-webfont.woff') format('woff'),  url('../fonts/quicksand-regular-webfont.ttf') format('truetype'),  url('../fonts/quicksand-regular-webfont.svg#QuicksandRegular') format('svg');
	font-weight: normal;
	font-style: normal;
}

/*------------------------- Header ------------------------*/

header {
	max-width: 960px;
    height: 329px;
	margin: 0 auto;
    background: url(../images/cinema.jpg) right top no-repeat;
}

#logo {
    display: block;
	width: 147px;
    margin: 45px auto 0;
}

/*------------------------- Navigation ------------------------*/

nav {
	float:left;
	width:170px;
}

nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

nav ul li.selected a {
	background:url(../images/bg-menu-selected.png) repeat-x;
	color:#eef6f8;
	outline:none;
	outline:none;
}

nav ul li.selected a:hover {
	color:#eef6f8;
}

nav ul li {
	margin:0 0 11px;
	padding:0;
	text-align:left;
}

nav ul li a {
	background-color:#d88d30;
	color:#fbf6f2;
	display:block;
	font-family:QuicksandRegular;
	font-size:14px;
	height:31px;
	line-height:31px;
	padding:0 0 0 10px;
	text-decoration:none;
	text-shadow:1px 0 0 #fbf6f2;
	text-transform:uppercase;
	outline:none;
}

/*------------------------- Content ------------------------*/

article {
	float:left;
	max-width:790px;
	min-height: 781px;
	color: #447f8d;
	padding: 0 0 3px;
	background-color: #dccfaf;
}

article p {
	font: 14px QuicksandRegular;
	color: #383836;
    line-height: 20px;
	text-align: justify;
	margin: 0 0 20px;
	padding: 0 20px;
}

article p a {
	color: #4a8394;
	outline: none;
}

/*------------------------- Footer ------------------------*/

footer {
    border: none;
    border-top: 1px solid #FFF;
	padding: 0 0 5px;
	width: auto;
	margin: 0 auto;
    padding-top: .4em;
	background: url(../images/bg-footer.jpg) !important;
	min-height: 252px;
}

footer p {
	max-width: 750px;
    font: 10px Arial;
	color: #FFF;
    letter-spacing: .1em;
    margin: 8px 0 0;
	margin:0 auto;
	padding: 0 20px 0 190px;
	text-transform: uppercase;
}

footer p a {
    text-decoration: none;
}