body {
        background-image: url("http://lucid-star.net/images/bg.jpg");
        background-repeat: repeat;
        font-family: 'Tahoma', 'Lucida Sans Unicode', Arial, sans-serif;
        font-size: 10pt;
        color:#000;
        text-align:justify;
	text-align: center; /* IE 5.5 hack */
}


#map {
	background: #EEE;
	width: 750px;
	border: 10px solid #FFF;
	margin: 20px auto 20px auto;
	text-align: left;  /* IE 5.5 hack part II */
}


#content {
        background: #EEE;
        width:730px;
        font-family: 'Georgia', 'Lucida Sans Unicode', Arial, sans-serif;
        font-size: 9pt;
        padding:10px;
        color:#555;
       	text-align:justify;
	letter-spacing: 1px;
	line-height: 20px;
}

blockquote {
	background-image: url("http://lucid-star.net/images/bg.jpg");
        background-repeat: repeat;
	padding: 10px;
	border: 1px dashed #555;
	color:#333;
}

b, strong {
        color:#19859C;
        text-decoration:none;
 	font-family: 'georgia', 'Lucida Sans Unicode', Arial, sans-serif;
        font-size: 8pt;
	text-transform: uppercase;
	font-weight:bold;

}

i {
        color:#8C879F;
        text-decoration:none;
 	font-family: 'Georgia', 'Lucida Sans Unicode', Arial, sans-serif;
        font-size: 9pt;
	text-transform: lowercase;
	font-weight:normal;
	font-style: italic;

}

a {
        color:#FF4489;
        font-weight:normal;
	font-family: 'Georgia', 'Lucida Sans Unicode', Arial, sans-serif;
        font-size: 9pt;
	text-transform: lowercase;
        text-decoration:none;
	border-bottom: 2px dotted #555;
	font-style: italic;
	letter-spacing: 2px;


}

a:visited {
        color:#FF4489;
        font-weight:normal;
	font-family: 'Georgia', 'Lucida Sans Unicode', Arial, sans-serif;
        font-size: 9pt;
	text-transform: lowercase;
        text-decoration:none;
	border-bottom: 2px dotted #555;
	font-style: italic;
	letter-spacing: 2px;

}

a:hover {
        color:#19859C;
        font-weight:normal;
	font-family: 'Georgia', 'Lucida Sans Unicode', Arial, sans-serif;
        font-size: 9pt;
	text-transform: lowercase;
        text-decoration:none;
	border-bottom: 2px dotted #000;
	font-style: italic;
	letter-spacing: 2px;

}

a img {
         border:5px solid #CCC;
}

h1 {
        color: #888;
        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 dashed #444;
}

h2 {
        color: #888;
        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 dashed #444;
}

h3 {
        color: #888;
        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 dashed #444;
}


input, textarea, option, select {
	background-color: #DDD;
        border-left: 6px solid #CCC;
	border-right: 1px dashed #CCC;
	border-top: 1px dashed #CCC;
	border-bottom: 1px dashed #CCC;
	font-family: 'Georgia', 'Lucida Sans Unicode', Arial, sans-serif;
        font-size: 9pt;
        color: #555;
	letter-spacing: 1px;
	padding: 5px; 
}

#hnav {margin-top: 0px; margin-left:30px; padding: 0;}
#hnav {background: #EEE;}

#hnav ul {
	text-align: center;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 0;
	margin-top: 0;
	/* cancels gap caused by top padding in Opera 7.54 */
	margin-left: 0;
	background-color: #EEE;
	color: #97a0a7;
	width: 100%;
	font-family: 'Tahoma', 'Lucida Sans Unicode', Verdana, sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 18px;
	letter-spacing: 2px;
	/* fixes Firefox 0.9.3 */
	}

#hnav ul li {
	display: inline;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 5px;
	/* matches link padding except for left and right */
	padding-top: 5px;
	font-weight: bold;
	letter-spacing: 2px;
	}

#hnav ul li a {
	background-image: url("http://lucid-star.net/images/bg.jpg");
        background-repeat: repeat;
	padding-left: 18px;
	padding-right: 18px;
	padding-bottom: 5px;
	padding-top: 5px;
	color: #444;
	text-decoration: none;
	border-top:1px dashed #AAA;
	border-left:1px dashed #AAA;
	border-right:1px dashed #AAA;
	border-bottom: 3px solid #AAA;
	font-weight: bold;
	letter-spacing: 2px;
	}

#hnav ul li a:hover {
	background-image: url("http://lucid-star.net/images/linkbg.jpg");
        background-repeat: repeat;
	color: #000;
	font-weight: bold;
	letter-spacing: 2px;
	border-top:1px dashed #BBB;
	border-left:1px dashed #BBB;
	border-right:1px dashed #BBB;
	border-bottom: 3px solid #BBB;
	}

#hnav #active { 
	border-left: 0px solid #BBB; 
	font-weight: bold;
	letter-spacing: 2px;
	}

ul li {
	padding: 0px;
	font-weight: normal;
	list-style: url('http://lucid-star.net/images/icon.gif');
	line-height: 1.5em;
}

ul li:hover {
	padding: 0px;
	font-weight: normal;
	list-style: url('http://lucid-star.net/images/icon2.gif');
	line-height: 1.5em;
}


