/* CSS Document */
@media all {
  html, body {
    margin:0px;
	padding:0px;
	border:0px;
  }
  body {
    text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%;
	color:#003300;
	background-color:#66FF99;
  }
  #carrier {
    margin-left:auto;
    margin-right:auto;
    text-align:left;
	width:920px;
	height:534px;
	border-top:solid 2px #333333;
  } 
  #headercarrier {
    height:100px;
	border-left:solid 2px #333333;
	border-bottom:solid 2px #333333;
	border-right:solid 2px #333333;
	background-image:url(intertexture.jpg);
	background-repeat:repeat;
	padding-top:20px;
	text-align:center;
	overflow:hidden;
	color:#00FF00;
  }
  #menufirst {
    width:180px;
	height:30px;
	border-left:solid 2px #333333;
	border-right:solid 2px #333333;
	border-bottom:solid 2px #333333;
	padding-top:8px;
	background-color:#00CC33;
	color:#FFFF00;
	text-align:center;
	float:left;
  }  
  #menucell {
    width:182px;
	height:30px;
	border-right:solid 2px #333333;
	border-bottom:solid 2px #333333;
	padding-top:8px;
	background-color:#00CC33;
	color:#FFFF00;
	text-align:center;
	float:left;
  }
  #menucell a:link {
    color:#FFFF00;
	text-decoration:none;
  }
  #menucell a:visited {
    color:#FFFF00;
	text-decoration:none;
  }
  #menucell a:hover {
    color:#FF0000;
  } 
  #textcarrier {
    width:695px;
	height:700px;
	background-color:#66FF99;
	overflow:visible;
	float:left;
  }
  #text {
    padding:20px;
  }
  #linkscarrier {
    width:220px;
	height:700px;
	float:right;
	background-color:#333333;
  }
  #linkscarrier div{
    text-align:center;
	padding-top:10px;
  }
  #linkscarrier a:link{
    color:#66FF99;
	text-decoration:none;
  }
  #linkscarrier a:visited {
    color:#66FF99;
	text-decoration:none;
  }
  #linkscarrier a:hover{
    color:#66FF99;
	text-decoration:underline;
  }
  #counter {
    width:200px;
	margin-top:20px;
	text-align:center;
	margin-bottom:20px;
  }
  #partners {
    font-weight:bold;
	color:#66FF99;
  }
  p {
    text-align:justify;
	text-indent:1.5em;
	margin-top:0px;
	margin-bottom:0px;
  }
}
