@charset "utf-8";
/* CSS Document */

body {
	background-color: #000;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #4f2817;
	margin-top: 15px;
}

/*layout div */

#homepage {
	background: url(images/homepage_header.jpg) top center no-repeat;
	height:500px;
	left:50%;
	margin:0 auto 0 -500px;
	position:relative;
	width:1000px;
	z-index:1;
	text-align: center;
}
#bottommenu {
	position:relative;
	height:70px;
	margin:0 auto;
	top:285px;
	width:520px;
	z-index:2;
}
#front_logo {
	position:relative;
	height:135px;
	text-align:center;
	top:20px;
	width:330px;
	z-index:1;
	margin:0 auto;
}

h1#baskbali {
	margin-top:-9009px;
	position:absolute;
}

#footerhome {
	position:absolute;
	width:500px;
	height:15px;
	z-index:2;
	left: 220px;
	top: 470px;
}

#bottomtext {
	position:relative;
	margin:0 auto;
	top:262px;
	width: 585px;
	z-index:2;
}

/*bottom navigation menu */

#bottommenu ul
{
list-style: none;
padding: 0;
margin: 0;
}

#bottommenu li
{
float: left;
margin: 0 0.15em;
}

#bottommenu li a
{
background: url(images/homebutton.gif) top center no-repeat;
height: 50px;
line-height: 1em;
float: left;
width: 70px;
display: block;
border: 0em;
color: #e68735;
text-decoration: none;
text-align: center;
font-weight: bold;
font-size: 10px;
padding-top:30px;
}

#bottommenu li a:hover
{
text-decoration: none;
color: #fff;
}


/* Hide from IE5-Mac \*/
#bottommenu li a
{
float: none
}
/* End hide */




/*text decoration*/

p {
	text-align:center
}


h1, h2, h3 {
	color: #d89c1c;
	font-weight: lighter;
}

h2 {
	font-size: 12px;
	line-height: 1;
}

h3 {
	font-size: 11px;
	line-height: 0;
}

.footer {
	color: #444;
	font-weight: lighter;
}

a {
	text-decoration:none;
	color: #4f2817;
}

a:hover {
	text-decoration:none;
	color: #5f3827;
}