body {
	background-color: #D8F2FF;
	background-image: url(/design/headbg.jpg);
	background-repeat: repeat-x;
	font-family: Verdana;
	font-size: 10pt;
	margin: 0;
	padding: 0;
    color: #080437;
}

h1, h2, h3, h4, h5 {
    font-family: "Courier New", Courier, mono;
}

h1 {
    color: #01003c;
    font-size: 18pt;
}

h2 {
    color: #e2494c;
    font-size: 16pt;
    margin-left: 30px;
}

h3, h4, h5 {
    color: #e2494c;
    font-size: 14pt;
    margin-left: 30px;
}

#content p {
    margin-left: 60px;
    margin-right: 180px;
}

#content ul {
    margin-left: 40px;
    margin-right: 180px;
}

#content table {
    margin-left: 60px;
    margin-right: 180px;
}

#navigation {
	font-family: "Courier New", Courier, mono;
	font-size: 11pt;
	font-weight: bold;
	color: white;
	width: 780px;
	height: 55px;
	text-align: center;
}

#content img.foto {
    border: 2px solid #01003c;
    float: right;
    margin: 0 40px 0 8px;
}

#navigation a {
	text-decoration: none;
	color: white;
}

#navigation ul {
	margin: 5px 0 0 0;
	padding: 0;
	border: 0;
	list-style: none;
}

#navigation ul li {
	display: block;
	float: left;
	margin: 0;
	padding: 10px 20px;
	border: 0;
	
}

#navigation ul li.active {
    color: #e2494c;
}

#container {
	width: 800px;
	background-image: url(/design/contentbg.jpg);
	background-repeat: repeat-y;
}

#logo {
	width: 800px;
	height: 200px;
	background-image: url(/design/logo.jpg);
	background-repeat: no-repeat;
}

#content {
	position: relative;
	top: -50px;
	text-align: left;
	margin: 0 60px 10px 60px;
}

#footer {
	width: 800px;
	height: 40px;
    clear: both;
	background-image: url(/design/foot.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
}

