/* ---------------------------------------------------------------- */
/*    padding/margin:      -top -right -bottom -left         */
/* ---------------------------------------------------------------- */
body{
	overflow: 				auto;
	padding:				0px 30px 0px 30px;
	margin: 				0px;
}
table{
	width:					100%; 
	height: 				100%;
	padding: 				0px;
	margin:					0px;
}
a{           /* link */
	text-decoration: 		none;
	color:					#676767;
}
a:visited {  /* visited link */
	color:					#676767;
}  
a:hover {	/* mouse over link */
	text-decoration: 		underline;
}

/*--- Page layout style ---*/
.header{
	text-align: 			right;
}

.middle{
	height: 				50%;
	border-top:				2px solid #B0B0B0;
	border-bottom:			2px solid #B0B0B0;
	padding:				15px 0px 15px 0px;
}
.footer{
	text-align: 			right;
	vertical-align: 		top;
	height:					25%;
}

/*--- Menu style ---*/
.navi{
	width:					100px;
}
.menuItem{
	letter-spacing: 		-1px;
	text-align:				right;
	font-family : 			arial;
	font-size : 			10pt;
	font-weight : 			bold;
	color:					#A5A5A5;
	padding:				0px 15px 0px 0px;
}
.menuItemSel{
	letter-spacing: 		-1px;
	text-align:				right;
	font-family : 			arial;
	font-size : 			10pt;
	font-weight : 			bold;
	color:					#636363;
	padding:				0px 15px 0px 0px;
	cursor:					pointer;
}

/*--- Content style ---*/
.content{
	height:					300px;
	padding: 				0px;
	margin:					0px;
	background-color:		#EDEFEF;
	border:					2px solid #B0B0B0;
	vertical-align:			top;
	overflow-y:				hidden;
	overflow-x:				auto;
}
.text{
	height:					295px;
	overflow-y:				auto;
	color:					#676767;
	font-family : 			arial;
	font-size : 			10pt;
	line-height: 			150%;
	padding:				10px;
}
.gallery{

}

/*--- Images style ---*/
.logo{
	position:				relative;
	right:					-15px;
	top:						36px;
	
}

.right_banner{
	float:				left;
	cursor:					pointer;
}
.icon{
	margin:					20px 0px 0px 20px;
	cursor:					pointer;
}
.textimage{
	margin:					10px;
}
.galleryimage{
	margin:					0px 1px 0px 0px;
	cursor:					pointer;
}
