@charset "UTF-8";

@media screen, projection {

body {
	margin: 0px;
	padding: 0px;
	background-image: url(../images/bg-body.png);
	background-position: top;
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

img, a {
	border: none;
}

a {
  color: #000;
}

.invisible {
	display: none;
}

/* ** ** HEADER ** ** */
div.header {
	width: 780px;
	height: 301px;
	margin: auto;
	padding-left: 90px;
	padding-right: 90px;
	background-image: url(../images/header.jpg);
}

div.header ul {
	margin: 0px;
	padding: 0px;
	padding-top: 255px;
}

div.header ul li {
	display: inline-block;
	height: 28px;
	line-height: 32px;
	width: 124px;
	margin-left: 6px;
	text-align: center;
	color: #FFFFFF;
	background-image: url(../images/bg-navitem.png);
}

div.header ul li a {
	color: #FFFFFF;
	text-decoration: none;
}

/* ** ** CONTENT ** ** */
div.content {
	width: 780px;
	margin: auto;
	padding-left: 90px;
	padding-right: 90px;
	padding-top: 10px;
	background-image: url(../images/bg-content.png);
	background-position: bottom;
	color: #58585A;
}

div.content h1 {
	margin: 0px;
	padding: 0px;
	line-height: 13px;
	padding-left: 15px;
	font-weight: normal;
	font-size: 13px;
	background-image: url(../images/bg-headline.png);
	background-repeat: no-repeat;
	background-position: left top;
}

div.content img.separator {
	margin-top: 10px;
}

/* ** ** FOOTER ** ** */
div.footer {
	width: 960px;
	height: 70px;
	margin: auto;
	margin-bottom: 15px;
}

div.footer li {
  display: inline-block;
}

div.footer li.first {
  margin-right: 10px;
}