html, body {
   margin : 0;
   padding : 0;
}

body {
   
   	background-color: #FFFFFF;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
   width : 100%;
   text-align:center;

   font : 12px "Trebuchet MS", Arial, Helvetica, Tahoma, sans-serif;
}

a:link {
   color : #006699;
   background : transparent;
   text-decoration : underline;
}

a:visited {
   color : #5c1919;
   text-decoration : underline;
}

a:hover {
   color : #003399;
   text-decoration : underline;
}

a:active {
   color : #484500;
   text-decoration : underline;
}

/* Links within paragraphs (subtle) */
p a {
color: #666666;
text-decoration: none;
}

/* Links within paragraphs (revealed) */
p:hover a { 
color: #0000ff;
text-decoration: underline;
}

#container {
   width : 700px;
   text-align:left;
   margin : 10px auto;
   color : #333;
   border : 1px solid #808080;
   border-bottom-width : 0px;
   line-height : 130%;
}

#top {
   padding : .5em;
   background-color : #ffffff;
   border-bottom : 1px solid #808080;
   background-image: url(../images/tests/2.jpg);
background-repeat: no-repeat;
background-position: 0 0;
}

#top h1 {
   padding : 0;
   margin : 0;
}



#content {

   background : #FFFFFF;
   padding : 1em;
}

#footer {
   clear : both;
   margin : 0;
   background-color : #FFFFFF;
   background-image: url(../images/tests/2.jpg);
   border-bottom : 1px solid #808080;
   border-top : 1px solid #808080;
}

.footertext {
   color : #E6E6E6;
   font : 12px "Trebuchet MS", Arial, Helvetica, Tahoma, sans-serif;
}

.esira {
   color : #006699;
   font-weight: normal;
   font-style: normal; 
font : 12px "Trebuchet MS", Arial, Helvetica, Tahoma, sans-serif;
}

.esira_heading1 {
   color : #006699;
   font-weight: bold;
   font-style: bold; 
font : 12px Verdana, Arial, Helvetica, Tahoma, sans-serif;
}



A.footertext:link  {
   text-decoration : none; 
   color : #E6E6E6; 
}
A.footertext:visited  { 
   text-decoration : none; 
   color : #E6E6E6; 
}

A.footertext:hover  {
text-decoration : underline; 
   color : #E6E6E6; 
}	



#leftnav p {
   margin : 0 0 1em 0;
}

#content h2 {
   margin : 0 0 .5em 0;
}

#footer img {
   float : right;
}

/* seen by IE5mac only, by Philippe Wittenbergh www.l-c-n.com */
*>html #footer img {
        margin : 0;
}
/* end */

#footer p {
   padding-left : 5px;
}


.happy {
   border-top : 1px solid #808080;
   padding : 10px;
}






