@charset "utf-8";
/* CSS Document */

#main{
	width:960px;
	margin: 0px auto;
	border:1px none #00CCFF;
}
#top{
	width:960px;
	height: 150px;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
}
#nr{
	width:958px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: groove;
	border-bottom-style: none;
	border-left-style: ridge;
	border-top-color: #00CCFF;
	border-right-color: #00CCFF;
	border-bottom-color: #00CCFF;
	border-left-color: #00CCFF;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 30px;

}

