@charset "utf-8";
/* CSS Document */

body {
	color: #3F4C66;
	background-color: #ABB4C4;
	font-family: Tahoma, sans-serif;
	font-size: 11px;
	line-height: 15px;
	font-weight: bold;
	cursor: default;
	}

a {
	color: #FF9600;
	text-decoration: none;
	font-family: Tahoma, sans-serif;
	font-size: 11px;
	font-weight: bold;
	}

a:hover {
	text-decoration: underline;
	}

a.head_links {
	color: #FFFFFF;
	}

a.head_links:hover {
	color: #FEB349;
	}

.inactive {
	color: #8391D4;
	}

.highlight {
	color: #000000;
	}

/* Objects */

#main_frame {
	position: absolute;
	background-color: #FFFFFF;
	width: 800px;
	height: 500px;
	left: 50%;
	top: 40px;
	margin-left: -400px;
	}

#head {
	position: absolute;
	width: 800px;
	height: 220px;
	left: 0px;
	top: 0px;
	}

#head_links {
	position: absolute;
	width: 800px;
	height: 20px;
	left: 0px;
	top: 190px;
	text-align: center;
	}

#border_l {
	position: absolute;
	width: 10px;
	height: 500px;
	left: -10px;
	top: 0px;	
	}

#border_r {
	position: absolute;
	width: 10px;
	height: 500px;
	right: -10px;
	top: 0px;	
	}

#border_t {
	position: absolute;
	width: 800px;
	height: 10px;
	left: 0px;
	top: -10px;	
	}

#border_b {
	position: absolute;
	width: 800px;
	height: 10px;
	left: 0px;
	bottom: -10px;	
	}

#corner_tl {
	position: absolute;
	width: 10px;
	height: 10px;
	left: -10px;
	top: -10px;	
	}

#corner_tr {
	position: absolute;
	width: 10px;
	height: 10px;
	right: -10px;
	top: -10px;	
	}

#corner_bl {
	position: absolute;
	width: 10px;
	height: 10px;
	left: -10px;
	bottom: -10px;	
	}

#corner_br {
	position: absolute;
	width: 10px;
	height: 10px;
	right: -10px;
	bottom: -10px;	
	}

#column_l {
	position: absolute;
	width: 350px;
	top: 250px;
	left: 40px;
	text-align: justify;
	}

#column_r {
	position: absolute;
	width: 350px;
	top: 250px;
	left: 410px;
	text-align: justify;
	}

#img_12r {
	width: 348px;
	height: 178px;
	border: 1px black solid;
	}

#img_13r {
	width: 348px;
	height: 193px;
	border: 1px black solid;
	}

#img_14r {
	width: 348px;
	height: 208px;
	border: 1px black solid;
	}

#img_21r {
	width: 348px;
	height: 313px;
	border: 1px black solid;
	}

#portrait_l {
	margin: 0px 15px 0px -2px;
	width: 68px;
	height: 88px;
	border: 1px black solid;
	}

#portrait_r {
	margin: 0px -2px 0px 15px;
	width: 68px;
	height: 88px;
	border: 1px black solid;
	}

#line {
	width: 350px;
	height: 15px;
	}

#reg_cont {
	width: 100%;
	height: 82px;
}
#reg {
	background-color:#F0EEE4;
	border:1px solid #E9E1D7;
	float:right;
	margin:0 0 10px 25px;
	padding:10px 0 0;
	width:260px;
	margin-right: 100px;
}

.registration {
	background: #E6E6FA;
	border: 2px solid #b0c4de;
}



