@charset "utf-8";
/* CSS Document */
/* Body */

a:link	{font-weight: bold; color: #C90; text-decoration: none;}
a:visited	{font-weight: bold; color: #C90; text-decoration: none;}
a:active	{font-weight: bold; color: #C90; text-decoration: none;}
a:hover	{font-weight: bold; color: #C90; text-decoration: underline;}

body	{
	/*
	background-image: url(images/background.jpg);
	*/
}

/* Div Section */

#headlines	{
	margin: auto;
	position: relative;
	width: 880px;	
	top: -20px;
	background-color: #FFF;
	border: 3px #090 double;
	padding: 10px;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
}

div.form_name	{
	display: table;
	float: left;
	width: 400px;
	font-weight: bold;
	padding: 5px;
	overflow: hidden;
}

div.form_field	{
	display: table;
	float: left;
	width: 400px;
	padding: 5px;
	overflow:hidden;
}

#header	{
	width: 960px;
	height: 150px;
	background-image: url(images/taste_header.png);
	text-align: center;
	margin: auto;
}

#navbar	{
	margin: auto;
	width: 960px;
	height: 50px;
}

#content	{
	margin: auto;
	width: 960px;
	font-family: Tahoma, Geneva, sans-serif;
	background-image: url(images/book_center.png);
	font-size: 12px;
}

#footer	{
	display: table;
	position: relative;
	margin: 0px auto 10px auto;
	width: 960px;
	padding: 10px 0px 10px 0px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	text-align: center;
	line-height: 150%;
}

div.left	{
	margin: auto;
	width: 420px;
	margin-left: 40px;
	float: left;
	background-color: #CCE8BB;
}
div.right	{
	margin: auto;
	width: 420px;
	margin-left: 40px;
	float: left;
	background-color: #CCE8BB;
}

div.sponsor	{
	display: table;
	width: 880px;
	padding-left: 40px;
	padding-bottom: 10px;
}

div.sponsor_cell	{
	display: table-cell;
	text-align: center;
	font-weight: bold;
	float: left;
}

div.form	{
	margin: auto;
	width: 600px;
	border: 6px double #090;
}

/* Form */

.textbox	{
	border: 3px double #096;
}

/* Headings */

img.book	{
	margin: auto;
	width: 960px;
}

h1	{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 20px;
}

h2	{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 24px;
	line-height: 24px;
	text-align: center;
	padding: 5px 0px 5px 0px;
	border-bottom: 3px groove #CCC;
	background-color: #090;
	margin-top: 0px;
}

h3	{
	margin-left: 20px;
}
h6	{
	border: 5px ridge #0C0;
	padding: 10px;
	width: 700px;
}

hr.mini	{
	margin: 0px;
	width: 550px;
}

/* Paragraphs */

li, ui	{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	padding-left: 10px;
	line-height: 125%;
}

li ul li	{
	margin-left: -30px;
	list-style: disc;
}

p.bodytext	{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	padding-left: 10px;
	padding-right: 20px;
}

p.sponsor	{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	padding-left: 10px;
	padding-right: 5px;
}

div.topic	{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	float: left;
	padding: 0px 3px 10px 0px;
	font-weight: bold;
	width: 90px;
	text-align: right;
}
div.text	{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	padding: 0px 0px 10px 0px;
	float: left;
	width: 290px;
}

/* Images */

