/* CSS Document */

/* change this for other page layouts */


#main { 
	width: 750px;
	float: left;
	margin: 0;
	padding: 0;
	background: url(graphics/background/home-tile.gif) scroll center repeat-y;
	}

/*welcome page images */
#welcome-images {
	width: 646px;
	height: 346px;
	margin: 0 5px 0 99px;
	background: url(graphics/green_band.jpg) scroll bottom no-repeat;
	}

#left-wi {
	width: 273px;
	margin: 0 5px 0 0;
	float: left;
	}

#right-wi {
	width: 368px;
	margin: 0;
	float: left;
	}
.toppic {
	width: 368px;
	height: 219px;
	margin: 0 0 5px 0;
	}
.bottompic {
	width: 368px;
	height: 115px;
	margin: 0;
	}

#welcome-text {
	width: 646px;
	margin: 0 5px 0 99px;
	}
.text-left {
	width: 253px;
	padding: 10px;
	float: left;
	}
.text-right {
	width: 348px;
	padding: 10px;
	float: left;
	}
