
/* Header */

#blogtitle {
	width: 100%;
	height: 30px;
	height: 128px;
	line-height: 30px;
	background: #000000 url('../images/imagesKit/bg.jpg') bottom center repeat-x;
	margin: 0px;
	padding: 0px;
	font-size: 1.1em;
}

#BTleft {
	float: left;
	width: 600px;
	/*height: 128px;*/
	height: 96px;
	margin-left: 10px;
}
#BTleft .logo {
	float: left;
}

#BTleft .title {
	/*width: 700px; height: 90px;*/
	/*margin-left: 128px;*/
	margin-left: 96px;
	/*margin-top: 16px;*/
	height: 78px;
}

#BTleft .baseline {
	line-height: 14px;
	font-size: 14px;
	/*margin-left: 150px;*/
	margin-left: 96px;
}


#BTright {
	float: right;
	margin-right: 10px;
	position: absolute;
	right: 0px;
}

#BTright form input {
	padding : 0px;
}

#blogtitle a:link,
#blogtitle a:visited {
	color: #388BD4;
	text-decoration: none;
}

#blogtitle a:hover,
#blogtitle a:active {
	color: #FFFFFF;
	text-decoration: underline;
}

UL.BLUE {
	list-style: url('../images/imagesKit/bullet.jpg') disc;
	font-size: 1.1em;
	margin-left: 25px;
}

#banner {
	background: #fff;
	height: 40px;
	voice-family: "\"}\"";
	voice-family: inherit;
	height: 39px;
}

html>body #banner {
	height: 39px;
}

#banner h1 {
	font-size: 14px;
	padding: 10px 10px 0px 10px;
	margin: 0px;
}



