#title   {
	position: absolute; 
	top: 0px; 
	left: 0px; 
	width: 100%;
	visibility: visible; 
	display: block;
	background-image: url(bg_repeat.jpg);
	background-repeat: repeat-x;
}

#sidebar   { 
	background-color: #f3e9bc; 	/* whitish */
	position: absolute; top: 150px; 
	left: 40; 
	width: 200; 
	visibility: visible; 
	display: block;
	padding:0px
}

#main   { 
	/*background-color: #4f300c; */
	background-color: #603a0f; 
	position: absolute; 
	top: 220; 
	left: 265; 
	width: 484; 
	visibility: visible;
	display: block;
	
 	padding: 10px;

	color: #f3e9bc;	/* whitish */
}

div,body,td,p,h1,h2,h3,h4,h5,a,input,form,table,tr {
	font-family: 'Palatino Linotype','Book Antiqua',Palatino,serif; 
	font-style: italic;
	font-weight: bold;
}
div,body,td,p,h1,h2,h3,h4,h5,a,form,table,tr {
	color: #f3e9bc;	/* whitish */
}

a {
	text-decoration: none;
	color: #c75d28;	/* orangish */
	/*color: #f46219;*/
	/*color: #ee9900;*/
	/*color: #df9000;*/
	/*color: #af2823;	/* reddish */
}

body, td, p, a {
	font-size: 16px;
}

h1,h2,h3,h4,h5 {
	font-size: 23px;
}

ul.menu1 {
	color: #af2823;	/* reddish */
	padding: 10px;
	margin: 0px;
	padding-right:0px;	/* ie sucks, this is for progress.php in sidebar */
	width: 100%;
	list-style-type: none;
	line-height: 1.2em;
	font-size: 18px;
	font-weight: normal;
}
ul.menu2 {
	color: #af2823;	/* reddish */
	list-style-type: square;
	line-height: 1.2em;
	font-size: 18px;
	font-weight: normal;
}
a.menu {
	font-size: 18px;
	font-weight: normal;
}

input:hover, a:hover {
	text-decoration: underline;
}

body {
	background-color: #482803;	/* dark brown */
}

input.rsvp {
   FONT-SIZE: 16px;
	background-color: #603a0f; 	/* brown */
   border-width:0px;
   margin: 0px;
   padding: 0px;
   HEIGHT: 24;
}

input.short {
   WIDTH: 130px;
}

input.text {
	border-bottom: 1px solid #f3e9bc; 	/* whitish */
	color: #f3e9bc; 	/* whitish */
}
input.button {
	color: #c75d28;	/* orangish */
}

/*<div class="rsvpcard">
	<div class="rsvpcardtextarea">
		<table>
			<tr><td class="rsvpcard" colspan=2 align=center>R.S.V.P.</td></tr>
			*/

div.rsvpcard {
	background-color: #f3e9bc;
	background-image: url('leaf.jpg'); 
	background-repeat: no-repeat;
	/*BACKGROUND: #f3e9bc url('leaf.jpg') no-repeat left top;*/ HEIGHT: 100%; /* stupid internet explorer this is JUST for that stupid browser!*/

	
	position: relative; 
	top: 0; 
	left: 0; 
	right: 0; 
	/*	width: 100%; 	/* from above, 484 - 20 */
	visibility: visible;
	display: block;
	
 	padding: 0px;
 	margin: 10px;
}

.rsvpcard {
	color: black;
	font-family: 'Georgia','Georgia',serif; 
	font-style: normal;
	font-weight: normal;
}

input.cardinput {
	text-align: center;
	/*
	vertical-align: text-top;
	*/
   FONT-SIZE: 16px;
	background-color: transparent;
   margin: 0px;
   padding: 0px;
   HEIGHT: 19px;
   border-width:0px;
	border-bottom: 1px solid black;
	font-family: 'Palatino Linotype','Book Antiqua',Palatino,serif; 
	font-style: italic;
	font-weight: bold;
}

td.rsvpcard {
	line-height: 19px;
}

input.willnot {
	vertical-align: bottom;
}

div.rsvpcardtext {
 	padding: 10px;
}

td.songhead {
	border-bottom: 1px solid #f3e9bc; 	/* whitish */
}

td.songlist {
	font-weight: normal;
}

input.editsong {
	font-weight: normal;
   FONT-SIZE: 16px;
   border-width:0px;
   margin: 0px;
   padding: 0px;
   HEIGHT: 24;
   WIDTH: 100%;
	border-bottom: 1px solid #f3e9bc; 	/* whitish */
	/*background-color: #603a0f; 	/* brown */
	/*color: #f3e9bc; 	/* whitish */
	color: #603a0f; 	/* brown */
	background-color: #f3e9bc; 	/* whitish */
}

#err   { 
	background-color: #603a0f; 
	position: absolute; 
	top: 0; 
	left: 530; 
	width: 500; 
	visibility: visible;
	display: block;
 	padding: 10px;
	color: #f3e9bc;	/* whitish */
}

hr {
	border: 0px;
	border-top: 1px solid #f3e9bc;   /* whitish */
	border-bottom: 1px solid #f3e9bc;   /* whitish */
	color: transparent;
	background-color: transparent;
	height: 3px;
}

.green, input.green {
	color: #1ded07;
}

.blue, input.blue {
	color: #0779ed;
}

.magenta, input.magenta {
	color: #ed079f;
}

.whitish {
	color: #f3e9bc;
}

.login2 {		/* inner box */
	border: 1px double #f3e9bc;   /* whitish */
	border-width: 3px;
	color: transparent;
	background-color: transparent;
	margin: 0px;
	padding: 15px;
	padding-bottom: 0px;
}

td.login {
	font-weight: bold;
	font-size: 14px;
}

.credits {
	font-weight: normal;
	font-size: 9px;
	color: #603a0f; 
}

.progress {
	height: 5px;
}

#yes {
	background-color: #603a0f; 	/* brown */
	float:left;
}

#maybe {
	background-color: #c75d28;	/* orangish */
	float:left;
}

#no {
	background-color: #af2823;	/* reddish */
	float:left;
}

/*background-color: #f3e9bc; 	/* whitish */
/*background-color: #c75d28;	/* orangish */
/*background-color: #af2823;	/* reddish */
/*background-color: #482803;	/* dark brown */
/*background-color: #603a0f; 	/* brown */
