body {
	background: #000000 url("images/bg.png") fixed center;
	text-align: center;
	color: #000000;
	font-family: Verdana, Helvetica, Arial;
	font-size: 12px;
}

* {
     margin: 0;
 }
 
#maincontainer{
width: 900px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
}

#header{

	height: 190px; /*Height of top section*/
}

.headerImages {
	width:228px;
	height: 152px;
	background: white;
	vertical-align: top;
	margin-right:5px;
	padding: 3px; border:
	1px solid black;
}

#header h1{
margin: 0;
padding-top: 15px;
}

#contentwrapper{
float: left;
width: 100%;
}

#contentcolumn{
margin-left: 230px; /*Set left margin to LeftColumnWidth*/
/*margin-right: 230px; Set right margin to RightColumnWidth*/
margin-bottom: 5px;
min-height:500px;
text-align: left;
}

#leftcolumn{
float: left;
width: 230px; /*Width of left column*/
margin-left: -900px; /*Set left margin to -(MainContainerWidth)*/
min-height:650px;
}


.lessons {
	min-height: 250px;
	font-size: 16px;
}

.news {
	text-align: left;
	font-size: 12px;
	border-bottom: 1px solid black;
	min-height: 50px;
}

.news h4 {
	text-align:center;
	color: #FF0000;
}

#footer{
	height: 60px;
	font-size: 10px;
	clear: left;
	width: 100%;
	text-align: center;
	padding: 4px 0;
}

#footer li{
	display: inline;
}

a:link, a:visited, a:active {
	text-decoration: none;
	color: red;
}

a:hover{
	text-decoration: underline;
}

a img {
	border: none;
}

ul.menu
	{
	text-align: center;
	list-style: none;
	vertical-align: bottom;	
	font-size: 18px;
	float: left;
}

ul.menu li {
	background: url('images/button.png') no-repeat;
	width: 160px;
	height: 34px;
	color: white;
	vertical-align: bottom;

}

ul.menu li:hover {
	background: url('images/buttonOver.png') no-repeat;
}

ul.menu li a {
	color: white;
	text-decoration:none;
	display: block;	
	height: 34px;
	vertical-align: bottom;	
}

a.menu:visited {
	color: white;
	text-decoration:none;
}

a.menu:hover {
	color: white;
	text-decoration:none;
	background: url('images/buttonOver.png') no-repeat;	
}

ul.menu li.active {
	background: url('images/buttonOver.png') no-repeat;
}

.content {
	width: 650px;
	text-align: left;
	margin-left: 10px;
	float: right;
}

.teachers {
	list-style: none;
	font-family: Arial, Verdana, Helvetica;
	font-size: 12px;
	
}
    
img.teachers {
	border: 1px solid black;
	background: white;
	padding: 5px;
	margin-right: 5px;
	float: left;
}

img.right {
	border: 1px solid black;
	background-color: #ffffff;
	padding: 5px;
	float: right;
}

img.left {
	border: 1px solid black;
	background-color: #ffffff;
	padding: 5px;
	float: left;
}

li.teachers {
	border-bottom: 1px solid black;
	min-height: 225px;
	padding-top: 10px;
}


li.teachersLast {
	border-bottom: none;
	height: 225px;	
	padding-top: 10px;	
}

.table {
	width: 100%;
	height: auto;
	text-align: center;
	
}
.table .th {
	color: #f00;
	font-weight: bold;
}
.table .td {
	float: left;
	text-align: center;
	width: 33%;
	display: block;
}

.table .tr {
	padding-top: 5px;
	height: 75px;
}

.table .toptr {
	height: 75px;
}

.table .bottomtr {
	padding-bottom: 10px;
	height: 75px;

}

img.productLogos {
	display: block;
	border: 1px solid #ffffff;
	width: 125px;
}

img.productLogos:hover {
	border: 1px solid #ff0000;
}

a.productLogos {
	display: block;
	height: 75px;
}

a:active.productLogos {
	color: #ffffff;
	border: 0px;
	text-decoration: none;
}