html,body {height:101%;}

body {
	margin:0;
	padding:0;
	font-family:"Trebuchet MS",Tahoma,Verdana;
	font-size:12px;
	color:#fff;
	background-color:#000;
}

.home {
	background-image:url("/images/bg.jpg");
	background-repeat:repeat-x;
}
.page {
	background-image:url("/images/page-bg.jpg");
	background-repeat:repeat-x;
}

h1 {
	font-size: 20px;
	color:#ca4301;
	background-color: transparent;
	padding:8px 0px;
	letter-spacing:1px;
}

h2 {
	font-size: 14px;
	color:#ca4301;
	background-color: transparent;
}

h3 {
	font-size: 12px;
	color:#ca4301;
	background-color: transparent;
}

h4 {
	font-size: 11px;
	color:#ca4301;
	background-color: transparent;
}

#page {
	width:550px;
	margin: 0 auto;
}
#logo {
	margin-top:20px;
	height:70px;
}
#menu {
	height:20px;
	color:#ca4301;
	letter-spacing:1px;
	text-align:center;
}
#menu a {
	color:#ca4301;
	text-decoration:none;
}
#menu a:hover {
	color:#ed6f31;
}
#front-page-car {
	height:260px;
	margin-top:20px;
}
#front-page-content {
	color:#000;
	padding:0px 20px 20px 20px;
	text-align:justify;
	line-height:20px;
}
#page-content {
	color:#fff;
	background-color:#000;
	padding:20px 20px 300px 20px;
	text-align:justify;
	line-height:20px;
}

#page-content img {
	padding:2px;
	border: 1px solid #ca4301;
}

a:link, a:visited, a:active {
	text-decoration: underline;
	color:#ffffff;
	background-color: transparent;
	outline: none;
}

a:hover {
	color:#444444;
	background-color: transparent;
	text-decoration: none;
}


#footer {
	margin:30px auto;
	padding-bottom:20px;
	width:510px;
	font-size:10px;
	color:#666666;
	background-color: transparent;
	text-align:center;
}

#footer a:link, #footer a:visited, #footer a:active {
	text-decoration: none;
	color:#666666;
	background-color: transparent;
	outline: none;
}
#footer a:hover {
	color:#ca4301;
	background-color: transparent;
}





.galleryimage {
	width:200px;
	height:200px;
	float:left;
	margin:10px 25px;
	text-align:center;
}
.galleryimage img {
	padding:2px;
	border: 1px solid #ca4301;
}
.imagetitle {
	font-size:12px;
	line-height:14px;
	padding-top:4px;
}






