/* boxFrame */

#boxFrameWrapper a:link {
	text-decoration: underline;
	font-family: Verdana;
	font-size: 15px;
	color: #FF8000;
	}
#boxFrameWrapper a:visited {
	text-decoration: underline;
	font-family: Verdana;
	font-size: 15px;
	color: #FF8000;
	}
#boxFrameWrapper a:active {
	text-decoration: none;
	font-family: Verdana;
	font-size: 15px;
	color: white;
	}
#boxFrameWrapper a:hover {
	text-decoration: none;
	font-family: Verdana;
	font-size: 15px;
	color: white;
	}

#boxFrameWrapper {
	width: 100%;
	}

#boxFrameCenterBox {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 600px;
	height: 363px;
	margin-top: -181.5px;
	margin-left: -300px;
	}
	
#boxFrameCenterBoxWhite {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 800px;
	height: 363px;
	margin-top: -181.5px;
	margin-left: -400px;
	}
	
#boxFrameLeft {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 10px;
	height: 363px;
	}
	
#boxFrameLeftWhite {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 10px;
	height: 363px;
	}
	
#boxFrameCenter {
	position: absolute;
	top: 0px;
	left: 10px;
	width: 580px;
	height: 363px;
	background-image: url('../boxFrame/boxFrameCenter.png');
	background-repeat: repeat-x;
	}
	
#boxFrameCenterWhite {
	position: absolute;
	top: 0px;
	left: 10px;
	width: 780px;
	height: 363px;
	background-image: url('../boxFrame/boxFrameCenterWhite.png');
	background-repeat: repeat-x;
	}
	
#boxFrameRight {
	position: absolute;
	top: 0px;
	left: 590px;
	width: 10px;
	height: 363px;
	}
	
#boxFrameRightWhite {
	position: absolute;
	top: 0px;
	left: 790px;
	width: 10px;
	height: 363px;
	}

#boxFrameLogo {
	position: absolute;
	top: -46px;
	right: -6px;
	width: 105px;
	height: 107px;
	}
	
#boxFrameLogoWhite {
	position: absolute;
	top: -46px;
	right: -6px;
	width: 105px;
	height: 107px;
	}

#boxFrameTitel {
	position: absolute;
	top: 15px;
	left: 15px;
	width: 565px;
	font-family: Verdana;
	font-size: 19px;
	color: white;
	}
	
#boxFrameText {
	position: absolute;
	top: 65px;
	left: 15px;
	width: 565px;
	height: 280px;
	font-family: Verdana;
	font-size: 15px;
	color: #FF8000;
	overflow : auto; 
	}
	
#boxFrameText img{
	border: 2px solid white;
	}
	
#boxFrameTextWhite {
	position: absolute;
	top: 65px;
	left: 15px;
	width: 765px;
	height: 280px;
	font-family: Verdana;
	font-size: 15px;
	color: white;
	overflow : auto; 
	}
	
#boxFrameTextWhite img{
	border: 2px solid white;
	}

