body
{
	background-image: url(images/duck_bg.jpg);
	margin: 0px;
	padding: 0px;
}

#page
{
	width: 846px;
	position: relative;
	/* border: 1px solid white; */
}

td
{
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
}

.nav
{
}

.header
{
	position: absolute;
	top: 0px;
	left: 291px;
	
}

.column_left
{
	background-image: url(images/bg_left_column.gif);
	
}	

.main_content
{
	padding: 0px 20px 20px 20px;
}

.titles
{
	position: relative;
	width: 380px;
	text-align: center;
	margin-bottom: 20px;
}

b
{
	color: #660000;
}

.footer
{
	padding-top: 10px;
	padding-bottom: 10px;
	vertical-align: top;
	color: white;
	font-family: verdana;
	font-size: 10px;
	line-height: 14px;
}

.menu_category
{
	margin-top: 10px;
	font-family: arial, helvetica, sans-serif;
	line-height: 14px;
}

h3
{
	color: #000066;
	font-weight: bold;
	font-size: 24px;
	text-decoration: underline;
}

#placed_footer
{
	position: absolute;
	bottom: 30px;
	left: 150px;
	width: 600px;
}