@charset "utf-8";
@import url("main.css");
@import url("catalogSearch.css");

/* CSS Document */
body {
	background-image: url("../images/home/background.png");
}


#masthead {

}

#masthead_leftColumn {
	width: 24px; 
	
	float: left;
}

#masthead_centerColumn {
	background-color: #FFFFFF; 
	
	width: 890px; 
	height: 124px; 

	float: left;	
}

#masthead_rightColumn {
	width: 26px; 
	
	float: left;	
}


#blogFeed ul {
	margin: 0px;
	padding: 0px;
}

#blogFeed ul>li {
	list-style: none;
	padding-bottom: 5px;
}

#blogFeed span.blogPostDate {
	font-size: 10px;
}

/* This is for divs that contain the main content of the home page.
 */
div.contentColumn {
	width: 25%;
	float: left;
	
}

div.contentColumn>div {
	padding-left: 5px;
	padding-right: 5px;
}

.catalogLabel {
	font-family: Georgia, "Bitstream Vera Sans", Serif;
	font-weight: 500;
	text-align: left;
}