body {
	background-color: rgb(255,255,255);
	background-image: url("img/bodybg_foto.jpg");
	background-repeat: no-repeat;
	position: absolute;
	top: 0px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	font-family: monospace;
	}
body h1.title {
	position: absolute;
	top: 40px;
	left: 50px;
	width: 180px;
	text-align: right;
	font-family: times new roman, times, serif;
	font-size: 22px;
	color: rgb(200,0,0);
	font-weight: normal;
	}
body h1.title img {
	border: 0px solid rgb(255,200,2);
	}
#temp {
	width: 300px;
	height: 960px;
	background-image: url("img/bodybg.gif");
	background-repeat: repeat-y;
	}
a {
	color: rgb(200,0,0);
	text-decoration: none;
	}
a:hover {
	color: rgb(200,0,0);
	text-decoration: underline;
	}
a:visited {
	color: rgb(150,0,0);
	}
#topnav {
	position: absolute;
	top: 90px;
	left: 20px;
	width: 210px;
	font-size: 12px;
	text-align: right;
	z-index: 5;
	}
#topnav a {
	color: rgb(230,100,10);
	text-decoration: none;
	}
#topnav a:hover {
	color: rgb(230,230,230);
	text-decoration: none;
	}
#topnav .selected {
	color: rgb(255,255,255);
	}
#topnav span {
	font-size: 12px;
	display: block;
	line-height: 14px;
	border-bottom: 1px solid rgb(200,100,0);
	border-top: 1px solid rgb(200,100,0);
	}
#sidebar {
	width: 210px;
	position: absolute;
	top: 225px;
	left: 20px;
	font-size: 12px;
	font-family: monospace;
	text-align: right;
	}
#sidebar h2 {
	font-size: 12px;
	line-height: 12px;
	margin: 0px;
	padding: 2px;
	font-family: monospace;
	font-weight: bold;
	background-image: url("img/h2.jpg");
	background-repeat: repeat-x;
	border-top: 1px solid rgb(230,100,10);
	border-left: 1px solid rgb(230,100,10);
	border-right: 1px solid rgb(230,100,10);
	}
#sidebar p {
	margin: 0px;
	margin-bottom: 5px;
	padding-left: 2px;
	padding-right: 2px;
	padding-bottom: 5px;
	padding-top: 0px;
	background-color: rgb(255,255,255);
	border-bottom: 1px solid rgb(230,100,10);
	border-left: 1px solid rgb(230,100,10);
	border-right: 1px solid rgb(230,100,10);
	}
#time {
	font-size: 25px;
	text-align: center;
	font-family: monospace;
	font-weight: normal;
	color: rgb(250,230,230);
	visibility: visible;
	}
#timeContainer {
	position: absolute;
	top: 15px;
	left: 330px;
	width: 500px;
	font-size: 25px;
	text-align: center;
	font-family: monospace;
	font-weight: normal;
	color: rgb(250,230,230);
	}
#content {
	position: absolute;
	top: 55px;
	left: 330px;
	width: 500px;
	font-family: verdana, arial, sans-serif;
/*	border: 1px solid rgb(200,200,200); */
	}
#content p em {
	color: rgb(200,50,0);
	}
#content p {
	border-left: 1px solid rgb(200,200,200);
	border-right: 1px solid rgb(200,200,200);
	border-bottom: 1px solid rgb(200,200,200);
	padding: 10px;
	margin: 0px;
	margin-bottom: 10px;
	}
#content h3 {
	border-left: 1px solid rgb(200,200,200);
	border-right: 1px solid rgb(200,200,200);
	border-top: 1px solid rgb(200,200,200);
	}
#content h1, h2, h3 {
	margin: 0px;
	padding: 2px;
	font-size: 12px;
	}
#content h1 {
	margin-bottom: 13px;
	}
#content h1, h2 {
	background-image: url("img/h2.jpg");
	background-repeat: repeat-x;
	}
#content h3 {
	background-image: url("img/h3.jpg");
	background-repeat: repeat-x;
	clear: both;
	}
#content img {
	float: left;
	margin: 5px;
	}
#places_position {
	border: 1px dashed rgb(200,100,0);
	position: relative;
	top: 130px;
	left: 230px;
	width: 40px;
	height: 40px;
	}