#home-banner {
    margin-left: auto;
    margin-right: auto;
    width: 960px;
    height: 171px;
    background-color: #3366ff;
    background-image: url('../images/home-gradient.gif');
    background-repeat: repeat-x;
}

#home-headline {
	font-size: 2.5em;
	font-weight: bold;
	font-family:Trebuchet MS, Arial, Sans Serif;
	color: #ffffff;
	text-align: center;
}

#home-image {
	float: left;
	margin-left: -10px;
}

#home-about {
    background-color: #3366ff;
    background-image: url('../images/home-gradient.gif');
    background-repeat: repeat-x;
}

#home-about-content {
    padding: 10px;
    margin: 10px 0;
    border: #ffffff solid 1px;
    color: #ffffff;
}

h2.banner {
    font-family:Trebuchet MS, Arial, Sans Serif;
    font-style: italic;
    font-size: 1.5em;
    color: #cccccc;
    margin: 0;
    background-image: none;
}

p.banner {
	color: #eeeeee;
	margin: 0.5em 0 0 0;
	font-size: 0.9em;
}

p.blog-date {
	font-family: Verdana, Arial, Sans Serif;
	font-size: 0.8em;
	color: #666666;
	margin: 0 0 0.3em 0;
	border-bottom: #666666 dotted 1px;
}

div.blog-entry {
	line-height: 1.6em;
}