body {
  color: #333;
  background: url(../images/bgbase.jpg);
}

h1 {
	font-size : 18pt;
	width:400px;
}

h2 {
  margin: 0 0 10px 0;
  padding: 4px 10px;
  color: #fff;
  font-size: 10px;
}


h4{
font-size:14px;
}

li#m1 {
  color: #e0e0e0;
}

li#m2 {
  color: #becd58;
}

li#m3 {
  color: #e6bbae;
}


li#m4 {
  color: #7db9cf;
}

li#m5 {
  color: #646464;
}

p {
  margin: 0 10px 15px 10px;
  font-size: 13px;
  line-height: 1.64em;
}

#contents {
  width: 70%;
}

#floatMenu {
	position:absolute;
	top: 0;
	right: 0;
	width: 15%;
	padding: 8px;
	min-width: 180px;
	background: #000000;
	filter: alpha(opacity=75);
    -moz-opacity:0.75;
    opacity:0.75;
}

#floatMenu h2 {
  border-bottom: 1px solid #555;
  color: #ffffff;
  font-size: 10px;
  font-weight: normal;
  letter-spacing: 0.5em;
}

#floatMenu li {
  margin-bottom: 6px;
  font-size: 12px;
  list-style-type: square;
}

#floatMenu .address{
	padding: 20px 8px 8px 20px;
	min-width: 180px;
	background: #454545;
	filter: alpha(opacity=85);
    -moz-opacity:0.85;
    opacity:0.85;
}

#floatMenu .address p {
	font-size: 12px;
	text-align:left;
	line-height: 1.25em;
	color: #ffffff;
}

#floatMenu .address .newstop .strong{
padding:2px;background-color:#cc4800;
width:150px;
margin-bottom:8px;
}

#floatMenu .address .newstop .newstext{
	margin-top:10px;}

/* links
-----------------------------------------------*/
a:link {
	color: #ffffff;
	text-decoration: none;
}

a:visited {
	color: #a1d4e8;
	text-decoration: underline;
}

a:hover {
	color:#0595cd;
	text-decoration: underline;
}