/* CSS Document */

/* Wanzer Garage - October 2007 */

body {
	background-color: #538746;
	margin: 0px;
	padding: 0px;
    }
    
#header {
	background-image: url(graphics/header-bg.jpg);
	background-position: 0 0 0 0;
	background-repeat: repeat;
	height: 190px;
	width: 100%
	}
	
#footer {
	/* background-image: url(graphics/footer-grid.jpg);
	background-position: right bottom;
	background-repeat: no-repeat; */
	height: 18px;
	width: 100%
	font-family: arial, helvetica, sans-serif;
	font-size: 70%;
	color: #000000;
	text-align: left;
    letter-spacing: 0.0125em;
	}

#content {
	background-image: url(graphics/header-bottom.jpg);
	background-position: 0 0 0 0;
	background-repeat: no-repeat;
	width: 100%
	}
    
#content_menu {
	background-color: #7D9D6E;
	background-image: url(graphics/menufoot.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	width: 110px;
	height: 100%;
	padding: 10px 10px 10px 10px;
	text-align: left;
	line-height: 150%;
	font-family: arial, helvetica, sans-serif;
	font-size: 70%;
	color: #000000;
	text-align: left;
    letter-spacing: 0.0125em;
	}

#content_body {
	background-color: #7D9D6E;
	background-image: url(graphics/bodyfeet.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	width: auto;
	height: 100%;
	padding: 10px 10px 10px 10px;
	font-family: arial, helvetica, sans-serif;
	font-size: 70%;
	color: #000000;
	text-align: left;
    letter-spacing: 0.0125em;
	}
	
a:link {
	color: #D8E9D5;
	}
	
a:visited {
	color: #D8E9D5;
	}
	
a:active {
	color: #1B4A10;
	}
	
a:hover {
	color: #1B4A10;
	}