/***********************
* Version 1.0
* playsite with some content
* 12/22/2009
************************/
#wrapper {
	width: 820px;
	height: auto;
	padding: 0px;
	margin: 0px auto 0px auto;
	position: relative;
	text-align:left;
}

#header {
	display: block;
	height: 120px;
	width: 820px;
	position: relative;
	padding: 0px;
	margin: 0px;
	background-image:url(../images/common/bckheader.jpg);
}

#nav {
	position:absolute;
	display: block;
	width: 815px;
	left: 10px;
	bottom: 0px;
	z-index: 5;
	left: 5px;
	font-size:12px;
}

#toplinks {
	position: absolute;
	font-size:12px;
	display: block;
	width: auto;
	top: 3px;
	right: 20px;
}

#crumbs {
	color: #999999;
	background: #333333;
	font-size: 11px;
	line-height: 18px;
	height: 16px;
	padding: 4px 20px 4px 20px;
}

#main {
	background: #FFFFFF;
	color: #000000;
	width: 780px;
	padding: 20px;
	clear: both;
	float: left;
	margin-bottom: 10px;
	display: block;
	position:inherit;
}

#content {
	display: block;
	float:right;
	text-align:left;
	width: 565px;
	clear: right;
}

#sidebar {
	display: block;
	width: 195px;
	height:200px;
	margin-right: 20px;
	float: left;
}



#footer {
	font-size: 10px;
	padding: 0 0 5px 20px;
	color: #CCCCCC;
	background: #000000;
}

