
body	 {
	background: #EEE;
	background-image: url("http://fan.lucid-star.net/eclipse/bg.jpg");
        	background-repeat: repeat-y;
	font-family: 'Tahoma', 'Lucida Sans Unicode', Arial, sans-serif;
	font-size: 10pt;
	margin: 0;
  	padding: 0;
        	color:#000;
	}


#map	{
	position: absolute;
	top: 0px;
	left: 0px;
	}



#content {
	position: absolute;
	top: 375px;
	left: 325px;
	border: 0px solid #000;
	width: 385px; 
	padding: 5px;
	text-align:left;
	}

#sidebar {
	position: absolute;
	top: 310px;
	left: 5px;
	border: 0px solid #000;
	width: 263px; 
	padding: 5px;
	text-align:justify;
	}

#welcome {
	position: absolute;
	top: 130px;
	left: 5px;
	border: 0px solid #000;
	width: 263px; 
	padding: 5px;
	text-align:justify;
	}



strong, b	 {
        	font-family: 'Georgia', 'Lucida Sans Unicode', Arial, sans-serif;
	font-size: 9pt;
        	font-weight:bold;
        	font-style: italic;
	color: #4C5B74; 
	text-decoration: none; 
	letter-spacing:2px;
	}

i	{
        	font-family: 'Georgia', 'Lucida Sans Unicode', Arial, sans-serif;
	font-size: 9pt;
        	font-weight:normal;
        	font-style: italic;
	color: #4C5B74; 
	text-decoration: none; 
	letter-spacing:2px;
	}


a 	{
        	font-family: 'Georgia', 'Lucida Sans Unicode', Arial, sans-serif;
	font-size: 9pt;
        	font-weight:normal;
        	font-style: italic;
	text-transform: lowercase;
	color: #4C5B74; 
	text-decoration: none; 
	letter-spacing:2px;
	}

	
a:visited 	{ 
	font-family: 'Georgia', 'Lucida Sans Unicode', Arial, sans-serif;
	font-size: 9pt;
        	font-weight:normal;
        	font-style: italic;
	text-transform: lowercase;
	color: #4C5B74; 
	text-decoration: none; 
	letter-spacing:2px;
	}
	

a:hover 	{ 
	font-family: 'Georgia', 'Lucida Sans Unicode', Arial, sans-serif;
	font-size: 9pt;
        	font-weight:normal;
        	font-style: italic;
	text-transform: lowercase;
	color: #444; 
	text-decoration: none; 
	letter-spacing:2px;
	}


a img 	{ 
	border: 0px solid #573D2E; 
	padding: 2px;
	}

	
h2 {
        color: #4C5B74;
        font: 16pt 'georgia', 'Lucida Sans Unicode', tahoma, sans-serif;
        letter-spacing: 2pt;
        font-weight: normal;
        font-style: italic;
        text-transform:lowercase;
        margin-left: 0px; 
        margin-top: 5px;
        margin-bottom:3px;
        border-bottom:1px solid #000;
        text-align: left;
}

h3 {
        color:#4C5B74;
        font: 12pt 'georgia', 'Lucida Sans Unicode', tahoma, sans-serif;
        letter-spacing: 2pt;
        font-weight: normal;
        font-style: italic;
        text-transform:lowercase;
        margin-left: 0px; 
        margin-top: 5px;
        margin-bottom:3px;
        border-bottom:1px solid #000;
        text-align: left;
}

input, textarea, option, select {
	background: #FFF;
             	border: 1px solid #000;
	font-family: 'Tahoma', 'Lucida Sans Unicode', Arial, sans-serif;
             	font-size: 10pt;
             	color:#000;
	letter-spacing: 1px;
	padding:2px; 
              margin:2px;
}

blockquote {
             	border-top: 1px solid #4C5B74;
	border-bottom: 1px solid #4C5B74;
	font-family: 'Tahoma', 'Lucida Sans Unicode', Arial, sans-serif;
             	font-size: 10pt;
             	color:#000;
	letter-spacing: 1px;
	padding:5px; 
              margin: 25px;
}

ul li 	{
	padding: 0px;
	font-weight: normal;
	list-style: url('images/icon.gif');
	line-height: 1.5em;
	}

ul li:hover {
	padding: 0px;
	font-weight: normal;
	list-style: url('images/icon.gif');
	line-height: 1.5em;
	}