/* CSS Document */
/*for table layouts*/

body {
		text-align:center;
		}
	
#wrapper1 {
		width:740px;
		margin-right:auto;
		margin-left:auto;
		margin-top:0px;
		padding:0px;
		text-align:left;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #234E79;
	border-right: 10px solid #234e79;
	background-color: white;
	background-image: url(/education/edu_art/rtbkgrnd1_190x5.jpg);
	background-repeat: repeat-y;
	background-position: right;
		float:none;
}

#footer {position:relative; top:-15px; width:770px}
