/* home page */
body {
	background-image : url(/images/home_back_0.gif);
	background-repeat : repeat-y;
}
	#canvas0 {
		background-image : url(/images/home_stripes_1.gif);
		background-repeat : no-repeat;
		background-position : 200px 127px;
	}
		#content0 {}
			#homeheader0 {
				margin : 0px 0px 0px 0px;
				border-top : solid 5px #FFFFFF;
				background-color : #D1DBE1;
				line-height : 15px;
			}
			#homerow0 {
				position : relative;
				background-image : url(/images/home_photo_back_0.gif);
				background-repeat : repeat-x;
				background-color : #FFFFFF;
			}
				#homecontent0 {
					width : 431px;
					background-color : #FFFFFF;
				}
					#hometext0 {
						padding : 0px 16px 16px 16px;
						font-size : 105%;
					}
				#homephoto0 {
					position : absolute;
					right : 10px;
					bottom : 124px;
				}
				html>body #homephoto0 {
					bottom : 0px;
				}
			#homerow1 {
				position : relative;
				clear : both;
				height : 85px;
			}
				#banner0 {
					display : none;
				}
				#homebanner0 {
					position : absolute;
					right : 10px;
					top : 0px;
				}

