
.left-side {
	clear: left;
	float: left;
}

.right-side {
	clear: right;
	float: right;
}

a {
	color:#00014a;
	}

a:hover {
	color:#ffffff;
	background-color:#00014a	
	}

body 	{
	background-color:#ffffff;
	color: #000000;
	}

#header {
	background-image: url(../../image/background/top_background.png);
	background-repeat: repeat-x;
	border-color: #ffffff;
	margin: 0px 0px;
	height: 80px;
	}

#logo {
	text-align: center;
	position:absolute;
	left:300px;
	top:0px;
	}

#menu {
	background-image: url(../../image/background/left_background.png);
	background-repeat: repeat-y;
	background-position: left;
	margin: 0;
	width: 256px;
	height: 1000px;
	border-style: solid solid none solid;
	border-width: 0px;
	margin: 0px 0px 0px 0px;
	color: #00014a
}

#main_table { 
	text-align:center; 
	border-spacing: 0px;
	background-color:#ffffff;
	border-collapse: collapse;
	color: 473824
	}

#main_table a {
	color:#473824;
	}

#main_table a:hover {
	color:#f6af7b;
	background-color:#473824	
	}

.top_left_panel {
	background-image:url('../../image/canvas/book_top_canvas.png');
	background-repeat:repeat-x;
	background-position:top;
	background-color:#f6af7b
	}

.top_right_panel {
	background-image:url('../../image/canvas/book_top_canvas.png');
	background-repeat:repeat-x;
	background-position:top;
	background-color:#f6af7b
	}

.bottom_left_panel {
	background-image:url('../../image/canvas/book_bottom_canvas.png');
	background-repeat:repeat-x;
	background-position:bottom;
	background-color:#f6af7b
	}

.bottom_right_panel {
	background-image:url('../../image/canvas/book_bottom_canvas.png');
	background-repeat:repeat-x;
	background-position:bottom;
	background-color:#f6af7b
	}

.top_central_panel {
	background-image:url('../../image/canvas/book_top_canvas.png');
	background-repeat:repeat-x;
	background-position:top;
	background-color:#f6af7b;
	}

.central_central_panel {
	background-color:#f6af7b;
	text-align:left;
	font-family:arial; color:black
	}

.bottom_central_panel {
	background-image:url('../../image/canvas/book_bottom_canvas.png');
	background-repeat:repeat-x;
	background-position:bottom;
	background-color:#f6af7b
	}

.central_left_panel {
	background-image:url('../../image/canvas/book_gradient_left_canvas.png');
	background-repeat:repeat-y;
	background-color:#f6af7b;
	background-position:left;
	}
	
.central_right_panel {
	background-image:url('../../image/canvas/book_gradient_right_canvas.png');
	background-repeat:repeat-y;
	background-color:#f6af7b;
	background-position:right;
	}

.menu_header {
	font-size:larger;
	font-weight:bold;
	font-family: 'Satisfy', cursive;
}

.menu_item {
	font-size:large;
	font-family: 'Satisfy', cursive;
}
