/*   
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: 750px;
}
#head {
	width: 750px;
	height: 225px;
}
#head div#title {
	background-image: url(images/home/title.jpg);
	height: 225px;
}
#head div#banner {
	background-image: url(images/home/banner.jpg);
	width: 500px;
	height: 225px;
}
#headbar {
	width: 750px;
}
#headbar div#search {
	background-image: url(images/home/search.jpg);
}
#headbar div#topmenu {
	background-image: url(images/home/topmenu.jpg);
	width: 500px;
}
#main {
	width: 480px; /* Width -20px */
}
#comments ol.commentlist li {
	width: 465px; /* Width -35px */
}
#footerbar {
	width: 750px;
}
#footer {
	width: 750px;
}
