/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 13px;
	font-family: helvetica, arial, Verdana, sans-serif;
	margin: 0 auto;
    position: relative;
    background-color: #d4b797;
    width: 900px;
    height: 700px;
background-repeat: no-repeat;
background-position:top center;
background-image:url('http://www.wastelandmovie.com/ndxz-studio/site/img/waste-land.jpg');
}

body.section-1 { }
body.section-2 { }
body.section-3 { }

a:link {text-decoration: none; color: #ffffff;}
a:active { text-decoration: none; color: #ffffff; }
a:visited { text-decoration: none; color: #ffffff; }
a:hover { text-decoration: underline; color: #ffffff;}


a img { border: none; 
}

#menu {
	font-color: #ffffff;
	margin: 0px 0px;
	padding: 0px 0px;
	overflow: hidden;
	position: relative;
    width: 100%;
    height: 50px;


}

#menu ul {
/*Remove all spacings from the list items*/
margin: 0;
padding: 0;
cursor: default;
list-style-type: none;
display: inline;
}

#menu ul {
display: table;
}
#menu ul>li{
display: table-cell;
position: relative;
padding: 20px 18px;

}

#content {
    margin: 0px;
    width: 100%;
height: 500 px
	padding: -100px 0px 0px 0px;


}

.container {
    margin: 0px;



}



#statement {
	color: #b59066;
	margin: 0px 0px 0px 10px;
	line-height: 1;
	text-align: left;
	font-family: helvetica Condensed, arial, Verdana, sans-serif;
	font-size: 18px; 
	letter-spacing: -1px
	float: left;




}

#news {
	float: right;

}
#downloads {
	padding: 0 0px 30px 10px;
	background-color: #d4b797;
	width: 900px;
	height: 700px;
	text-align: left;
	position: relative;
display: table-cell;
background-image:url('http://www.wastelandmovie.com/ndxz-studio/site/img/waste-land.jpg');
}

#menu .container ul li.section-title {font-weight: bold;}

p {
	font-size: 13;
	text-align: justify;
	color: #ffffff;



}

h1 { font-size: 32px; }
h2 { font-size: 23px; 
	font-weight: strong;
	color: #b59066;
	margin: 0px 0px 5px 10px;
	line-height: 1;
	text-align: left;
	font-family: helvetica Condensed, arial, Verdana, sans-serif;
	letter-spacing: -1px
}

h3 { font-size: 18px; }
h4 { font-size: 13px; 
	font-weight: normal;
	text-align: center;
}

#img-container	{ 
	margin: 0 0 0 0;
	background-color: #d4b797;
	text-align: center;
	position: relative;
}

#img-container h4 {
	margin: 0;
	padding: 10px 0px 10px 0px; 
}
#img-container p	{  width: 400px; margin: 0; padding: 0 0 12px 0px; }
#content p {width: 323px; margin-bottom: 9px; padding: 10px 10px 0 10px;
}

#once { clear: left; }