.txtex {color:#0C2C84 }
a	{color: blue; text-decoration: none }
a:hover {color: #000000; text-decoration: underline }
.contents {
	background: #FFFFFF;
	width: 960px;
	text-align: left;
	margin: 0px;
	padding: 0px 30px;
	float: right;
}

.side_bar {
	background: #623763 url(img/side_bar.gif) no-repeat;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 570px;
	width: 50px;
}

.side {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 60px;
	height: 100%;
	background: url(img/side_main.gif) repeat-y;
}
.main {
	margin: 0px auto;
	padding: 0px;
	width: 720px;
	background: #FFFFFF url(img/side_main.gif) repeat-y;
	height: 100%;
}

body {
	background: #eeeeee  url(img/bg_all.gif) repeat-x;
}

.hidden {
	display: none;
}
