/* ---------------------- */
/*                        */
/*  lexi.css              */
/*                        */
/*                        */
/*                        */
/*                        */
/* ---------------------- */

body {
	margin: 0px;
	padding: 0px;
	background-color: f884b5;
}

#bodyContent {
	text-align: center;
}

/*Not used*/
#pageBorderTop {
	background: url('/image/bottom.png') center repeat-x;
	height: 100px;
}

/*Not used*/
#pageBorderBottom {
	background: url('/image/top.png') center repeat-x;
	height: 100px;
}

#pageBorderTopCenter {
	font-family: 'Comic Sans MS', cursive;
	font-weight: bold;
	font-size: 3.5em;
	
	text-align: center;
}

#pageBorderLeft,
#pageBorderRight {
	width: 100px;
	height: 1000px;
}
#pageBorderLeft {
	background: url('/image/right.png') center repeat-y;
}

#pageBorderRight {
	background: url('/image/left.png') center repeat-y;
}