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

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

#wrapper {
	width: 809px;
	margin:0px auto 0px auto;

}

#top {
	width:809px;
	height:191px;
	background-image:url(images/top.png);
	background-repeat:no-repeat;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='alphaTwo.png');
}
#middle {
	width:809px;
	background-image:url(images/middle_repeat.jpg);
	background-repeat:repeat-y;
}

#body_main{
	width:750px;
	margin:0px 0px 0px 30px;
	border:1px solid #CC0A05;
}

#bottom{
	width:809px;
	height:25px;
	background-position:left top;
	background-image:url(images/bottom.jpg);
	background-repeat:no-repeat;
}
#advertisement {
	height: 100px;
	width: 750px;
	background-color:#950707;
	text-align: center;
}
#note_text {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	margin: 0px auto 0px auto;
	padding-top:10px;
	text-align: center;
	color: #000000;
}
.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:15px auto 15px auto;
	
}

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

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

#body_content3 {
	width:675px;
	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;
}
#company {
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#FFFFFF;
	margin:0px auto 5px auto;
	padding-top:15px;
}
#company a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#FFFFFF;
	margin:0px auto 5px auto;
	padding-top:15px;
}