/*   
This is one of the style modifier files which control the banner and width.

This file is for the Home page at a width under 1024.
*/


/* Da Basics */
#wrapper {
	width: 1000px;
}
#head {
	width: 1000px;
	height: 100px;
}
#head div#title {
	background-image: url(images/sitewide/title.jpg);
	height: 100px;
}
#head div#banner {
	background-image: url(images/sitewide/banner.jpg);
	width: 750px;
	height: 100px;
}
#headbar {
	width: 1000px;
}
#headbar div#search {
	background-image: url(images/sitewide/search.jpg);
}
#headbar div#topmenu {
	background-image: url(images/sitewide/topmenu.jpg);
	width: 750px;
}
#main {
	width: 730px; /* Width -20px */
}
#comments ol.commentlist li {
	width: 715px; /* Width -35px */
}
#footerbar {
	width: 1000px;
}
#footer {
	width: 1000px;
}
