/* CSS Document */

html, body { height:100%; }
body {
	padding:0;
	margin:0;
	background-color:#333;
	color:#fff;
	font-size:62.5%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/*font-family: Times New Roman, Times, serif;*/
	}

/* LVHA */
a { text-decoration: none; }
a:link 	  { color:#fff; }
a:visited { color:#fff; }
a:hover   { color:#ED9121; }
a:active  { color:#fff; }

#footer a { color:#333; }

h1	{
	margin:0;
	font-size:20px;
	color:#666;
	}
h2,h3,h5 { font-size:14px; color:#ED9121; }
img { border: 2px solid #333; }
img.worldmap { border: 2px solid #ED9121; }

#map {
	position:relative;
	margin:0 auto;
	top:0px;
	width:800px;
	height:600px;
	text-align:center;
	color:#000;
	border:0px solid #ED9121;
	}
#map a { color:#000; }
#infowindow {
	color:#00f;
	}
.info_city a { color:#00f; font-size:2em; }
.info_years { }

#wrapper {
	position:relative;
	margin:10px auto;
	padding:2px;
	width:804px;
	background-color:#333;
	border:1px solid #ED9121;
	height:100%;
	voice-family: "\"}\"";
	voice-family: inherit;
	height: auto;
	}
html>body div#wrapper { height: auto; }

div#header,div#footer {
	text-align:center;
	color:#666;
	background-color:#ED9121;
	}
div#header {
	margin-right:0px;
	/*font-size: 20px;*/
	font-weight:bold;
	border-bottom: 2px solid #333;
	}
* html div#header { height:20px; margin-right:-2px;}

div#personal_info,div#main { background-color:#666; }
div#personal_info {
	padding-top:5px;
	text-align:center;
	}
* html div#personal_info { margin-right:-2px;}

div#main { padding: 10px 10px 0 10px; }

span.u { text-decoration:underline; }
div#update { text-align:right; }
div#menu_top,div#menu_bottom { text-align:center; background-color:#333; }
div#footer {
        font-size:1.2em;
        border-top:2px solid #333;
	}
* html div#footer { margin-right:-2px;}
