@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: black;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
a:link {
	color:#000000;
}
a:visited {
	color: #000000;
}
a:hover {
	color:#666666;
}
a.member:link{
	color: white;
}
a.member:visited{
	color: white;
}
a.member:hover{
	color: #666666;
}
a.login_out_position:link{
	color: #f58220;
}
a.login_out_position:visited{
	color: #f58220;
}
a.login_out_position:hover{
	color: #666666;
}
.oneColFixCtrHdr #container {
	width: 800px; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.oneColFixCtrHdr #header {
	background: url(images/header.jpg);  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	padding: 0px;
	height:144px;
	margin:0;
}
.oneColFixCtrHdr #headerInside {
	background: url(images/headerInsied.jpg);  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	padding: 0px;
	height:144px;
	margin:0;
}
#links {
	font-weight:bold;
	position:relative;
	top: 91.5px;
	left:250px;
	text-transform: uppercase;
	font-size:11px;
	width:540px;
	z-index:3;
}
#linksLogin {
	font-weight:bold;
	position:relative;
	top: 107.5px;
	left:250px;
	text-transform: uppercase;
	font-size:11px;
	width:540px;
	z-index:4;
}
#linksInside {
	font-weight:bold;
	position:relative;
	top: 92.5px;
	left:250px;
	text-transform: uppercase;
	font-size:11px;
	width:540px;
	z-index:2;
}
#linksInsidehtml {
	font-weight:bold;
	position:relative;
	top: 108.5px;
	left:250px;
	text-transform: uppercase;
	font-size:11px;
	width:540px;
	z-index:2;
}
.links {
	margin-right: 6px;
	display:inline;
}
.linksCurrent {
	margin-right: 4px;
	display:inline;
	background-color:#f58220;
	padding-top:1px;
	padding-bottom:4px;
	padding-left:2px;
	padding-right:2px;
	height:30px;
	width:50px;
}
#linksPrivateLessons {
	background-color:#f58220;
	position:relative;
	left:536px;
	top:-41px;
	width:124px;
	height:18px;
	z-index:1;
}
#linksAbout {
	background-color:#f58220;
	position:relative;
	left:661px;
	top:-41px;
	width:100px;
	height:18px;
	z-index:1;
}
#linksHome {
	background-color:#f58220;
	position:relative;
	left:261px;
	top:0px;
	width:100px;
	height:18px;
	z-index:1;
}
#linksVideoLessons {
	background-color:#f58220;
	position:relative;
	left:424px;
	top:-41px;
	width:110px;
	height:18px;
	z-index:1;
}
#linksSchools {
	background-color:#f58220;
	position:relative;
	left:286px;
	top:-41px;
	width:62px;
	height:18px;
	z-index:1;
}
#linksHome {
	background-color:#f58220;
	position:relative;
	left:246px;
	top:-38px;
	width:45px;
	height:18px;
	z-index:1;
}
.oneColFixCtrHdr #mainContent {
	background: url(images/mdl_bkg.jpg);
	margin: 0;
	padding:0;
	height:426px;
}
#mainContentInside {
	background: url(images/inside_bkg.jpg);
	margin: 0;
	padding:0;
	height:426px;
}
.oneColFixCtrHdr #footer {
	margin: 0;
	background:url(images/footer.jpg);
	height:53px;
	position:relative;
	top:0px;
	left:0px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 15px;
}
.oneColFixCtrHdr #footerInside{
	position:relative;
	top:-35px;
	left:0px;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.dailyProverb{
	background-color:#63c29b;
	position:relative;
	bottom:0px;
	left:10px;
	font-size:12px;
	padding-bottom:5px;
	padding-left:2px;
	width:779px;
}
.dailyProverbInside{
	background-color:#63c29b;
	position:relative;
	top:0px;
	left:-5px;
	font-size:12px;
	padding-bottom:5px;
	padding-left:2px;
	width:779px;
}
#private_lesson {
	position:relative;
	top:-110px;
	left:30px;
}
#private_lesson_inside {
	position:relative;
	top:-330px;
	left:30px;
}

#intro{
	position:relative;
	top:-10px;
	left:170px;
}
#blog{
	position:relative;
	top:-15px;
	left:120px;
}
#guest_speaker{
	position:relative;
	top:-5px;
	left:115px;
}
#favorites{
	position:relative;
	top:-15px;
	left:110px;
}
#login{
	position:relative;
	left:500px;
	text-transform: uppercase;
	display:inline;
	font-size:12px;
	height:40px;
	color:white;
	top:15px;
}

.login{
	background-color:#f58220;
	border: medium solid #FFFFFF;
	height:20px;
	vertical-align:middle;
	width:100px;
	display:inline;
	color:black;
	margin-right:10px;
}
#login_out_position{
	position:relative;
	top:-10px;
	left:280px;
	color:white;
	width:460px;
}
#Inside_position{
	position:relative;
	top:-10px;
	left:280px;
	color:white;
	width:460px;
}

#login_out_position,#Inside_position h2{
	color:#f58220;
	font-size:20px;
	text-transform:uppercase;
}
#login_out_position h3{
	color:#f58220;
	font-size:14px;
	text-transform:uppercase;
}
.floatRight{
	float:right;
	width:164px;
}
.floatLeft{
	position:relative;
	left:-270px;
	top:-210px;
	width:195px;
	background-color:#63c29b;
	color:black;
}
.posts {
	background-color:white;
	position:relative;
	left:100px;
	list-style-type: square;
	list-style-position: outside;
	padding: 5px;
	margin: 5px;
}
.insideText{
	font-size:12px;
}
.formCells{
	height:30px;
}