/**********************************************************************
	Filename: bonnotHeader.css
	Project:  Bonnot HTML 
	
	Global style sheet
**********************************************************************/
/* Body Tag Definition */
body,p,div,span,td { font-family:Arial,Helvetica,Verdana,sans,sans-serif; font-size:14px; color:#ffffff; }
body { margin:0px; background:#333399 url(images/headerback.jpg ) repeat-x left top; }
a { font-size:14px; color:#ffffff; text-decoration:underline; }
a:hover { text-decoration:none; }
h1,h2,h3,h4,h5,h6 { color:#ffcc33; margin:0; font-family:Verdana,Arial,Helvetica,sans,sans-serif; font-weight:bold; }
h1 { font-size:36px; margin-bottom:10px; }
h2 { font-size:40px; margin-bottom:10px; }
h3 { font-size:18px; margin-bottom:5px; color:#ffffff; }
h4 { font-size:35px; margin-bottom:10px; }
h5 { font-size:32px; margin-bottom:10px; }
h6 { font-size:28px; margin-bottom:10px; }

#header { width:750px; position:relative; }
#header .logo { position:absolute; top:20px; left:6px; }
#header .addressSection { position:absolute; text-align:left; top:60px; left:85px; }
#header .addressText1 { font-family:Arial; font-weight:bold; font-size:12px; }
#header .addressText2 { font-family:Arial; font-weight:normal; font-size:9px }
#header .addressText3 { position:absolute; top:112px; left:85px; text-align:left; font-size:20px; font-weight:bold; }

#line { background-color:#ff3333;height:6px; }









