/* CSS Document */
/* ONLY CHANGE  left navi height  !!!!!!!!!!!!!!!!!!!!!!!! */
a {
	font-weight: bold;
	}
.LeftNavigation {
	float: left;
	border-left: 1px solid #541800;
	width: 225px;
	height: 650px;
	background-image: url(../images/tan.gif);
	background-repeat: repeat;
	border-bottom: 1px solid #541800;
	}
	
.RightHolder {
	width: 773px; 
	display: inline;
	}
/* ONLY CHANGE  middle content height !!!!!!!!!!!!!!!!!!!!!!!!*/	
.FlexibleContents {
	float:left;
	width: 743px;
	height: 650px;
	background-image: url(../images/peach.gif);
	background-repeat: repeat;
	font-size: 85%;
	font-family: Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #541800;
	color: #541800;
	}
/* ONLY CHANGE  right navi height  !!!!!!!!!!!!!!!!!!!!!!!! */	
.RightNavigation {
	float:left;
	width: 30px;
	height: 650px;
	border-right: 1px solid #541800;
	background-image: url(../images/peach.gif);
	background-repeat: repeat;
	border-bottom: 1px solid #541800;
	}


.topBG {
	background-image:url(../images/top.jpg); 
	width: 735px; 
	height: 10px; 
	margin: 10px 0 0 0;
	padding: 0;
	background-repeat:no-repeat;
	}
	
.midBG {
	background-image: url(../images/middle.jpg);
	background-repeat:repeat-y;
	width: 735px; 
	height: 260px;
}

.bottomBG {
	background-image:url(../images/bottom.jpg);
	background-repeat:no-repeat;
	width: 735px; 
	height: 15px;
}

h3 {
color: #541800;
}
/* New changes--- began!!!*/

.topImage {
	width:165px; 
	height: 250px; 
	float:left; 
	margin:5px 10px 0 25px; 
	background-image: url(../images/165x260about1.jpg); 
	background-repeat: no-repeat; 
	border: 1px solid #a68d64;
	}

.bottomImage {
	width:165px; 
	height: 250px; 
	float:left; 
	margin:5px 10px 0 25px; 
	background-image: url(../images/165x260about2.jpg); 
	background-repeat: no-repeat; 
	border: 1px solid #a68d64;
	}

.rightContainer {
	width:505px; 
	height: 250px; 
	float:left; 
	margin:5px 0px 0 0px; 
	border: 1px solid #a68d64; 
	text-align: left;
	}
	
.header {
	width:495px; 
	background-image:url(../images/brownBar.gif); 
	background-repeat:repeat-x; 
	height:20px; 
	border-bottom: 1px solid #a68d64; 
	padding: 3px 0 0 10px; 
	font-weight: 600; 
	font-size: 110%; 
	color: #9d0a0e;
	}
	
.textBottom {
	width:485px; 
	height: 195px; 
	overflow: auto; 
	padding: 10px; 
	font-size: 90%; 
	margin-top: 5px;
	}