body{
	font-size:12px;
	color:#57554f;
	margin:0px;
	line-height:18px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background:url(../images/bg.gif) top left repeat-x;
}
a:link, a:visited{
	color:#0063ab;
	text-decoration:underline;
}
a:hover{
	color:#0063ab;
	text-decoration:none;
}
form, ul, ol, h1, h2, h3, h4, h5, h6, p, dl, textarea, input{
	margin:0px;
	padding:0px;
}
img{
	border:0px solid;
}
a:focus, :focus{
	outline:0px solid;
}
.left{
	float:left;
}
.right{
	float:right;
}
.clear{
	height:0px;
	clear:both;
	overflow:hidden;
}
.button{
	color:#ffffff;
	font-weight:bold;
	text-align:center;
	height:23px;
	border:#b2b2b2 1px solid;
	background-color:#17638a;
}
.form {
	color:#333333;
	border:#b2b2b2 1px solid;
	padding:2px 0px 2px 3px;
	font-size:12px;
}

#header{
	width:920px;
	margin:0px auto;
	padding:25px 20px 0px;
	height:47px;
	position:relative;
	background:url(../images/headerbg.gif) top left no-repeat;
}
#header ul{
	list-style-type:none;
	float:right;
}
#header ul li{
	line-height:20px;
	color:#835203;
}
#header ul li a:link, #header ul li a:visited{
	color:#835203;
	text-decoration:none;
}
#header ul li a:hover{
	color:#835203;
	text-decoration:underline;
}
#yoga{
	top:23px;
	left:21px;
	position:absolute;
}

#navigation{
	height:35px;
	background-color:#00a9e0;
	width:630px;
	padding-left:320px;
	margin:0px auto;
}
#navigation ul, #event ul{
	list-style-type:none;
}
#navigation ul li{
	float:left;
	background:url(../images/devider.gif) right no-repeat;
}
#navigation ul li.last{
	background:none;
}
#navigation ul li a{
	color:#ffffff;
	text-decoration:none;
	padding:8px 17px;
	display:block;
	font-weight:bold;
}
#navigation ul li a:link, #navigation ul li a:visited{
	color:#ffffff;
	text-decoration:none;
}
#navigation ul li a:hover{
	color:#f6f6a0;
	text-decoration:none;
}
#navigation ul li a.current:link, #navigation ul li a.current:visited, #navigation ul li a.current:hover{
	color:#f6f6a0;
	text-decoration:none;
}

#body_content{
	width:900px;
	padding:8px 28px 25px;
	margin:0px auto;
	background:url(../images/bodybg.gif) top left repeat-y;
}
#content{
	width:615px;
	float:right;
	text-align:justify;
}
#schedules{
	position:relative;
	width:900px;
	float:right;
	text-align:justify;
	background:url(../images/bodybg.gif) top left repeat-y;
}
#event{
	width:265px;
	float:left;
	margin-top:100px;
}
#banner{
	height:194px;
	width:606px;
	padding:9px 0px 0px 9px;
	margin-bottom:15px;
	background:url(../images/header_back.jpg) no-repeat;
}
.bluebox{
	padding:10px;
	background:url(../images/blueboxbg.gif) bottom right no-repeat #00a9e0;
}
.yellowbox{
	padding:10px;
	margin-bottom:15px;
	background-color:#fbefae;
}
h1{
	font-size:20px;
	color:#00101c;
	font-weight:normal;
	padding-bottom:10px;
	font-family:'Trebuchet MS', Arial, Helvetica, sans-serif;
}
ul.listitem{
	list-style-type:none;
	padding-left:20px;
}
ul.listitem li{
	line-height:22px;
	color:#00477b;
}
ul.listitem li span{
	color:#ad9436;
	font-weight:bold;
	padding-right:3px;
}
#event ul{
	padding-left:7px;
}
#event ul li{
	background:url(../images/left_nav_bg.gif) top left no-repeat;
	height:38px;
	width:232px;
	margin-bottom:3px;
}
#event ul li a{
	color:#2a2a2a;
	font-size:13px;
	text-decoration:none;
	padding:9px 0px 10px 38px;
	display:block;
	font-weight:bold;
}
#event ul li a:link, #event ul li a:visited{
	color:#5a6062;
	text-decoration:none;
}
#event ul li a:hover{
	color:#2a2a2a;
	text-decoration:none;
}
#event ul li a.event_01{
	background:url(../images/icon_event01.gif) 7% 50% no-repeat;
}
#event ul li a.event_02{
	background:url(../images/icon_event02.gif) 7% 50% no-repeat;
}
#event ul li a.event_03{
	background:url(../images/icon_event03.gif) 7% 50% no-repeat;
}

#footer{
	width:940px;
	margin:0px auto;
	padding:10px;
	height:40px;
	clear:both;
	font-size:11px;
	color:#777878;
	background:url(../images/footerbg.gif) top left no-repeat;
}
#footer a:link, #footer a:visited{
	color:#777878;
	text-decoration:none;
	padding:0px 3px;
}
#footer a:hover{
	color:#343434;
	text-decoration:none;
	padding:0px 3px;
}

table.class{
	background-color:#d3c57a;
	border:4px #eaeaac solid;
}
table.class th{
	font-size:12px;
	text-align:center;
	font-weight:bold;
	line-height:27px;
	color:#01516b;
	background:url(../images/thbg.gif) top left repeat-x #e9c852;
}
table.class td{
	width:100px;
	height:50px;
	font-size:11px;
	line-height:normal;
	text-align:center;
	padding:5px 0px;
}
table.class tr.odd{
	background-color:#ffffd8;
	text-align:center;
}
table.class tr.even{
	background-color:#f7f7cc;
}