#logo_pane {
    text-align: center;
}

#group {
    width: 100%;
}

#group_1 {
    vertical-align: top;
}

#group_2 {
    vertical-align: top;
    /*width: 125px;*/
}

#title_pane {
background-image: url(/pumpkin-bg.jpg);
backgound-position: top center;
height: 125px;
border-bottom: thin black solid;
}

#title_pane h1 {
position: relative;
color: #fff;
margin: 0 0 0 10px;
top: 85px;
font-size: 16pt;
}

#title_pane h1 a {
color: #fff;
}

#entire {
	width: 600px;
	background: #fff;
	border: thin black solid;
	border-color: #000;
	margin: 5px auto;
	text-align: left;
}

body {
    background: #f90;
    color: #000;
    font-family: verdana, arial, helvetica, san-serif;
    font-size: 12px;
    text-align: center;
}

a {
	color: #063;
}

a.visited {
	color: #396;
}

#toolbar_pane {
	border-bottom: thin black solid;
	/*padding: 0 0 5px 10px;*/
}

#content_pane {
	margin: 10px 50px;
}

img {
	border: none;
}

#toolbar p {
	/*display: inline;*/
}

h1, h2, h3, h4, h5, h6 {
    margin: 0px;
    padding: 0px;
    font-weight: bold;
}

.error, .empty {
    color: #000;
    border: thin red dotted;
}

