/* $Id: style.css,v 1.23 2007/12/17 15:05:09 goba Exp $ */

/*
** HTML elements
*/

html{
}

body {
  padding: 0;
  color: #000;
width:900px;  margin:0px auto;
  font: 76% Tahoma, Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  margin-bottom: 0.5em;
  color:#006699;
}
h1 {
  font-size: 1.3em;
  text-align: center;
}
h2 {
  font-size: 1.2em;
}
h3, h4, h5, h6 {
  font-size: 1.1em;
}
p {
  margin-top: 0.5em;
  margin-bottom: 0.9em;
}
a {
  text-decoration: none;
  font-weight: bold;
  color: #006699;
}
a:hover {
  color: #39c;
}
  
div.logo {
	width:100%;
	height: 101px;
	background-image:url('http://www.tagadab.com/holding/headerbg.jpg'); 
	background-position:center; 
	background-repeat:repeat-x;  
}

.logo img {margin: 0px;}

div.banner {
  width:100%;
  background-image:url('http://www.tagadab.com/holding/straplinebg.jpg'); 
  height:43px; 
  background-position:center; 
  background-repeat:repeat-x;  
}

div.main {
  
}

.main img {margin: 8px; float: left;}
  