/* CSS Document */
body {
	font-size: small;
	color: #333333;
	margin: 0px;
	padding: 0px;
	text-align: center;
	line-height: 1.2em;
	background-color: #FFFFFF;
}
#container {
	text-align: left;
	background-color: #FFFFFF;
	border-right-width: 3px;
	border-left-width: 3px;
	border-right-style: double;
	border-left-style: double;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	width: 780px;
	padding: 10px;
}
#header {
	background:url("top.jpg") no-repeat center top;
	margin-bottom: 10px;
	padding-top: 120px;
	padding-bottom: 5px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #666666;
	border-bottom-color: #666666;
}
#center {
	float: right;
	width: 600px;
	text-align: left;
}
#sidebar {
	float: left;
	width: 160px;
	text-align: left;
}
#footer {
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
	padding-bottom: 20px;
}
