/* Emedded fonts */
@font-face {
	font-family: Artbrush;
	src: url(fonts/Artbrush.ttf);
}

.cursiveheadline {
	font-family: Artbrush, georgia, serif; 
	color: #a83420;	
	font-size:1.4em;
}

body {
	background-image:url(background.png);
	background-repeat:repeat-x;
	font-family:arial;	
}

#container {
	width:700px;
	margin-left:auto;
	margin-right:auto;
	border:1px solid gray;
	background:white;
	padding-left:1em;
	padding-right:1em;
}

#header {
	text-align:center;
	margin-bottom:1em;
	padding:0px 1em 0px 1em;
}

#form {
	width:350px;
	float:left;
}

#footer {
	width:450px;
	margin-left:auto;
	margin-right:auto;
}

.left {
	float:left;
}

.right {
	float:right;
}


span.required {
	color:blue;
}

td.formtext {
	text-align:right;
}

table.formtable, table.formtable tr td {
	padding:5px;
}

p.quote {
	font-family:"times new roman";
	font-size:1.2em;
	font-style:oblique;
	margin-bottom:0px;
}

p.sig {
	margin-top:0px;
	font-weight:bold;
	text-align:right;
}

#submit_nobook {
	font-size:1em;
}

#submit {
	font-size:1em;
}

