@charset "utf-8";
/* CSS Document */
/*backgound for body area*/
body{background-image:url(../images/background/stars_02.png);}
/*school logo top of page div*/
#header {
margin-left: 10px;
	margin-top: 10px;
	width: 600px;
	border: solid #990000 2px;
	position: absolute;
	left:160px;
	top: 5px;
}
#karate_header {
width: 100px; height: 100px; position:absolute; left:300px;
}
/*Nav Menu Sidebar_A Begin*/
#sidebar_a {
 float: left; margin-top: 130px; width: 160px; text-align: center;
}
/*Main Content Area Begin*/
#content {
padding-left: 10px;
padding-top: 0px;
width: 710px;
position: absolute; left: 170px;
position: absolute; top: 120px;
}
#rachel {float:left; width: 260px;}
/*Text Font and Spacing*/
h2,h3,h4,h5 {
font-family: Georgia, "Times New Roman", Times, serif; color:#FF0000;
}
p {
font-family: Georgia, "Times New Roman", Times, serif; font-size: 16px; margin-top: 0px; margin-bottom: 0px; text-indent: 15px; line-height: 125%; color:#CCCC00;}
ol li {font-family: Georgia, "Times New Roman", Times, serif; font-size: 16px; color: #009900;}
ul li {font-family: Georgia, "Times New Roman", Times, serif; font-size: 16px; color: #009900;}
/*tables on schedule page*/
.schedule01 {
width: 710px; height: auto;
position: absolute; top: 300px;
position: absolute; left: 180px;
}
/*Footer and Rollover*/
#footer {clear:both; text-align: left; width: 560px; height: 60px; margin-left: 200px; margin-top: 10px;}
a:link {color:#00FF00;}
a:visited {color:#ffcc33;}
a:hover {text-decoration: none; color: #FF0000;}
a:active {}

