/* CSS Document */


/*general selectors */

*{

	margin: 0;
	padding: 0;

}

body {
	
	background: #fff;
	font-family: verdana;
	font-size: 62.5%;
	color: #666666;
	text-decoration: none;
	line-height: 1.8em;
	margin: 0 0 0 100px;
	
}

p{

	font-family: verdana;
	font-size: 1.3em;
	color: #666666;
}

h1{
	font-size: 1.5em;
	margin: 0 0 0 20px;
	color: #ffcc66
	}

a {
	font-size: 1.3em;
	font-weight: bold;
	color: red;
	text-decoration: none;
}	

a img{
	
	border: none;
	}

a:hover {
	
	color: #666666;
}

ul{

	list-style-type: none;
	text-decoration: none;

}  

dt{
	
	font-size: 1.3em;
	font-style: italic;
	
	}           

#header {
	
	float: left;

}

#nav {

	float: left;
	clear: both;
	color: #666666;
	margin: 0 0 0 10px;
	width: 100%
}

#nav li {
	float: left;
	display: inline;
	text-transform: uppercase;
	list-style: none;
	padding: 0 2em 0 2em;
	color: #ff9933;
	}

#content {

	margin: 0 0 0 30px;
        float: left;
}

#info_left{
	
	float: left;
	display: inline;
	width: 350px;
	margin: 20px 30px 20px 20px;
	
	}
	
#info_left dl{
	
	float: left;
	clear: both;
	
	}
	
#info_right{
	
	float: left;
	display: inline;
	width: 350px;
	margin: 20px 0 20px 0;
	
	}
	
#info_right h1{
	
	margin: 0 0 0 0;
	
	}
	

h2{
	color: #ffcc66;
	font-size: 16px;
	}
	
h3{
	margin: 0 0 0 20px;
	font-size: 12px;
	font-style: italic;
	}
	
.quote {
	
	float: left;
    clear: both;
	font-size: 1.2em;
	font-style: italic;
	padding: 0;
	width: 700px;
	margin: 0 0 20px 0;
	}
	
.thumbs {
	float: left;
	display: inline;
        clear: top;
	width: 150px;
	margin: 0 0 0 50px;
	padding: 20px 20px 20px 20px;
	}
	
.banner{
	
	float: left;
	display: inline;
        clear: both;
	margin: 20px 150px 0 100px;
	width: 550px;
	font-weight: bold;
	
	}

.banner img{

        width: 550px;

}

.poster_main{

       margin: 0 0 20px 115px;
	
	}
	
.poster_thumbs{
	
        clear: both;
        width: 150px;
	margin: 50px 0 0 0;
	
	}
	
.truth_thumbs li{
	
	float: left;
	clear: bottom;
	height: 100px;
	margin: 50px 5px 20px 5px;
	
	}
	
.truth_thumbs{
	
	margin: 0 65px 0 85px;
	
	}

.photo{

     margin: 0 0 20px 160px;

}