/* anylinks navigation //////////////////////////////////////////////////////////////// */
#anyline {
	width:                          800px;
	height:                         20px;
	z-index:                        0;
	border-top:                     solid 1px gray;
	border-bottom:                  solid 8px gray;
	background-color: #999;
	background-image: url(./grafics/singaporem.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding: 0px;
	float: left;
  }


#anylink {
	position:                       relative;
	top:                           -20px;
	width:                          800px;
	height:                         20px;
	z-index:                        2;
	font-family: "Freestyle Script", "French Script MT", "Arial Black";
	font-size: 14px;
	text-align: center;
	float: left;
	background-color: #999;
  }

#anylink a {
	display:                        block;
	color:                          #ffffff;
	font-size:                      1.5em;
	line-height:                    20px;
	font-weight:                    bold;
	text-decoration:                none;
	width: 110px;
	padding-top: 0;
	padding-right: 7px;
	padding-bottom: 0;
	padding-left: 7px;
	float: left;
  }

#anylink a:hover {
  color:                          #080808;
  z-index:                        3;
  background:                     url(./grafics/anybgrdrk.png) repeat-x;
  }


/* homepage title ///////////////////////////////////////////////////////////////////// */
#title-shadow {
	position:                       absolute;
	top:                            267px;
	left:                           115px;
	width:                          auto;
	height:                         auto;
	color:                          #cacaca;
	font-family:                   'trebuchet ms', verdana, arial, helvetica, sans-serif;
	font-size:                      51px;
	font-weight:                    bold;
	z-index:                        6;
  }


#title {
	position:                       absolute;
	top:                            229px;
	left:                           4px;
	width:                          auto;
	height:                         72px;
	color:                          #CCC;
	font-family:                   "Freestyle Script", "French Script MT", "Arial Black";
	font-size:                      70px;
	font-weight:                    bold;
	z-index:                        7;
	padding-top: 20px;
	padding-left: 20px;
  }

#sidelinks h1 {
  display:                        inline;
  height:                         40px;
  color:                          gray;
  font-family:                   'trebuchet ms', verdana, arial, helvetica, sans-serif;
  font-size:                      1.8em;
  font-weight:                    bold;
  text-transform:                 lowercase;
}

#sidelinks a:hover {
	border-bottom:                  1px dotted #666666;
}

#contactcube h1 {
  display:                        inline;
  height:                         40px;
  color:                          gray;
  font-family:                   'trebuchet ms', verdana, arial, helvetica, sans-serif;
  font-size:                      1.8em;
  font-weight:                    bold;
  text-transform:                 lowercase;
}

#contactcube li {
	height:                         80px;
	border-top:                     1px dotted #dcdcdc;
}

#calendarcube h1 {
  display:                        inline;
  height:                         40px;
  color:                          gray;
  font-family:                   'trebuchet ms', verdana, arial, helvetica, sans-serif;
  font-size:                      1.8em;
  font-weight:                    bold;
  text-transform:                 lowercase;
}

/*  this hack solves display problems in other than IE browsers to show the left 6px border */
#archives-hack {
	clear:                          both;
  position:                       relative;
  left:                          -6px;
  height:                         34px;
  border-left:                    solid 6px gray;
  }


/* content container ////////////////////////////////////////////////////////////////// */
#content {
	width:                          770px;
	color:                          gray;
	font-family:                    verdana, arial, helvetica, sans-serif;
	font-size:                      0.9em;
	float: left;
	position: relative;
	padding: 0px;
}


#anybgr {
	width:                          auto;
	height:                         20px;
	background:                     url(../../smile/singapore/grafics/anybgr.png) repeat-x;
	z-index:                        1;
	opacity:                        0.74;
	-moz-opacity:                   0.74;
	-khtml-opacity:                 0.74;

  filter:                         progid:dximagetransform.microsoft.alpha(opacity=80);
	border: thin solid #000;
  }

#content h2 {
  display:                        inline;
  color:                          gray;
  font-family:                   'trebuchet ms', verdana, arial, helvetica, sans-serif;
  font-size:                      28px;
  font-weight:                    bold;
	background:                     url(grafics/headline.gif) no-repeat 0px 9px;
  padding-left:                   22px;
  text-transform:                 uppercase;
}


#content li {
  list-style-type:                none;
  background:                     url(grafics/list.gif) no-repeat 15px 5px;
  text-indent:                    26px;
}

#content a {
	color:                          #F0F;
	font-family:                    verdana, arial, helvetica, sans-serif;
	text-decoration:                none;
	font-weight: bold;
}

#content a:hover {
	color:                          #dcdcdc;
  background-color:               gray;
}
#wrapper {
	width: 800px;
	float: left;
}
#wrapper #bannertop {
	height: 200px;
	background-image: url(../grafics/singapore.gif);
	width: 800px;
}
#wrapper #bannbottom {
	height: 100px;
	float: left;
	width: 800px;
	padding: 0px;
	background-image: url(../grafics/singaporeb.gif);
}
p {
	color: #999;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
}
body {
	margin: 0px;
	padding: 0px;
	background-color: #FFF;
}
