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

body{
	background-image:url(http://s.twimg.com/a/1254440757/images/front-bg.gif); /* images/bg.jpg*/
	background-repeat:repeat-x;
	background-attachment:fixed;
	background-color: #DDEEF6;
	font-color: #ffffff;
	font-family:Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}
H1{
        color: #5599BB;
}
H2{
        color: #5599BB;
}
H3{
        color: #5599BB;
}
H4{
        color: #5599BB;
}
#wrapper {
	width: 854px;
	margin:30px auto 0px auto;

}
#logo  {
	height:200px; /*72*/
	width:850px; /*421*/
	background-image:url(images/logo1.png);
	background-repeat:no-repeat;
	position: absolute;
	top: 30px; /*110*/
	left: 420px;
}
#main  {
	background-image: url(images/main.gif);
	background-repeat: no-repeat;
	width: 854px;
	padding-top: 150px; /*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_text {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 17px;
	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 {
        background-color:#ffffff; 
	width:748px;
	padding: 15px;

}
.username {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#5599bb;
}

.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;
}