#wrapper{
	width: 960px;
	margin: 0 auto; 
}

#buttons{
	float:left;
	padding: 20px 0 20px 10px;
	width: 948px;
	border: #ddd 1px solid;
	border-width: 0 1px;
	font-size: 0.9em;
	background: #f8f8f8 url(../gfx/buttons/content_back.jpg) 0 top repeat-x;
}

#buttons #top,
#buttons #bottom{
	clear: both;
	float: left;
	width: 100%;
	height: 125px;
}


#buttons #left{
	float: left;
	width: 320px;
	height: 375px;
}

#buttons #center{
	float: left;
	width: 300px;
	height: 210px;
}

#buttons #right{
	float: right;
	width: 328px;
	height: 375px;
}

#buttons div.va{
	float: left;
	height: 125px;
	width: 155px;
	overflow: hidden;
}


#buttons div a{
	display: block;
	width: 115px;
	height: 125px;
	height: 89px;
	font: normal 0.7em/1.5em "Lucida Sans unicode","Lucida Sans", sans-serif;
	text-align: center;
	text-decoration: none;
	color: #000;
	cursor: pointer;
}

#buttons a.bigbutton{
	font-size: 0.9em;
	width: 300px;
	padding: 255px 0 0 0;
	/*background: url(../gfx/buttons/bigbutton_back.jpg) no-repeat center 10px;*/
	color: #000;
}

#buttons a.onerule{
	padding: 44px 20px 0 20px;
}

#buttons a.tworule{
	padding: 36px 20px 0 20px;
}

#buttons a.threerule{
	padding: 28px 20px 4px 20px;
}

#buttons a.fourrule{
	padding: 24px 20px 14px 20px;
}

#buttons a.green{
	background: url(../gfx/buttons/green.png) no-repeat center 0;
}

#buttons a.yellow{
	background: url(../gfx/buttons/yellow.png) no-repeat center 0;
}

#buttons a.light_blue{
	background: url(../gfx/buttons/light_blue.png) no-repeat center 0;
}

#buttons a.dark_blue{
	background: url(../gfx/buttons/dark_blue.png) no-repeat center 0;
}

#buttons a.orange{
	background: url(../gfx/buttons/orange.png) no-repeat center 0;
}

#buttons a.pink{
	background: url(../gfx/buttons/pink.png) no-repeat center 0;
}

#footer{
	float: left;
	height: 100px;
	width: 960px;
	border: #ddd 1px solid;
	border-width: 1px 0 0 0;
	padding: 10px 0 0 0;
}

#footer p{
	text-align: right;
	font: normal 0.6em/1.4em "Lucida Sans", "Lucida Sans unicode", "sans-serif";
	color: #989898;
}

#footer p a{
	color: #989898;
}

#footer p a:hover{
	text-decoration: none;
}
