/* CSS Document */

body {
background-image:url(../styleImages/backgrounds/pageBg.gif);
}

#container {
	margin: 0px auto;
	float:none;
	width: 897px;
	text-align: left;
	}



/*------------------header----------------*/
#header {
	width:897px;
	height:151px;
	position:relative;
	background-image:url(../styleImages/backgrounds/fullheaderbackground.gif);
	margin: 0px;
	padding: 0px;
	}

#headsearch {
	width: 300px;
	height: 42px;
	position: absolute;
	left: 550px;
	top: 50px;
	}
	
/*----------------------------------middle----------------------*/
#middle {
	width: 100%;
	height: 100%;
	position: relative;
	margin: 0px;
	padding: 0px;
	background: url(../styleImages/backgrounds/brownbg.gif);
	}
	
.background{
	background:url(../styleImages/backgrounds/brownbg.gif);
	background-repeat:repeat-y;
	}

.background_div {
	background-image:url(../styleImages/backgrounds/brownbg.gif);
	background-repeat:repeat-y;
	}	
	
.pagecontent {
	vertical-align:top;
	width: 732px;
	margin: 0px;
	}

.padding {
padding-left: 20px;
padding-right: 20px;
	}

.girl {
	vertical-align:top;
	width: 165px;
	height: 398px;
	vertical-align:bottom;
	padding:0px;
		margin: 0px;
	}
	
/*------------------footer----------------*/
#footer {
	width:100%; 
	padding:0px;
	}
	