html, body, #container { min-height: 100%; width: 100%; height: 100%;}/*footer*/
html>body, html>body #container { height: auto; top: 0; left: 0;}/*footer*/
html>body #container {height: auto;}

a: {
	text-decoration: none;
}
a:link {
	text-decoration: none;
	color: #CCCCCC;
}
a:visited {
	text-decoration: none;
	color: #CCCCCC;
}
a:active {
	text-decoration: none
}
a:hover {
	color: #FFFFFF;
	border-bottom: thin solid #FF3300;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	background-image: url(images/menu.gif);
	background-repeat: repeat-y;
	padding: 0px;
	margin: 0px;
}

#container {
	position: absolute;
	voice-family: "\"}\"";
	voice-family: inherit;
	background-repeat: repeat-x;
	background-position: top;
	background-image: url(images/head1.gif);
	}
	
#content h1 {
	font:22pt Arial, Helvetica, sans-serif;
	}

#content {
	right: 150px;
	border: 1px solid #FF3300;
	background-color: #FFfff0;
	padding: 10px 10px 25px 25px;
	margin: 20px 240px 40px 200px;
	font: 11pt "Times New Roman", Times, serif;
}
#content a:link, #content a:visited, #content a:hover {
	color: #000099
		}
#header {
	height: 160px;
	background-image: url(images/car.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

#header h1 span{
	visibility:hidden;
}
#menu {
	float: left;
	background-color: #666666;
	color: #CCCCCC;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	margin: 10px 10px 10px -20px;
}
#menu li{
	border-top: thin solid #FF3300;
	padding-bottom: 10px;
}
#gallery{
	float: right;
	margin: 10px 10px 10px 0px;
	padding: 0px;
}
#footer {
	clear: both;
	bottom: 0;
	left: 0;
	border: none;
	width: 100%;
	background-color: #ff3300;
	font: 10px "Times New Roman", Times, serif;
}
/* hide from Mac IE5 */
/* \*/
#footer {position: absolute; }
/* */

/* Change in Opera 5+ (and some others) */
html>body div#footer {
    position: static;
}/*footer*/

/* Change back in everything except Opera 5 and 6, still hiding from Mac IE5 */
/* \*/
head:first-child+body div#footer {
    position: absolute;
}/*footer*/
