*, html, body, h1, h2, h3, h4, h5, h6, p, ul, ol, dl, li, dd, dt, img,
blockquote, q, table, thead, tbody, tfoot, caption, th, tr, td, a, form,
input, textarea, fieldset
{margin: 0; padding: 0;}

/* SET BASE FONT ATTRUBUTES */
html{font-size:100%;}
body {
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color:#642513;
	font-weight: normal;
	font-style: normal;
}
/* SORT OUT HEADER FORMATTING AND SIZES */
h1, h2, h3, h4, h5 {font-weight: bold;margin: .2em .2em .2em .2em;}
h1 {font-size: 1.75em;color: #d32523;display:none;}
h2 {font-size: 1.5em;color: #d32523;margin-left:-45px;font-style:italic;}
h3 {font-size: 1.3em;padding-top:.5em;}
h4 {font-size: 1.1em;}
h5 {font-size: 1em;}
h6 {font-size: 1em;}

body {
	background-color: #e5e0d6;
	background-image:url(images/bg_html.jpg);
	margin: 0;
	
}
a:link, a:visited, a:active {
	color: #642513;
}
a:hover {
	color: #c52626;
}
hr {
	margin: .2em 0em .2em 0em;
	color: #660033;
	background-color:#660033;
	height: .4em;
}
img{
	border: 1px solid #642513;
}
form {

}

#main {
	background-image:url(images/Bg_1024.jpg);
	background-repeat:no-repeat;
	width:1024px;
	/*margin:auto;*/
}

#banner {
	width:1024px;
	padding:0px;
	/*background-color:green;*/
}
#banner img {
	border:none;
}
#banner a {
	/*color: #fbfbc8;*/
}
#barefootPuppetsLogo{
	margin:5px 0px 0px 110px;
	border:0;
}
#PictureMenu{
	position:absolute;
	top:25px;
	left:355px
}
#search_box {
	text-align:right;
	padding:0px 190px 0px 0px;
	margin-top:-30px;
}
#search_box form{
	padding:0;
	height:100%;
}
.search_string {
	width: 12em;
	font-size:.7em;
	vertical-align: middle;
	margin:0;
}
.search_submit {
	width: 5em;
	font-size:.7em;
	vertical-align: middle;
	margin:0;
}

#TopMenu{
	color:#642513;
	text-align:left;
	width:560px;
	margin: 20px 0px 0px 225px;
}
#TopMenu ul{
	display:inline;
	list-style:none;
	font-size:.8em;
	line-height: 1.2em;
	
}
#TopMenu li{
	display:inline;
	padding:0px 0px 0px 0px;
	background-image:url(images/bg_menu.gif);
	background-repeat:no-repeat;
}
#TopMenu li.menu-first{
	margin: 0px 0px 0px -5px;
	background-image:none;
}
#TopMenu li.menu-current a{
	color: #c52626;
	
}
#TopMenu a{
	font-weight:bold;
	text-decoration:none;
	padding:0px 5px 0px 5px;
	line-height: 1.3em;
}
#BottomMenu{
	margin-top:30px;
}
#BottomMenu ul{
	display:inline;
	list-style:none;
}
#BottomMenu li{
	display:inline;
	padding:0px 5px 0px 5px;
	background-image:url(images/bg_menu.gif);
	background-repeat:no-repeat;
}
#BottomMenu li.menu-first{
	margin: 0px 0px 0px -5px;
	background-image:none;
}
#BottomMenu a{
	font-weight:bold;
	text-decoration:none;
}
#BottomMenu li.menu-parent a, #BottomMenu li.menu-current a{
	color: #c52626;
}

#LeftSide{
	position:absolute;
	width:240px;
	left:3px;
	top:130px;
}
#RightSide{
	width:275px;
	position:absolute;
	left:790px;
	top:150px;
}
#content {
	width:481px;
	padding: 0px 100px 0px 100px;
	margin: 20px 0px 0px 172px;
	text-align: justify;
	background-color: #ffffcc;
	min-height:500px
}
#content p{
	font-size:.8em;
	line-height: 1.5em;
	margin-bottom: 1em;
}
#content ul{
	font-size:.8em;
	line-height: 1.5em;
	margin-bottom: 5px;
	margin-left: 25px;
}
#content td{
	font-size:.8em;
	line-height: 1.5em;
	margin-bottom: 1em;
}
#content td p{
	font-size:1em;
}
#footer {
	clear: both;
	height: 1.8em;
	font-size: .9em;
	color: #666666;
	text-align: center;
	line-height: 1.4em;
}
.powered_by {
	text-align: center;
	font-size: 10px;
	padding-top: 2px;
}
/* this is a color override for the form builder*/
.field_heading {
	font-size: 12px;
	font-weight: bold;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #642513 !important;
	padding-top: 10px;
	color: #642513 !important;
}

img.frontSidePicture{
	border:none;
}
