/* top elements */
* { padding: 0; margin: 0; border: 0; }

body {
	margin: 0; 	padding: 0;
	font: normal 12px/1.7em  verdana, tahoma, sans-serif;
	text-align: center;
	background: #001342 url(chatheaderbg.jpg) repeat-x 0 0;
	color: #F2F9FF;
}

/* links */
a {
	color: #003366;
	background-color: inherit;
	text-decoration: none;
}
a:hover {
	color: #ffea00;
	background-color: inherit;
	text-decoration: underline;
	border: none;
}

/* headers */
h1, h2, h3 {
	font: bold 1em 'Trebuchet MS', Tahoma, Arial, Sans-serif;
	color: #fff;
}
h1 { font-size: 2.5em; }
h2 { font-size: 2em; text-transform:uppercase;}
h3 { font-size: 1.8em; }

p, h1, h2, h3 {
	margin: 0;
	padding: 10px 15px;
}

ul, ol {
	margin: 10px 30px;
	padding: 0 15px;
}


/***********************
	  LAYOUT
************************/

#header-content, #content, #nav {
/*
The width value below sets the total width of the design. It's default value is set to 93%
which means that it will take up 93% of the browser window's width. You can also set it to a
different percentage	value (90%, 85%, etc.). This design is fluid layout by default, but you
can turn it into a fixed width layout by setting a pixel value to the width (e.g. 900px, 950px).
*/
	width: 93%;
}



/* header */
#header {
	height: 150px;
	text-align: left;
}
#header-content {
	position: relative;
	margin: 0 auto; padding: 0;
}
#header-content h1#logo-text a {
	position: absolute;
	margin: 0;
	padding: 0;
	font: bold 40px 'Trebuchet MS', Tahoma, Arial, Sans-serif;
	letter-spacing: -1px;
	color: #fff;
	text-decoration: none;
	/* change the values of top and left to adjust the position of the logo*/
	 top: 30px;
	left: 73px;
	width: 452px;
	height: 55px;
}

#header-content #logodb {
	position: absolute;
 	margin: 0; padding: 0;
	/* change the values of left and top to adjust the position of the slogan */
	/*top: 20px; left: -32px;*/
	top: 20px;
	background: transparent url(http://www.dalaguetebai.com/images/cms_db/dblogo.jpg) no-repeat left center;
	height:88px;
	width:74px;
}



#header-content h1#logo-text span {
	color: #68B5F0;
}
#header-content #slogan {
	position: absolute;
	font: bold 12px 'Trebuchet Ms', Sans-serif;
	text-transform: none;
	color: #abc2d5;
	margin: 0; padding: 0;
	/* change the values of left and top to adjust the position of the slogan */
	top:78px; left: 73px;

}
#header-content #slogan2 {
	position: absolute;
	font: bold 12px 'Trebuchet Ms', Sans-serif;
	text-transform: none;
	color: #abc2d5;
	margin-left: 45px; padding: 0;
	/* change the values of left and top to adjust the position of the slogan */
	top:95px; left: 73px;

}

