#main
{
	width: 766px;
	background: url(images/main_bg.jpg) top left no-repeat;
}

#header
{
	height: 209px;
	position: absolute;
}

#middle
{
	padding: 172px 0 0 0;
}

#footer
{
	height: 77px;
	width: 766px;
}

.column1, .column2, .column3, .indent_column, .col1, .col2, .col3, .ind_col
{
	float: left;
}

/* ============================= index ===========================*/

#index .col1
{
	width: 275px;
	background: url(images/ver_line.gif) right repeat-y;
}
#index .col2
{
	width: 270px;
}

/* ============================= index-3 ===========================*/

#index_3 .col1
{
	width: 275px;
	background: url(images/ver_line.gif) right repeat-y;
}
#index_3 .col2
{
	width: 270px;
}

/* ============================= index-4 ===========================*/

#index_4 .col1
{
	width: 275px;
	background: url(images/ver_line.gif) right repeat-y;
}
#index_4 .col2
{
	width: 270px;
}

/*Modal Popup*/
.modalBackground
{
	background-color: #2c383f;
	filter: alpha(opacity=80);
	opacity: 0.8;
}
.modalPopup2, .modalPopup5
{
	background-color: #384751;
	border-width: 1px;
	border-style: solid;
	border-color: #2c383f;
	padding: 40px;
}
.modalPopup2
{
	width: 568px;
	height: 508px;
}
.modalPopup5
{
	text-align: center;
	width: 140px;
	height: 40px;
}