@charset "utf-8";
#box1 {
	position: relative;
	height: 140px;
	width: 278px;
	background-image: url(../images/box1.gif);
	background-repeat: no-repeat;
	background-position: 1px;
}
#box2 {
	position: relative;
	height: 140px;
	width: 278px;
	background-image: url(../images/box2.gif);
	background-repeat: no-repeat;
	background-position: 1px;
	float: right;
}
#box3 {
	position: relative;
	height: 140px;
	width: 278px;
	background-image: url(../images/box2.gif);
	background-repeat: no-repeat;
	background-position: 1px;
}
#footer_bar {
	background-image: url(../images/footer_bar.gif);
	position: relative;
	height: 40px;
	width: 595px;
	text-align: center;
	line-height: 40px;
	background-repeat: no-repeat;
}
#box4 {
	position: relative;
	height: 140px;
	width: 278px;
	background-image: url(../images/box1.gif);
	background-repeat: no-repeat;
	background-position: 1px;
	float: right;
}
#login_float {
	float: right;
	height: 225px;
	width: 165px;
	position: relative;
	padding-right: 7px;
	margin-left: 10px;
	background-image: url(../images/login_box.gif);
	background-repeat: no-repeat;
	padding-left: 12px;
}
.login_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	margin-right: 10px;
	margin-left: 5px;
}




.read_more {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	float: right;
	margin-right: 7px;
}

.text_float {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	position: relative;
	width: 160px;
	top: 15px;
	float: right;
	right: 8px;
}
.image_float {
	float: left;
	position: relative;
	left: 5px;
	top: 10px;
}
/* CSS Document */

.bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 700;
	color: #000;
	text-decoration: underline;
}
.bold_no_underline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 700;
	color: #000;
}

