body {background: #1c0f05; color: #FFF; font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif; font-size: }

#Container {
	width: 950px;
	margin: 10px auto;
	padding: 0;
}

#Header {width: 950px; height: 130px; background: url(../img/Header.jpg) no-repeat 0 0;}
#Header #Lang  {padding: 10px;}
#Header #Lang  img {float: right; margin: 0 5px;}

	/*
	MENU------------------------------------- */
#Nav {width: 950px;	height: 40px; background-position: 0 0; background-repeat: no-repeat;}
	.NavHome {background: url(../img/Home.jpg);}
	.NavCar {background: url(../img/Car.jpg);}
	.NavMail {background: url(../img/Mail.jpg);}

#Nav a, #Nav a:active {position: absolute; width: 95px; height: 18px; display: block; color: #FFF; text-decoration: none; padding: 7px 0 0 35px;}
	#Nav a:hover {color: #FFF; text-decoration: underline;}
	#Nav a#Home {margin-left: 495px;}
	#Nav a#Car {margin-left: 645px;}
	#Nav a#Mail {margin-left: 795px;}
	.NavHome a#Home, .NavCar a#Car, .NavMail a#Mail  {font-weight: bold; color: #ae9f57;}

#Content {
	background: url(../img/ContentBkgnd.jpg) repeat-y 0 0;
	padding: 10px;
}

#gallery {margin-left: 10px;}
#map {width: 600px; height: 400px; margin-left: 10px; overflow: hidden;}

#Desc {width: 310px; float: right;}
#Desc2 {width: 450px; float: right;}

#Info {font-size: 11px; font-weight: bold; color: #ae9f57;}

#Footer {width: 950px; height: 35px; background: url(../img/Footer.jpg) no-repeat 0 0;}
p#Copyright { color: #AE9D55; height: 20px; line-height: 20px; margin: 15px 0 0; position: absolute; text-align: center; width: 950px; }
p#Copyright a { color: #AE9D55; }

h1,h2,h3 { 
	color: #ae9f57; 
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; 
	font-weight: bold;
	margin: 0 10px 10px;
}

h1 { font-size: 14px; }
h2 { font-size: 12px; }
h3 { font-size: 11px;  }

p  { font-size: 11px; text-align: justify; margin: 0 10px 15px;}
form p {font-weight: bold;}
a {font-size: 11px;}

input, textarea {width: 400px; background-color: #6a4c29; border: 1px solid #ae9f57; color: #FFF; font-size: 11px;}
input.button {width: auto; padding: 3px; font-weight: bold;}

.small {font-size: 10px;}