body {
	background-color: #ffffff;
	font: 12px "Arial, Helvetica", sans-serif;
	font-weight: 400;
	line-height: 15px;
}






/* TEXT STYLES  */

P {
color:#663366;
font-weight: 400;
padding: 10px 10px 10px 10px;
margin: 10px 10px 10px 10px;
}

.footer_text {
font:Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
color:#663366;
font-weight: 400;
}


a {
	color:#ffffff;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	}
	
a.footer {
	color:#663366;
	text-decoration: none;
}
a.footer:hover{
	color:#006;
	text-decoration: underline;
}

a.textlink {
	color:#663366;
	text-decoration: none;
	font-weight: 800;
}
a.textlink:hover{
	color:#006;
	text-decoration: underline;
}

a.classes {
color:#660033;
text-decoration: none;
	}
a.classes:hover{
	color:#006;
	text-decoration: underline;
}

H5 {
	font-size:12px;
	font-weight: 400;
	color:#663366;
}

#menu H5 {
	font-size:12px;
	font-weight: 400;;
	margin-right: 10px;
	margin-top:2px;
}

#menu UL {
line-height: 14px;
}

H4 {
	font-size:12px;
	font-weight: 800;
	color:#663366;
}

H2 {
	font-size:14px;
	font-weight: 800;
	color:#663366;
	margin-left: 10px;
	margin-top: 20px;
}

.big {
	font-size:18px;
	}

UL {
color:#fff;
}

UL.textlist {
color:#663366;
padding: 10px 10px 10px 20px;
margin: 10px 15px 10px 10px;
line-height: 24px;
}

.workshop {
	background-color:#cccccc;
	color:#333333;
	padding:10px 10px 10px 10px;
	}
	
#tips h2 {
color:#CC0000;
	}
	
#tips p {
color:#CC0000;
	}
	
#tips UL {
color:#CC0000;
line-height: 15px;
	}
	
UL.schedule  {
color:#660033;
font-weight:700;
line-height: 14px;
padding: 10px 10px 10px 20px;
margin: 10px 15px 10px 10px;
	}
	
p.classes {
color:#660033;
font-weight: 400;
padding: 10px 10px 10px 10px;
margin: 10px 10px 10px 10px;
	}

/* LAYOUT DIV STYLES  */

#big_block {
	position:absolute;
	left:24px;
	top:13px;
	width:750px;
	height:auto;
	z-index:4;
	border:#000000 solid 1px;
	background-color:#333399;
}

/* header */

#header {
	position:static;
	width:750px;
	height:143px;
	z-index:1;
	border-bottom:#FFcc33 solid 1px;
}

#sunflower {
	position:absolute;
	left:0px;
	top:0px;
	width:196px;
	height:123px;
}

#header_text {
	position:absolute;
	left:196px;
	top:0px;
	width:554px;
	height:143px;
	z-index:1;
}

.rule {
	border-bottom:#FFCC33 solid 10px;
	} 

/* content */

#content_block {
	position:static;
	width:750px;
	z-index:1;
}

#menu {
	position:absolute;
	left:0px;
	top:144px;
	width:196px;
	z-index:1;
	background-color:#333399;
}

#text_block {
	position:static;
	width:534px;
	z-index:2;
	float:right;
	background-color:#ffffff;
	
	border:#FFCC33 solid 10px;
}

#text_holder {
	padding: 10px 10px 10px 10px;
	margin: 10px 10px 10px 10px;
}

/* footer */

#footer {
	position:absolute;
	bottom:-82px;
	left:-1px;
	width:750px;
	z-index:4;
	border-top:#FFcc33 solid 1px;
	border-bottom:#000000 solid 1px;
	border-left:#000000 solid 1px;
	border-right:#000000 solid 1px;
	background-color:#cccc99;
}

.floatimgleft {
	float:left;
	font-size:10px;
	color:#999999;
	margin-right:10px;
}

.floatimgright {
	float:right;
	margin-left:10px;
	margin-top:10px;
	margin-left:10px;
}




