/* --------------generic-------------- */
html {
	min-height: 100%;
}

body {
	background: url('images/footer.jpg') bottom left repeat-x;
        font-family: "Arial", Tahoma, Verdana, Helvetica, sans-serif;
        margin: 0;
        padding: 0;
}

a:link, a:visited, a:active {
        color: #e5f048;
        text-decoration: none;
        font-weight: bold;
		outline: 0;
}

a:hover {
        color: #c3f612;
        text-decoration: underline;
}

h1, h2 {
	font-family: "Georgia", Times New Roman, Times, serif;
	color: #7B4F26;
}

h3, h4, h5, h6 {
	color: #936C3D;
}

#container {
	width: 960px;
	min-height: 100%;
	height: auto;
	padding: 0 0 125px 0;
	margin: 0 auto;
}

#head {
	background: url('images/header.jpg') no-repeat top center;
        width: 960px;
        height: 258px;
}

#navi {
	width: 620px;
	height: 32px;
	padding: 185px 0 0 18px;
}

#navi ul {
	padding: 0;
	margin: 0;
}

#navi li {
	list-style-type: none;
	display: inline;
	width: 145px;
	height: 30px;
	padding: 2px 5px 0 0;
}

#navi img{
	width: 145px;
	height: 30px;
	border: 0;
}

#navi a:hover{
	border-bottom: 1px solid #c3f612;
}

#content {
	width: 920px;
	margin: 0 auto;
	padding: 0;
}


#services {
	width: 610px;
	padding: 0;
	margin: 0;
	color: #78A50F;
}

.service {
	width: 296px;
	height: 195px;
	margin: 0 5px 10px 0;
}

#printing {
	list-style-type: none;
	display: inline;
	margin: 0px;
	padding: 0px;
}

#printing a{
	display: block;
	width: 200px;
	font-size: 1.5em;
	font-weight: normal;
	color: #CCCC44;
}

#printing a:hover{
	text-decoration: none;
	background: #F9F1E0;
	color: #78A50F;
}

#who {
	margin: 0;
	padding: 20px 0 150px 0;
	float: right;
	width: 300px;
	color: #78A50F;
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
}

/* --------------footer-------------- */


#footer {
	text-align: center;
	clear: both;
	width: 960px;
	margin: 0 auto;
	padding: 0 0 20px 0;
}

.sitemap {
	color: #977E23;
	font-size: 0.85em;
}

.copyright {
	padding: 0;
	margin: 0;
	color: #B8B07A;
	font-size: 0.80em;
}
