/* CSS Document */

.header{
	width:883px;
	height:70px;
	margin:0 auto 0px auto;
	position:relative;
	top:0px;
	left:0px;
	background-image:url(../imgs/headerBG.gif);
	background-position:top left;
	background-repeat:repeat-y;
	border:solid 1px rgb(255,255,255);
	}
.headerLeftBox{
	width:223px;
	height:198px;
	background-color:rgb(59,61,71);
	position:relative;
	top:0px;
	left:0px;
	}
.headerRightBox{
	width:577px;
	height:198px;
	background-color:rgb(69,80,101);
	position:absolute;
	top:0px;
	left:223px;
	}
.logo{
	position:absolute;
	bottom:10px;
	left:11px;
	}
.headerTag{
	position:absolute;
	bottom:10px;
	left:169px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:rgb(106,106,106);
	}
.headerQuote{
	position:absolute;
	top:2px;
	right:5px;
	width:auto;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:rgb(0,0,0);
	text-align:right;
	}
.headerQuote i{
	font-size:10px;
	}
.headerQuote a{
	color:rgb(0,0,0);
	}
