body 	{
        	background: #000;
	}


#map 	{
        	position:absolute;
        	top:0px;
        	left:0px;
	}


#content {
        	position:absolute;
        	top:200px;
        	left:315px;
        	width:400px;
        	overflow:auto;
        	font-family: 'Tahoma', 'Lucida Sans Unicode', Arial, sans-serif;
        	font-size: 8pt;
	letter-spacing: 2px;
       	color:#AAA;
        	text-align:justify;
	}

a {
        	color:#B6D2E1;
        	text-decoration:none;
 	font-family: 'Tahoma', 'Lucida Sans Unicode', Arial, sans-serif;
        	font-size: 7pt;
	text-transform: uppercase;
	font-weight:bold;
}

a:visited {
         	color:#B6D2E1;
         	text-decoration:none;
	font-family: 'Tahoma', 'Lucida Sans Unicode', Arial, sans-serif;
        	font-size: 7pt;
	text-transform: uppercase;
	font-weight:bold;
}

a:hover {
         	color:#FFF;
         	text-decoration:none;
	font-family: 'Tahoma', 'Lucida Sans Unicode', Arial, sans-serif;
        	font-size: 7pt;
	text-transform: uppercase;
	font-weight:bold;
}

a img {
         	border:0px;
}

h2 {
        	color: #CCC;
        	font: 12pt 'Georgia', 'Lucida Sans Unicode', tahoma, sans-serif;
        	letter-spacing: 5pt;
        	text-transform:uppercase;
        	font-weight:normal;
        	margin-bottom:8px;
	padding-bottom: 3px;
        	border-bottom:1px solid #222;
}

h3 {
        	color: #CCC;
        	font: 12pt 'Times New Roman', 'Lucida Sans Unicode', tahoma, sans-serif;
        	letter-spacing: 5pt;
        	text-transform:uppercase;
        	font-weight:normal;
        	margin-bottom:8px;
	padding-bottom: 3px;
        	border-bottom:1px solid #222;
}

input, textarea, option, select {
	background-color: #111;
             border:1px solid #333;
	font-family: 'Verdana', 'Lucida Sans Unicode', Arial, sans-serif;
             font-size: 9pt;
             color:#AAA;
	letter-spacing: 1px;
	padding:3px;
	margin:3px;
}
