@charset "UTF-8";
body {
	margin: 0;
	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
	color: #773300;
	background: #fffcd6 url(media/pixiedoodle_bg.jpg) repeat-x;
}
a {
	text-decoration: none;
	color: #773300;
}
a:hover {
	text-decoration: underline;
	color: #773300;
}
img {
	border: 0;	
}
.clear {
	clear: both;
}
.copyright {
	padding-left: 10px;
	font-size: 0.75em;
	font-style: italic;
}

/* main content */

#content {
	width: 965px;
	margin: 0px auto;
	text-align: left;
}


/* left column content */

#content_left {
	width: 200px;
	float: left;
}
#content_left p {
	font-size: 0.80em;
	margin-top: 0;
	padding-left: 10px;
}

#content_left_menus ul {
	margin: 0;
	padding: 0;
	padding-left: 5px;
	line-height: 1.4em;
	font-size: 0.95em;
	width: 160px;
	float: left;
}
#content_left_menus li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	float: left;
	width: 100%;
}
#content_left_menus a {
	display: block;
	border-bottom: 2px solid #fffcd6;
	padding: 2px 5px;
}
#content_left_menus a:hover {
	color: #ffffff;
	background: #773300;
	text-decoration: none;
}
#content_left_text {
	float: left;
	width: 100%;
}
.hilight {
	background: #e0ca80;
}


/* right column content */

#content_right {
	width: 765px;
	float: left;
}
#content_right p {
	padding-left: 10px;
	font-size: 0.8em;
	line-height: 1.8em;
}
#content_right h1 {
	padding-top: 20px;
	padding-left: 10px;
	font-size: 1.0em;
	font-weight: bold;
}
#content_right h2 {
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 10px;
	font-size: 0.9em;
	font-weight: bold;
}


/* page footer */
#footer1 {
	height: 35px;
	clear: both;
	border-bottom: 15px solid #773300;
}
#footer2 {
	height: 35px;
	border-bottom: 35px solid #E0CA80;
}