/* CSS Document */

@import url("../../css/common.css");

body {
	text-align: center;
	}

.container {
	width: 800px;
	margin: 0 auto;
	background-color: #000757;
	text-align: left;
	}

.container .title {
	width: 238px;
	height: 679px;
	position: absolute;
	float: left;
	background-image: url(../images/title.jpg);
	background-color: #000757;
	background-repeat: no-repeat;
	}

.container .main {
	width: 562px;
	height: 679px;
	position: absolute;
	background-color: #CEE9F4;
	margin-left: 238px;
	}

.container .main img {
	height: 27px;
	width: 461px;
	margin: 40px 0px 0px 40px;
}

p.standard {
	font-family: "‚l‚r –¾’©";
	font-size: 13px;
	margin: 20px 0px 0px 60px;
	line-height: 1.2em;
}

p.finding {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	text-decoration: underline;
	margin: 20px 0px -20px 60px;
}

