body 
	{
        margin: 0px;
        padding: 0px;
        color: black;
        background-color: white;
	font-family: Palatino, serif;
        }

#banner
	{
	width: 800px;
	height: 2em;
	margin-left: auto;
	margin-right: auto;
	}

h2
	{
	line-height: 18px;
	}

#touareg
	{
	height: 342px;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 100px;
	background-image:url('../images/touareg.jpg');
	background-repeat:no-repeat;
	}

#nav
	{
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	line-height: 8px;
	}

#nav a:link, #nav a:visited
	{
	color: #b7b7b7;
	text-decoration: none;
	}

#nav a:hover, #nav a:active
	{
	color: black;
	text-decoration: none;
	}

