body {
        	background-image: url("http://fan.lucid-star.net/physiciansformula/bg.jpg");
        	background-repeat: repeat;
        	font-family: 'Tahoma', 'Lucida Sans Unicode', Arial, sans-serif;
        	font-size: 10pt;
        	color:#000000;
        	text-align:justify;
	text-align: center; /* IE 5.5 hack */
}


#map {
	background: #DDD;
	width: 565px;
	border-left: 10px solid #DDD;
	border-right: 10px solid #DDD;
	border-bottom: 10px solid #DDD;
	border-top: 0px solid #DDD;
	margin: 20px auto 20px auto;
	text-align: left;  /* IE 5.5 hack part II */
}


#content {
        	background: #DDD;
        	width:555px;
        	font-family: 'Tahoma', 'Lucida Sans Unicode', Arial, sans-serif;
        	font-size: 10pt;
        	padding:5px;
        	color:#000;
       	text-align:left;
	letter-spacing: 1px;
}

a {
        	color:#7B989E;
        	font-weight:normal;
        	text-decoration:none;
}

a:visited {
        	color:#7B989E;
        	font-weight:normal;
        	text-decoration:none;
}

a:hover {
        	color:#827EB8;
        	font-weight:normal;
        	text-decoration:none;
}

a img {
         	border:0px;
}

h2 {
        	color: #000;
        	font: 12pt 'Tahoma', 'Lucida Sans Unicode', Verdana, sans-serif;
        	text-transform: uppercase;
        	font-weight: normal;
        	margin-left: 0px; 
        	margin-top: 5px;
        	margin-bottom: 0px;
	border-bottom: 1px solid #9AC2CA;
	text-align: left;
	letter-spacing: 4px;
}

h3 {
        	color: #000;
        	font: 10pt 'Tahoma', 'Lucida Sans Unicode', Verdana, sans-serif;
        	text-transform: uppercase;
        	font-weight: normal;
        	margin-left: 0px; 
        	margin-top: 5px;
        	margin-bottom: 0px;
	border-bottom: 1px solid #9AC2CA;
	text-align: left;
	letter-spacing: 4px;
}

input, textarea, option, select {
	background-color: #9AC2CA;
             	border-left: 5px solid #7B989E;
	border-right: 1px solid #9AC2CA;
	border-top: 1px solid #9AC2CA;
	border-bottom: 1px solid #9AC2CA;
	font-family: 'Tahoma', 'Lucida Sans Unicode', Arial, sans-serif;
             	font-size: 10pt;
             	color: #000;
	letter-spacing: 1px;
	padding: 2px; 
              margin: 2px;
}
