/*
file = screen.css
version = 1.0.0.6
created = 2008.03.22
modified = 2008.04.18
history =
	2008.03.11 = Updated #sponsor appearance
	2008.04.18 = Updated #lwr_links appearance
	2008.04.15 = Fixed Left menu to work on all pages
	2008.04.05 = Fixed position of mediaplayer on home page
				 Modified layout for Safari compatability
				 Added Definition List layouts
	2008.04.02 = Modified Header/Sponsor layout for IE 8 compatibility
	2008.03.31 = Added Sponsor block
	2008.03.22 = File created
*/
body
{
	background: white url(../img/bg.png) fixed;
	text-align: center;
	margin: 0px;
	font: 14pt Arial;
	color: black;
}

a
{
	color: darkblue;
	text-decoration: none;
}

.main_box
{
	width: 800px;
	height: 1000px;
	padding: 25px;
	text-align: left;
	background-color: white;
}

.hdr_box
{
	float: right;
	margin-right: 25px;
}

.left_strawberry
{
	width: 112px;
	height: 112px;
	float: left;
	margin-right: 15px;
}

.right_strawberry
{
	width: 109px;
	height: 104px;
	float: left;
	margin-left: 25px;
}

.sm_strawberry
{
	width: 50px;
	height: 60px;
	float: left;
	margin-left: 5px;
	margin-right: 5px;
}

.menu_box img
{
	border: 0px;
	margin-right: 25px;
}


.menu_block
{
	float: left;
	margin-bottom: 25px;
	position: relative;
	top: -70px;
        z-Index: 2;
}

.page_box
{
	margin-left: 25px;
	display: inline;
	position: relative;
	top: -75px;
}

.page_box object, .page_box embed
{
	margin-left: -15px;
}

.hideonscreen
{
	display: none;
}

ol, ul
{
	text-align: left;
}

li
{
	margin-bottom: 20px;
}

#sponsor
{
	float: left;
	width: 200px;
	font-weight: bold;
	text-align: center;
	position: relative;
	left: -25px;
	top: 50px;
}

#lwr_menu
{
	font: 10pt Arial;
}

dt
{
	font-style: italic;
	margin-bottom: 10px;
}

dd
{
	margin-bottom: 25px;
}
