
/*CSS for Tanga in Touch   */ 
 
body { background-image: url(../images/image1.jpg);
font-family: "Verdana", Arial, sans-serif;
line-height: 120%; 
color: #663300;
font-weight: normal;
padding: 15px;
width: 500px;
}

h1 {  
font-family:  "comic sans MS", "Trebuchet MS",sans-serif;  
font-size: xx-large;
color:  #914800;
text-align: center;
}

h2 {  
font-family:  Verdana, arial, sans-serif ; 
font-size: 11pt; 
color:#336600 ;
text-align:left;
}

hr {
color: #663300
}

P {  
font-family: Verdana, arial, sans-serif ;  
font-size: 10pt;
color: #336600;  
text-align: justify;
}

P.subhead {  
font-family: verdana,arial, sans-serif ;  
font-size: 9pt ;
color: "black";  
font-weight: bold;
text-align: "right";
}

table {
cols: "2";
border: "1";
cellpadding:"10"; 
cellspacing:"0" ;
width:"700"; 
}

td {
font-family:"comic sans ms", "Trebuchet MS",sans-serif;
color:#663300;
font-weight:"normal";
}

ul.nav {
font-size: 9pt;
color: #993300;
line-height: 200%;
list-style-type:none;
margin-left: 10px;
}

ul.ordinary {
font-size: 11pt;
color: #914800;
line-height: 130%;
list-style-type: star;
margin-left: 50px;
}

#navigation,#bodycontent, #header, #subhead {position: absolute;
border: 2px #333300;
padding: 2px;
margin-bottom: 2px;
}

#header 	{top: 10px; width: 100%; } 

#subhead 	{top: 100px; width: 100%;  }

#navigation 	{ top: 200px; width: 20%  }
             
#bodycontent 	{ top: 200px;  left: 20%; width: 80% }