/* CSS document for index page of the site */
/* Author: 	Peter Couture */
/* File:	home.css
/* Date: 	November 1, 2006 */



/* Main Content */

.main {
	top:0px;
	width:720px;
	height:620px;
	position:relative;
	background-color:#FFFFFF;

}

.main_area {
	top:20px;
	left:0px;
	width:719px;
	height:379px;
	position:absolute;
}

.main_logo {
	top:0px;
	left:0px;
	width:193px;
	height:74px;
	position:absolute;
}

.main_title {
	top:0px;
	left:193px;
	width:527px;
	height:74px;
	position:absolute;
}

.main_image {
	top:74px;
	left:1px;
	width:719px;
	height:305px;
	background-image:url(../images/main_image.jpg);
	position:absolute;
}



/* News Bar */

.news_bar {
	top:415px;
	width:100%;
	height:25px;
	background-image:url(../images/news_bar/news_bar_tile.jpg);
	position:absolute;
}

.news_bar_left {
	top:0px;
	left:0px;
	width:11px;
	height:25px;
	background-image:url(../images/news_bar/news_bar_left.jpg);
	position:absolute;
}

.news_bar_right {
	top:0px;
	right:0px;
	width:11px;
	height:25px;
	background-image:url(../images/news_bar/news_bar_right.jpg);
	position:absolute;
}



/* Featured Nav Bar */

.feat_button_bar {
	top:472px;
	left:0px;
	width:719px;
	height:138px;
	position:absolute;
}

.feat_button {
	top:12px; 
	width:154px;
	height:113px;
	position:absolute;
}







