/* $Id: home.css 548 2007-12-31 11:58:48Z Simon Wunderlin $ */

@CHARSET "UTF-8";

body {
	background-image: url(images/home-bg.png);
	background-repeat: no-repeat;
	background-position: top center;
	background-color: #f1f1f1;
	z-index: 3;
	font-family: sans, sans serif, arial, helvetica;
	font-size: 85%;
}

body {
	text-align: center;
}

div#container {
	text-align: left;
	padding-top: 170px;
	margin-left: auto;
	margin-right: auto;
	width: 780px;
}

#head {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	text-align: center;
	/*background-color: #004b84; */
	height: 164px;
	z-index: 2;
	
	background-image: url(images/home-head-bg.png);
}

#head, #head img {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	border: 0px solid none;
}

/*#nav {
	display: block;
	position: absolute;
	top: 140px;
	left: 0;
	width: 100%;
	text-align: center;
	z-index: 10;
	font-size: 0.9em;
} */

#nav a, #nav a:link, #nav a:visited  {
	font-weight: bold;
	text-decoration: none;
	color: black;
}

/* #nav a:hover  {
	text-decoration: underline;
	color: blue;
} */

body {
	background-image: url(images/bg.png);
	margin-top: 0px;
}
#head {background-image: url(images/bg-head-side.png);}
#nav a {
	background-image: url(images/button-130.png);
}

