html	{
	background: url(images/bg.png);
}

body	{
	text-align: center;
	font-family: helvetica, arial, sans-serif;
	font: 100%;
}

a	{
	text-decoration: none;
	color: #666666;
}

a:hover	{
	text-decoration: underline;
}

a.selected	{
	font-weight: bold;
}

p	{
	color: #333333;
	line-height: 20px;
}

h2	{
	font-weight: normal;
	color: #666666;
	font-size: 27px
}

li	{
	list-style: none;
}

#container	{
	margin: auto;
	width: 922px;
	text-align: left;
	background: url(images/bg_big.jpg) no-repeat;
}

#nav	{
	background: url(images/navbar_bg.png) repeat-x;
	overflow: hidden;
	height: 62px;
	margin: 0 0 6px 0;
	padding: 0 0 0 31px;
}

#nav li	{
	float: left;
	line-height: 62px;
}

#nav li a	{
	border-right: 1px solid #ffffff;
	padding: 0 1.1em;
	color: white;
}

#nav li a.first	{
	padding-left: 0;
}

#banner	{
	height: 276px;
	background: url(images/header_pieno.png) no-repeat 0 0;
	position: relative;
	z-index: 2;
	margin-bottom: -1.6em;
}

#banner h1	{
	margin-left: 247px;
	margin-bottom: 55px;
	margin-top: 5px;
	text-indent: -9999px;
	width: 313px;
	height: 51px;
}


#banner p	{
	margin-right: 130px;
	margin-left: 247px;
	color: #ffffff;
	font-size: 18px;
	margin-top: .8em;
}

#main	{
	position: relative;
	background: url(images/main_bg.png) repeat-y;
	padding-bottom: 4em;
}

#secondary	{
	float: left;
	width: 200px;
	padding-top: 2em;
}

#secondary ul	{
	padding: 0 0 0 31px;
	margin: 6px 0 0 0;
}

#secondary a	{
	color: #666666;
}

#secondary a:hover	{
	color: #592d1b;
	text-decoration: none;
}

#secondary a.selected	{
	color: #592d1b;
}

#secondary li	{
	font-weight: bold;
	padding: 15px 0 11px 0;
	margin-right: 30px;
}

#primary	{
	margin-left: 200px;
}

#primary h2	{
	padding: 46px 0 15px 0;
	margin-left: 46px;
	margin-right: 57px;
	border-bottom: 2px dotted #e0ddcd;
}

#primary p	{
	padding-left: 46px;
	padding-right: 57px;
}

div#footer {
	padding: 70px 0 90px 0;
	text-align: center;
	background:url(images/footer.jpg) no-repeat;
	background-repeat:no-repeat;
	background-position:bottom;
}
