#wrapper {
	text-align: left;
	margin: 0;
	padding: 0px;
	width: 1000px;
	background: url(../img1/white.gif) repeat;
}

#header {
	margin: 0;
	background: #FFFFFF;
	height: 20px;
	width: 1000px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

#side-a {
	float: left;
	width: 300px;
}

#side-b {
	float: right;
	width: 300px;
}
#side-c {
	float: right;
	width: 270px;
	padding-left: 10px;
	padding-top: 20px;
}

#content {
	width: 400px;
	float: left;
	padding-top: 10px;
}

#footer {
	clear: both;
	background: #FFFFFF;
	width: 1000px;
	height: 60px;
	border-top: thin solid #CCCCCC;
	border-right: thin #CCCCCC;
	border-bottom: thin #CCCCCC;
	border-left: thin #CCCCCC;
}
#contentshow {
	width: 420px;
	float: left;
	padding-top: 10px;
}
