@charset "utf-8";
body {
	background-color: #B1BDFF;
	margin: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

/* CSS Document */

.wrapper {
	margin: auto;
	height: auto;
	width: 1000px;
	background-color: #b1bdff;
}
.wrapper .header {
	height: 150px;
	width: 1000px;
	background-color: #2c2f40;
	padding-top:25px;
	padding-bottom:25px;
}
.wrapper .header .head {
	text-align: center;
	vertical-align: middle;
	width: 1000px;
	height: 150px;
	font-size: 56px;
	font-weight: bolder;
	color: #B1BDFF;
}
.wrapper .menu-bar {
	height: 70px;
	width: 1000px;
}
.wrapper .menu-bar .menu {
	height: 30px;
	width: auto;
	float: left;
	padding-top: 20px;
	padding-right: 4px;
	padding-bottom: 20px;
	padding-left: 4px;
	font-size: 20px;
	font-weight: bold;
	border-right-style: none;
	border-top-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.wrapper .main {
	height: auto;
	width: 1000px;
	text-align: center;
	padding: 10px;
}
.wrapper .main .journal-table {
	height: auto;
	width: 1000px;
	padding-top: 30px;
}

.wrapper .footer {
	height: 70px;
	width: 1000px;
}
.wrapper .footer .right {
	padding: 10px;
	height: auto;
	width: auto;
	float: left;
}
.wrapper .footer .sign {
	float: right;
	height: auto;
	width: auto;
	padding: 10px;
}
p {
	text-align: justify;
}
.wrapper .main .left-cont {
	height: 600px;
	width: 590px;
	float: left;
	padding: 5px;
}
.wrapper .main .right-cont {
	height: 600px;
	width: 390px;
	float: right;
	padding: 5px;
}
.wrapper .main .left-cont .contact-form {
	height: 500px;
	width: 600px;
}
form {
	padding: 10px;
	height: auto;
	width: auto;
}
.wrapper .main .left-cont .contact-form #form1 .label-form {
	height: 35px;
	float: left;
	font-size: 26px;
	font-weight: bold;
}

.wrapper .main .left-cont .contact-form #form1 .name-input {
	height: 35px;
	width: 400px;
	float: right;
	margin-left: 10px;
}
.wrapper .main .left-cont .contact-form #form1 .area-input {
	height: 100px;
	width: 400px;
	float: right;
	margin-left: 10px;
}
.wrapper .main .left-cont .contact-form #form1 .button-form {
	height: 45px;
	width: 200px;
	float: right;
	margin-left: 10px;
}
.wrapper .main .right-cont p {
	text-align: center;
}
