body {
	background:
		#fff
		url(../images/bg.png)
		repeat-x;
	padding:0;
	margin:0;
	font-family: 'Trebuchet MS', Verdana, Arial, sans-serif;
	color:#000;
	font-size:12px;
}

a:link, a:visited {
	text-decoration:none;
	color:#333;
	font-size:12px;
	font-weight:normal;
}

a:hover, a:active {
	text-decoration:underline;
	color:#8f6c31;
	font-size:12px;
}

p {
	margin:10px 0;
}

ul {
	margin-top:10px;
	margin-bottom:10px;
}

h2 {
	color:#f00;
	font-size:24px;
	font-weight:normal;
	margin-bottom:20px;
	margin-top:0px;
	letter-spacing:-1px;
}

h3 {
	color:#f00;
	font-size:18px;
	font-weight:normal;
	margin-bottom:20px;
	margin-top:0px;
	letter-spacing:-1px;
}

hr {
	height:1px;
	background-color:#b2735a;
	color:#b2735a;
	border:0;
	margin:0;
}

table {
	font-size:12px;
}

form {
	margin:0;
	padding:0;
}

.header {
	background:
		transparent
		url(../images/car.jpg)
		no-repeat
		top right;
	height:235px;
}

#languages { 
	color:#fff;
	margin:12px 15px 0 50px;
}



#menu {
	padding:50px 100px 100px 0px;
	line-height:32px;
}

#menu a:link, #menu a:visited {
	color:#555;
	text-decoration:none;
	display:block;
	margin-left:30px;
	font-size:14px;
}

#menu a:hover, #menu a:active {
	color:#999;
	text-decoration:none;
}

#slogan {
	position:absolute;
	top:200px;
	left:30px;
	font-size:18px;
	color:#777;
}


.main{
	background:
		transparent
		url(../images/content_bg.gif)
		no-repeat
		bottom right;
	margin-top:-30px;
}

.copyright {
	color:#777;
}
