body {
        	background-image: url("http://fan.lucid-star.net/bloom/bg.jpg");
        	background-repeat: repeat;
        	font-family: 'Tahoma', 'Lucida Sans Unicode', Arial, sans-serif;
        	font-size: 10pt;
        	color:#000;
	text-align: center; /* IE 5.5 hack */
}

#map {
	background:#BBB;
        	width:672px;
	border:10px solid #BBB;
	margin: 20px auto 20px auto;
	text-align: left;  /* IE 5.5 hack part II */
}


#content {
        	background:#BBB;
        	width:672px;
        	font-family: 'Tahoma', 'Lucida Sans Unicode', Arial, sans-serif;
        	font-size: 10pt;
        	color:#000;
        	text-align:justify;
}

a {
        	color:#FFF;
        	text-decoration:none;
	font: 8pt 'Century Gothic', 'Lucida Sans Unicode', tahoma, sans-serif;
	text-transform: uppercase;
}

a:visited {
         	color:#FFF;
         	text-decoration:none;
	font: 8pt 'Century Gothic', 'Lucida Sans Unicode', tahoma, sans-serif;
	text-transform: uppercase;
}

a:hover {
         	color:#3C779F;
         	text-decoration:none;
	font: 8pt 'Century Gothic', 'Lucida Sans Unicode', tahoma, sans-serif;
	text-transform: uppercase;
}

a img {
         	border:0px;
}

h2 {
        	color: #FFF;
        	font: 12pt 'Century Gothic', 'Lucida Sans Unicode', tahoma, sans-serif;
        	letter-spacing: 2pt;
        	text-transform:uppercase;
        	font-weight:normal;
        	margin-bottom: 5px;
        	border-bottom:1px solid #CCC;
}

h3 {
        	color: #FFF;
        	font: 10pt 'Century Gothic', 'Lucida Sans Unicode', tahoma, sans-serif;
        	letter-spacing: 2pt;
        	text-transform:uppercase;
        	font-weight:bold;
        	margin-bottom:5px;
        	border-bottom:1px solid #CCC;
}


input, textarea, option, select {
	background-color: #DDD;
             	border-left:6px solid #3C779F;
	border-bottom:1px solid #DDD;
	border-right: 1px solid #DDD;
	border-top: 1px solid #BBB;
	font-family: 'Tahoma', 'Lucida Sans Unicode', Arial, sans-serif;
             	font-size: 10pt;
             	color:#000000;
	letter-spacing: 1px;
	padding:3px; 
}
