#main {
	width:990px;
}

#header {
	/* height:210px; */
}

#footer { height:61px;}

.column1, .column2, .column3, .indent_column, .col1, .col2, .col3, .ind_col {float:left;}

/* index */

#index .columns1 .column1 {
	width:325px;
}

#index .columns1 .column1:hover {
	width:325px;
	/* background-color: #FBFBFB;
	cursor: pointer; */
}

#index .columns1 .column2 {
	width:325px;
}
#index .columns1 .column3 {
	width:325px;
}
#index .columns1 .indent_column {width:7px;}

#index .ver_line {
	width:100%;
}
#index .columns2 .column1 {
	width:200px;
	background-image: url(images/ver_line.gif);
	background-repeat: repeat-y;
	background-position: right;
}

#index .columns2 .column2 {
	width:569px;
	background-image: url(images/ver_line.gif);
	background-repeat: repeat-y;
	background-position: right;
}

#index .columns2 .column3 {
	width:200px;
	text-align: justify;
	padding-left: 10px;
	padding-right: 10px;
	background-image: url(images/ver_line.gif);
	background-repeat: repeat-y;
	background-position: right;
}

#index .columns1 .column2:hover {
	width:325px;
	background-color: #FBFBFB;
	cursor: pointer;
}
#index .columns1 .column3:hover {
	width:325px;
	background-color: #FBFBFB;
	cursor: pointer;
}
