body {
	background: #FFFFFF url('images/background.jpg') 50% 0;	
	margin: 0px;
	margin-top: 20px;
	font-family: arial;
	
}

td {
	font-size: 12px;
}

/* -------------- HOME STYLES  ---------- */

.Header {
	
	width: 1011px;
	height: 10px;
	background: url('images/header.png');
}
	
.BodyTile {

	width: 1011px;
	background: url('images/body.png');
	padding-right: 11px;
	
	
}

.LeftCol {
	color: #292929;	
	font-size: 11px;
	
}
#LeftColLogo {
	margin-left: 11px;
}

#LeftColCont {
	margin-left: 30px;
}

.Footer {

	width: 1011px;
	height: 6px;
	background: url('images/footer_top.png');
	
	padding-right: 10px;
}

.FooterBar {

	width: 1011px;
	height: 7px;
	background: url('images/footer_bottom.png');
}

.Box1 {
	width: 252px;
	height: 194px;
	background: url('images/box1.jpg');
}

.Box2 {
	width: 251px;
	height: 194px;
	background: url('images/box2.jpg');
}

.Box3 {
	width: 253px;
	height: 194px;
	background: url('images/box3.jpg');
}



/* -------------- DAUGHTER STYLES  ---------- */


.BodyTileD {

	width: 1011px;
	background: url('images/bodyd.png');
	padding-right: 11px;
	
	
}
