body {
	margin: 0 auto;
	width: 804px;
	background-color: #ffffff;
	font-size: 10pt;
	color: #000000;
	font-family: Verdana, Helvetica, sans-serif;
	height: 100%;
	padding: 0;
}

html {
	height: 100%;
	padding: 0;
	margin: 0;
}

a
{
	color: #ae0000;
}

a.menu
{
	color: #dedede;
	text-decoration: none;
	line-height: 24px;
	height: 24px;
	vertical-align: top;
}

a.menu:visited
{
	color: #dedede;
	text-decoration: none;
}

a.menu:hover
{
	color: #ffffff;
	text-decoration: none;
}

a:visited
{
	color: #55351f;
}

a img
{
	border-width: 0px;
	border-color: #000000;
}

#left_column {
	float: left;
	width: 280px;
	padding: 0;
	margin: 0;
	overflow: hidden;
	display: inline;
	z-index: 1;
}

#right_column {
	float: right;
	width: 520px;
	padding: 0;
	margin: 0;
	overflow: hidden;
	display: inline;
	min-height: 100%;
	z-index: 1;
}

#right_box {
	position: relative;
	padding: 0 0 0 10px;
	width: 601px;
}

#contain_all
{
	margin: 0;
	padding: 0;
}

#top_area {
	margin: 0 auto;
	width: 804px;
	height: 135px;
	position: relative;
	z-index: 100;
}

#logo {
	position: absolute;
	top: 5px;
	left: 0;
}

.left_header
{
	width: 252px;
	height: 27px;
	background-color: #ae0000;
	text-align: center;
	color: #ffffff;
	font-family: Arial, sans-serif;
	font-size: 14pt;
	line-height: 27px;
	margin-top: 10px;
}

.block_title {
	width: 250px;
	height: 27px;
	background-color: #ae0000;
	text-align: center;
	color: #ffffff;
	font-family: Arial, sans-serif;
	font-size: 14pt;
	line-height: 27px;
	margin-top: 10px;
	margin: 0 auto;
}

.left_image {
	margin-top: 1px;
	border: 1px solid #ae0000;
}

.right_image {
	margin-top: 10px;
}

#home_map {
	width: 515px;
	height: 265px;
	background-color: #f5ebe4;
	margin-top: 10px;
	text-align: center;
}

.float_left {
	width: 255px;
	padding: 0;
	margin: 0;
	float: left;
	display: inline;
}

.float_right {
	width: 255px;
	padding: 0;
	margin: 0;
	float: right;
	display: inline;
}

#footer {
	width: 100%;
	float: left;
	text-align: center;
	margin-top: 10px;
}

table.store {
	width: 350px;
	height: 150px;
	border: 1px solid #ae0000;
	border-collapse: collapse;
	text-align: center;
	margin-top: 2px;
	margin-bottom: 0;
}

td.store {
	border: 1px solid #ae0000;
	
}

.righttd {
	width: 200px;
}

.lefttd {
	width: 260px;
}

table.store2 {
	width: 350px;
	height: 10px;
	border: 1px solid #ae0000;
	border-collapse: collapse;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 8px;
	font-size: 9pt;
	text-align: left;
}

.center {
	text-align: center;
}

.new_price {
	color: #ae0000;
	font-weight: bold;
}

.math_header {
	font-size: 14pt;
	font-weight: bold;
	width: 100%;
	text-align: center;
}

.quoted {
	float: right;
	font-style: italic;
}


table.download {
	width: 360px;
	height: 150px;
	border: 1px solid #ae0000;
	border-collapse: collapse;
	text-align: center;
	margin-top: 2px;
	margin-bottom: 8px;
}

td.download {
	border: 1px solid #ae0000;	
}

td.d_left {
	min-width: 110px;
}

td.d_bottom {
	height: 1em;	
}

#player {
	display:block;
	width:416px;
	height:284px;
}


/* Suckerfish Menu */

#menu {
	position: relative;
	top: 109px;
	padding: 0;
	margin: 0;
	list-style: none;
}

.menu_item {
	background-repeat: repeat-x;
	text-align: center;
	height: 24px;
	color: #dedede;
	font-family: Arial, sans-serif;
	font-size: 14pt;
	list-style-image:none;
	list-style-type:none;
	float: left;
	display: block;
	z-index: 3000;
	padding: 0;
	margin: 1px;
	background-image: url(img/button-bg.png);
	border-bottom-radius: 10px; -moz-border-radius-bottomleft: 10px; -moz-border-radius-bottomright: 10px; -webkit-border-bottom-left-radius: 10px; -webkit-border-bottom-right-radius: 10px;
}

#home_button { width: 120px; }
#math_button { width: 134px; }
#project_button { width: 134px; z-index: 2000; }
#store_button { width: 120px; }
#about_button { width: 120px; }
#download_button { width: 160px; }
#blog_button { width: 124px; }

#menu li ul {
	z-index: 1000;
	position: absolute;
	left: -999em;
	background-color: #fff;
	background-repeat: repeat-x;
	list-style: none;
	margin: 0;
	padding: 4px 0;
	border: 1px solid #ae0000;
	border-radius: 10px; -moz-border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px; -webkit-border-radius: 10px;
}

#menu li ul li {
	padding: 2px 10px;
	float: left;
	position: relative;
	text-align: center;
}

#menu li#project_button ul {
	width: auto;
}

#menu li ul a {
	color: #ae0000;
	text-decoration: none;
	font-size: 12pt;
	font-weight: bold;
	text-align: center;
}

#menu li:hover ul {
	position: absolute;
	left: auto;
	background-color: #fff;
	z-index: 100;
}

#menu li:hover {
	position: static;
}

#menu li.sfhover ul {
	position: absolute;
	left: 0;
	top: 24px;
	background-color: #fff;
	z-index: 1000;
}

#menu li:hover ul li a:hover, #menu li.sfhover ul li a:hover {
	text-decoration: underline;
}
