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

.titleText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	text-align: left;
}

.descText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-align: left;
}

.tableOdd {
	background-color: #F0F0F0;
}

body {
	text-align: center;
	min-width: 1000px;
	background-color: #DDDDDD;
}

#wrapper {
	position: relative;
	margin:0 auto;
	width: 1000px;
	text-align: left;
}

#headerBox {
	position: absolute;
	top: 5px;
	width: 1000px;
	height: 250px;
}

#e38amodelBox {
	position: absolute;
	top: 570px;
	left: 5px;
	width: 170px;
	height: 40px;
	z-index: 1;
}

#e39amodelBox {
	position: absolute;
	top: 270px;
	right: 5px;
	width: 170px;
	height: 40px;
	z-index: 1;
}

#e38aPFLBox {
	position: absolute;
	left: 0px;
	top: 600px;
	width: 490px;
	height: 1156px;
    background-color: #FFFFFF;
	border-right-style: solid;
	border-right-width: 10px;
	border-right-color: #FF0000;
}

#e38a1FLBox {
	position: absolute;
	left: 0px;
	top: 1762px;
	width: 490px;
	height: 1770px;
    background-color:#FFFFFF;
	border-right-style: solid;
	border-right-width: 10px;
	border-right-color: #FF0000;
}

#e38a2FLBox {
	position: absolute;
	left: 0px;
	top: 3538px;
	width: 490px;
	height: 1500px;
    background-color:#FFFFFF;
	border-right-style: solid;
	border-right-width: 10px;
	border-right-color: #FF0000;
}

#e39aPFLBox {
	position: absolute;
	right: 0px;
	top: 300px;
	width: 490px;
	height: 1456px;
	background-color: #FFFFFF;
	border-left-style: solid;
	border-left-width: 10px;
	border-left-color: #0000FF;
}

#e39a1FLBox {
	position: absolute;
	right: 0px;
	top: 1762px;
	width: 490px;
	height: 1770px;
	background-color:#FFFFFF;
	border-left-style: solid;
	border-left-width: 10px;
	border-left-color: #0000FF;
}

#e39a2FLBox {
	position: absolute;
	right: 0px;
	top: 3538px;
	width: 490px;
	height: 1500px;
	background-color:#FFFFFF;
	border-left-style: solid;
	border-left-width: 10px;
	border-left-color: #0000FF;
}

#thanksBox {
	position: absolute;
	top: 5050px;
	width: 1000px;
	height: 130px;
	background-color: #FFFFFF;
	text-align: center;
}

#logoBox {
	position: relative;
	top: 5px;
	left: 50px;
	height: 100px;
	width: 900px;
	text-align: center;
}

#footerBox {
	position: absolute;
	top: 5190px;
	width: 1000px;
	height: 60px;
	background-color: #FFFFFF;
	text-align: center;
}

#counterBox {
	position: absolute;
	top: 5265px;
	height: 25px;
	width: 1000px;
	text-align: center;
}

.photoBox {
	position: relative;
	top: 20px;
	left: 5px;
	width: 480px;
}

.titletextLBox {
	position: relative;
	top: 4px;
	left: 0px;
	width: auto;
	height: auto;
	text-align: left;
	border-left-color: #0000FF;
	border-left-width: 5px;
	border-left-style: solid;
	padding-left: 4px;
}

.titletextRBox {
	position: relative;
	top: 4px;
	right: 0px;
	width: auto;
	height: auto;
	text-align: right;
	border-right-color: #FF0000;
	border-right-width: 5px;
	border-right-style: solid;
	padding-right: 4px;
}

.desctextBox {
	position: relative;
	top: 10px;
	left: 5px;
	width: 480px;
	height: auto;
}

.specBox {
	position: relative;
	left: 8px;
	top: 50px;
	height: auto;
	width: 460px;
}