a:link {
    text-decoration: underline;
    color : #30202D;
    }

a:visited {
    text-decoration: underline;
    color : #474747;
    }

a:hover {
    text-decoration: none;
    color : #FF0072;
    }

a:active {
    text-decoration: none;
    color : #FF5A00;
    }

body { 
  background: #CCCCCC url("pics/leftmargin.gif");
  background-repeat: repeat-y;
  background-position: left;
  font-family: Verdana, Helvetica, sans-serif;
  font-size: small;
}

#logo { 
    position: absolute; 
    top: 0px; left: 0px; 
    width: auto; 
}

#ad { 
    position: absolute; 
    top: 10px; left: 180px; 
    width: auto; 
}

#menu { 
	position: absolute; 
	top: 110px; 
	left: 0px; 
	width: 150px;
	height: auto;
	padding: 2px;
	text-align: center;
 
}

#main { 
	position: absolute; 
	top: 100px; 
	bottom: 10px;
	left: 180px; 
	right: 35px; 
	width: auto;
	height: auto;
	padding: 2px;
}

#asia2 { 
    position: absolute; 
    top: 175px; left: 225px; 
    width: 350px; 
}

