@charset "utf-8";
/* CSS Document */
/*#wrapper {
	margin:0 auto;
	width:922px;
	background: #99c
}
*/
#header {
	color:#ddd;
	/* width:auto;
	*/
	padding:10px;
	height:100px;
	margin:10px;
	/*background:#EDF2F8;*/
	background-image:url(../images/basketball-1.gif);
}
#navigation {
	color:#c99;
	height:60px;
	padding:10px;
	margin:5px;
	background:#CCCCFF;
}
#leftcolumn {
	display:inline;
	color:#333;
	margin:5px 0px 10px 10px;
	padding:0px;
	width:230px;
	float:left;
	background:#EDF2F8;
}
#content {
	float:right;
	color:#333;
	margin:5px 10px 10px 10px;
	padding:0px;
	width:700px;
	display:inline;
	position:relative;
	background:#EDF2F8;
}
#footer {
	clear:both;
	margin:10px 0 0 0;
	padding-top:5px;
	background:url(../images/134.jpg);
	height:60px;
}
#footer p {
	padding:5px;
	margin: 0;
}
