body, body * { margin: 0px; padding: 0px; }

body {

	background: #222 url(graphics/bg.png) repeat top center;

}

#title {

	background: transparent;
	width: 800px;
	height: 300px;
	margin: 50px auto;
	text-align: center;

}	#title p span { display: none; }

#main {

	width: 800px;
	margin: 0px auto;

}

@font-face {
    font-family: "Titilllium";
    src: url(graphics/TitilliumText22L001.otf) format('opentype');
}

@font-face {
    font-family: "Titilllium";
    src: url(graphics/TitilliumText22L004.otf) format('opentype');
    font-weight: bold;
}

	#main div.intro {

		background: #000;
		background: rgba(0, 0, 0, .3);
		line-height: 1.4em;
		clear: both;
		
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
		
		-webkit-box-shadow: 0px 0px 10px #333;
		-moz-box-shadow: 0px 0px 10px #333;
		box-shadow: 0px 0px 10px #333;
		
		-webkit-box-shadow: 0px 0px 10px rgba(255, 255, 255, .1);
		-moz-box-shadow: 0px 0px 10px rgba(255, 255, 255, .1);
		box-shadow: 0px 0px 10px rgba(255, 255, 255, .1);
		
		color: #eee;
		margin: -80px 0 0 0;
		padding: 45px 20px 20px 20px;
		font-size: 10pt;
		text-align: left;
	}
	
	#main div.intro p {

		font: normal 10pt "Titilllium", "Helvetica Neue", Helvetica, Arial, sans-serif;
		line-height: 1.5em;		
		
	}
	
		#main div.intro p strong {

			font-weight: bold;
		
		}

	
		#main div.intro p.leftcolumn {
			float: left;
			width: 420px;
			font-size: 13pt;
			line-height: 2em;
			font-weight: 100;
		}
		
		#main div.intro p.rightcolumn {
			float: right;
			padding-top: 4px;
			width: 300px;
		}
		
		#main div.intro br { clear: both; }
	
	#main p.footer {

		background: #F5FBFF url(footer_bgd.jpg) no-repeat top center;
		line-height: 1.35em;
		clear: both;
		color: #4E5F6B;
		margin: 80px 0 0 0;
		padding-bottom: 35px;
		font-size: 10pt;
		text-align: left;
	}
	
	#main p img#car {
		margin: -80px 30px 0 -60px;
	}

	div.author {

		width: 100%;
		background: transparent url(graphics/yellowlines.png) top center repeat-x;
		font: normal 8pt "Titilllium", "Helvetica Neue", Helvetica, Arial, sans-serif;
		color: #eee;
		margin: 20px 0 40px 0;
		padding-top: 70px;

	}
		
		div.author p {
			width: 800px;
			padding-left: 40px;
			margin: 0px auto;
		}

#adverts {

	background: #000;
	padding: 10px;
	margin: 20px 0 0 0;
	width: 780px;

	font: normal 8pt "Titilllium", "Helvetica Neue", Helvetica, Arial, sans-serif;
	
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	
	-webkit-box-shadow: 0px 0px 10px #333;
	-moz-box-shadow: 0px 0px 10px #333;
	box-shadow: 0px 0px 10px #333;
	
	-webkit-box-shadow: 0px 0px 10px rgba(255, 255, 255, .1);
	-moz-box-shadow: 0px 0px 10px rgba(255, 255, 255, .1);
	box-shadow: 0px 0px 10px rgba(255, 255, 255, .1);

}

a { color: #eee; font-weight: bold;}

