html,body {
	margin: 0px 0px 0px 0px;
	background: #C8C8C8;
	height:100%;
	font-family:Verdana;
	font-size:12px;
}

#prime {
	width: 752px;
	height: auto;
	margin-top:20px;
	margin-bottom:20px;
	margin-left: auto;
	margin-right: auto;
}

#header {
	background: url('images/ball_player_logo.jpg');
	width:752px;
	height:305px;
	border:1px solid #ffffff;
}

#header_text_1 h1 {
	font-size:22px;
	font-weight: bold;
	color:#ffffff;
	position:absolute;
	top:180px;
	left:180px;
}

#header_text_2 h2 {
	font-size:16px;
	color:#ffffff;
	position:absolute;
	top:240px;
	left:180px;
}

#left {
	float:left;
	width:190px;
	background: #F3F3F3;
}

.left {
	border-right:1px dotted #000000;
}

.menu_item {
	width:188px;
	height:18px;
	background:url('images/menu_item.jpg');
}

.logo {
	width:188px;
	text-align:center;
}

.menu_item a {
	font-size:12px;
	color:#000000;
	text-decoration:underline;
	font-weight:bold;
	margin-left:20px;
}


#main {	
	float:left;
	width:754px;
	height: auto;
	background: #F3F3F3;
}

#right {
	padding:15px;
}

#bottom {
	float:left;
	width:754px;
	height:65px;
	color:#000000;
	background: #F3F3F3;
	font-size:12px;
	text-align:center;
	border-top:1px dotted #000000;
}
h1,h2,h3,h4,h5,h6 {
	margin-top:0px;
}

h1.s18 {
	font-size:18px;
	font-family: "Times New Roman";
}

h1.s22 {
	font-size:22px;
	text-align:center;
	font-family: "Times New Roman";
}

p.gray {
	color: #4C4C4C;
	font-weight:bold;
}

p.gray16 {
	color: #4C4C4C;
	font-size:16px;
	font-weight:bold;
}

a.gray16 {
	color: #4C4C4C;
	font-size:16px;
	font-weight:bold;
}


h3 i {
	font-weight: normal;
}

a {
	color: #000000;
}

a.nol {
	text-decoration:none;
}

.header_partner {
	height:15px;
	padding:2px;
	margin-bottom:2px;
	background:#0088D6;
}

h1 {
	font-size:20px;
}

h2 {
	font-size:16px;
}

.red {
	color: red;
}