﻿body
{
	background-image: url(../images/gradient.jpg);
	background-repeat: repeat-x;
	background-position: top;
	text-align: center;
	font-family: arial;
}
div.main_container
{
	width: 921px;
	margin-top: 14px;
	margin: auto;
	text-align: left;
}
div.top_bar
{
	width: 692px;
	margin-left: 80px;
	height: 25px;
	background-color: #0000FF;
	float: left;
}
div.title_bar
{
	height: 225px;
	float: left;
}
div.title_bar_left
{
	width: 80px;
	height: 226px;
	float: left;
}
div.title_bar_center
{
	width: 692px;
	height: 225px;
	float: left;
}
div.title_bar_right
{
	width: 149px;
	height: 247px;
	float: left;
}
div.clear
{
	clear: both; 
	height:0px; 
	margin:0px; 
	padding: 0px;
}

div.photo_container
{
	float: left;
}


div.mid_bar
{
	width: 692px;
	margin-left: 80px;
	height: 25px;
	background-color: #e95900;
}

div.body_container
{
	width: 841px;
	margin-left: 80px;
	min-height: 545px;
	background-image: url(../images/owmyball.png);
	background-position: top;
	background-repeat:no-repeat;
}


div.body_text
{
	width: 450px;
	float: left;
	padding-left: 10px;
	padding-top: 20px;
}

div.menu_pane
{
	width: 380px;
	float: left;
}
div.menu
{
	margin-top:20px;
	margin-left: 50px;
	height: 214px;
	width: 207px;
}
div.menu_top
{
	height: 11px;
	width: 207px;
	background-image: url(../images/menu-top.gif);
}
div.menu_bottom
{
	height: 11px;
	width: 207px;
	background-image: url(../images/menu-bottom.gif);
}

div.menu_button_selected
{
	height: 27px;
	width: 207px;
	background-image: url(../images/selected_button.gif);
	text-align: center;
	padding-top: 5px;
}
div.menu_button_selected a
{
	color: #b84600;
	font-family: Verdana;
	font-weight: bold;
	font-size: 14px;
}
div.menu_button_selected a:hover
{
	text-decoration: none;
}


div.menu_button
{
	height: 27px;
	width: 207px;
	background-image: url(../images/notselected_button.gif);
	text-align: center;
	padding-top: 5px;
}
div.menu_button a
{
	color: #b84600;
	font-family: Verdana;
	font-weight: bold;
	font-size: 14px;
}
div.menu_button a:hover
{
	text-decoration: none;
}


div.paypal_container
{
	width: 200px;
	width: 450px;
	margin-top: 30px;
	padding-top: 10px;
	border-top: 1px solid #CCCCCC;
}
div.paypal_header
{
	font-family: Verdana;
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 15px;
}
div.paypal_dropdown
{
}
div.paypal_button
{
	padding-top: 15px;
	margin-bottom: 100px;
}
