﻿/* CSS layout */

body {
	margin-top: 0px;
	margin-left: 0px;
	font-family: Calibri, Georgia;
	font-size:95%;
	color: #000000
}
.post-body img { display: block; margin-left: auto; margin-right: auto;
}

	
.main_left {
	float:left;
	background-color:#C60000;
	width: 1000px;
	height: 700px;
	margin-top:0px;
	margin-left: 0px;
	margin-bottom:0px;

	
}

.nav_right {
	position:absolute;
	width: 200px;
	background-color:#400000;
	height: 700px;
	margin-top:0px;
	padding-top: 70px;
	margin-left: 1000px;
	margin-bottom:0px;
}
.nav_left {
	position:absolute;
	width: 200px;
	background-color:#400000;
	height: 850px;
	margin-top: 0px;
	padding-top: 70px;
	margin-left: 0px;
	margin-bottom:0px;
}
.main_right {
	float:left;
	background-color:#002800;
	width: 1000px;
	height: 850px;
	margin-top:0px;
	padding-top:70px;
	margin-left: 200px;
	margin-bottom:0px;
	
}


.left_low {
    position:absolute;
	background-color:#400000;
	height: 150px;
	width:1000px;
	margin-top:700px;
	margin-left: 0px;
}

.right_low {
    position:absolute;
	background-color:#C60000;
	height: 150px;
	width:200px;
	margin-top:701px;
	margin-left: 1000px;
}
h1 {
	font-family:Vivaldi, Times New Roman;
	font-size: 50px;
	color:white;
	font-weight:Normal;
	font-style:italic;
	text-align:center
}
h2 {
	font-family:Vivaldi, Times New Roman;
	font-size: 35px;
	color:white;
	font-weight:bold;
	font-style:italic;
	text-align:center
}

h3 {
	font-family: "Lucida Handwriting";
	color:white;
	font-weight:bold;
	text-align:center;

}


.center {
	text-align:center;
}
 
a:hover {
	
	color:#FF8000;
	}
	
a {
	color:white;

	font-family:Calibri, verdana, arial, san-serif;
	font-weight:bold;
	font-size:large;
	margin-left:25px;
	text-decoration:none;
	line-height:160%;
}


	
	
table.lesson {
	border: 1px solid #000000;
	border-bottom-width:1px;
	border-bottom-style:solid;
	border-color:black;
	background-color:white;
	font-family:Calibri, verdana;
	color:black;
	width:80%;
	text-align:left;
	margin-left:75px;
}

td.style1 {

	border: 1px solid #000000;
	border-color:navy;
	border-width:1px;
	border-syle:solid;
	
}

hr.nav {
	
	height: 3px;
	border-style: solid;
	width: 80%;
	

}

