        /*
          Cascacing Stylesheet for anteater-travel.com
          This: generic stylesheet definitions for all pages and browsers

          by Ayshe Peters, rot65.de, June 2007
        */

body
{
	background-color: #000;
	font-family:Verdana,Tahoma,Arial,Helvetica,Sans-serif,sans-serif;
	font-size:12px;
	text-align:center;
	margin:0;
	padding:0;
}

img {
	border:0;
}

#centerlizer {
	width:775px;
	position:absolute;
	left:50%;
	margin: 0 0 0 -388px;
	text-align:left;
	background-color: #003366;
}

/** ******************************** **/
/** top area with banner and navigation **/
/** ******************************** **/

#topbanner {
	height:53px;
	background: url(../img/anteater_header.gif) no-repeat #0f0;
}

#navigation {
	width:616px;
	height:50px;
	background: url(../img/anteater_sign.gif) no-repeat #fff;
	float:left;
}

#logoandcontact {
   float:left;
	clear:right;
}

#logobottompart {
	width: 159px;
	height:70px;
	background-color:#fff;
}

/** navigation, defined as an unordered list **/
#navtabs ul {
	margin: 0;
	padding: 0;
	list-style-type:none;
}

#navtabs ul li{
	float:left;
}

#navtabs ul li a {
	display: block;
	width: 154px;
	text-align: center;
	color: #fff;
	text-decoration:none;
	padding:2px 0;
}

#navtabs ul li a#whyus {
	
	background: #006666 url(../img/rounded_right.gif) no-repeat;
}

#navtabs ul li a#whatwedo {
	
	background: #333399 url(../img/rounded_both.gif) no-repeat;
	
}

#navtabs ul li a#dest {

	background: #000000 url(../img/rounded_both.gif) no-repeat;
}

#navtabs ul li a#post {

	background: #333300 url(../img/rounded_both.gif) no-repeat;
}

/** the single contact navigation tab **/

#contactnav {
	
	margin:0;
	padding:0;
}

#contactnav ul {
	margin:0;
	padding:0;
	list-style-type: none;
}

#contactnav ul li a {
	display: block;
	background-color: #009900;
	color: #fff;
	text-decoration:none;
	text-align: center;
	padding: 2px 0;
}


/** ******************************** **/
/** main content area with text and pics **/
/** ******************************** **/

#maincontent {
	height: 580px;
	margin:0;
	padding:0;
}

#credits {
	background-color: #000;
	color:#fff;
	font-size: 10px;
	padding:2px;
	position:absolute;
	top:97.5%;
	left:96.5%;
}

#text {
	width:450px;
	padding:0 8px;
	position:absolute;
	left: 154px;
	top:170px;
	font-size:12px;
	line-height:18px;
}

#credits a {
	color:#fff;
	text-decoration: none;
}
