* {
	margin: 0;
	padding: 0;
}

body {
	background: url(images/background.jpg) left top repeat-x #C0C0C0;	
	font: 76% Arial, Helvetica, sans-serif;
}

h1.header{
	width: 870px;
	height: 130px;
	background: url(images/backgroundHeader.jpg) left 20px no-repeat;
	text-indent: -9999px;
	padding: 20px 0 13px 0;
	text-align: left;
	margin: 0 auto;
}

h1 a {
	width: 260px;
	height: 130px;
	display: block;
	text-indent: -9999px;
	outline: none;
}

#container {
	margin: 0 auto;
	width: 945px;
	background: transparent;
}

#containerTop {
	width: 100%;
	height: 17px;
	background: url(images/backgroundContainerTop.gif) center top no-repeat transparent;
}

#containerCenter {
	width: 100%;
	background: url(images/backgroundContainerCenter.jpg) center top repeat-y #0B202F;
}

#containerCenterLeft {
	width: 230px;
	padding: 0 0 5px 0;
	float: left;
}

#foto {
	width: 210px;
	padding: 0 10px 10px 0;
	margin: 0 0 0 10px;
	border: dotted #273742;
	border-width: 0 0 1px 0;
}

#foto img { 
	max-width: 204px;
	border: 2px solid #273742;
}

#navigation li { 
	list-style: none;
	width: 220px;
	padding: 1px 0 1px 0;
	margin-left: 10px;
	border: dotted #273742;
	border-width: 0 0 1px 0;
}

#navigation li a {
	width: 195px;
	padding: 6px 0 5px 25px;
	display: block;
	color: #FFF;
	background: url(images/backgroundNavigation.jpg) left -2px no-repeat #0B202F;
	text-decoration: none;
	outline: none;
}

#navigation li a:hover, #navigation li a.active {
	background: url(images/backgroundNavigationHover.jpg) left -2px no-repeat #FFF;
	color: #0B202F;
}

#containerCenterRight {
	width: 705px;
	float: left;
}

#content h1, #content h2, #content h3 {
	color: #2D5BA7;
	margin: 9px 14px 2px 15px;
	padding: 5px 0 7px 0;
	letter-spacing: 0.01em;
	line-height: 20px;	
	font-size: 24px;
	font-weight: bold;
background: transparent;
}

#content {
	text-align: justify;
	margin: 0 14px 2px 15px;
	padding: 5px 0 7px 0;
	letter-spacing: 0.01em;
	line-height: 20px;
	border-bottom: 1px solid #DDD;
}

#content p a {
	color: #2D5BA7;
	text-decoration: none;
}

#content p a:hover {
	text-decoration: underline;
}

#containerBottom {
	width: 100%;
	height: 17px;
	background: url(images/backgroundContainerBottom.gif) center bottom no-repeat transparent;
}

#footer {
	width: 910px;
	margin: 0 auto;
	padding: 20px 0 30px 0;
	text-align: center;
	color: #0B202F;
	font-weight: bold;
	line-height: 25px;
}

#footer a {
	color: #2D5BA7;
	text-decoration: none;
	font-weight: bold;
}

#footer a:hover {
	text-decoration: underline;
	font-weight: bold;
}

#content ul {
margin-left: 20px;
}