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

body{
	background-image:url(back.jpg); /* images/bg.jpg*/
	background-repeat:no-repeat;
	background-attachment:fixed;
	margin: 0px;
	padding: 0px;
}

#wrapper {
	width: 854px;
	margin:30px auto 0px auto;

}
#logo  {
	height:200px; /*72*/
	width:850px; /*421*/
	background-image:url(images/logo1.gif);
	background-repeat:no-repeat;
	position: absolute;
	top: 80px; /*110*/
	left: 64px;
}
#main  {
	background-image: url(images/main.png);
	background-repeat: no-repeat;
	width: 854px;
	padding-top: 270px; /*270*/
	padding-bottom:50px; /*50*/
}
#content {
	width: 770px;
	background-image: url(images/content.png);
	background-repeat: no-repeat;
	height: 700px; /*600*/
	margin-left: 13px;
	padding-top: 10px;
}
#content #advertisement {
	height: 100px;
	width: 748px;
	background-color: #9fbb6b;
	margin-left: 11px;
	text-align: center;
}
#note_text1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 36px;
	margin: 0px auto 1x auto;
	padding-top:1px;
	text-align: center;
	color: #FFFFFF;
}
#note_text {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	margin: 0px auto 1x auto;
	padding-top:1px;
	text-align: center;
	color: #FFFFFF;
}
.fields {
	border:thin solid #dde6cb;
	font-size:9pt;
	width:175px;
	height:21px;
	padding:2px;
	margin-left: 10px;
}
}
#left_column {
	float: left;
	width: 320px;
	height: 100px;
}
#body_content {
	width:710px;
	margin:10px auto 10px auto;
	
}

#body_content2{
	width:680px;
	margin:15px auto 15px auto;
}

#checkbox_content{
	width:680px;
	margin:0px auto 15px auto;
}

#body_content3 {
	width:725px;
	margin:15px auto 15px auto;
}
.username {
	font-family:"Times New Roman", Times, serif;
	font-size:16px;
	font-weight:normal;
	color:#000000;
}

.login_area{
	width:120px;
	height:50px;
	margin-top:16px;
	background-image:url(images/login.jpg);
	background-repeat:no-repeat;
}

.login_text{
	width:52px;
	height:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:bold;
	color:#FFFFFF;
	margin:0px auto 5px auto;
	padding-top:15px;

}

.total_text{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:normal;
	color:#000000;
}
