body {
	background-image:url(../images/greemBG.gif);
	padding:12px 0 0 25px;
}

.hidden, .alt, address { display: none; }

.txt_right {
	text-align: right;
}
.txt_center {
	text-align: center;
}
.color_red { color: #f00; }
.color_pink { color: #FF0090; }
.color_white { color: #fff; }

/* clear_box */
.clear_box:after{
	content:".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clear_box{
	clear: both;
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clear_box { height: 1%; }
.clear_box { display: block; }
/* End hide from IE-mac */

/* /clear_box */

#container {
	width: 750px;
	margin: 0 auto;
}

.page_body {
	background-color: #CCD5D8;
	margin: 0;
	padding-top: 35px;
	padding-bottom: 20px;
}

.page_body_footer {
	background: url(../images/frame_bottom.png) bottom center no-repeat;
	height: 4px;
	margin-bottom: 5px;
}
.page_footer {
	width: 750px;
	margin-bottom: 30px;
}
.page_footer td {
	padding: 0 7px;
}
.footer {
	float: none;
}


a:link {

	color: #FF0090;

}

a:visited {

	color: #FF0090;

}

a:active {

	color: #01E9F8;

}

a:hover {

	color: #01E9F8;

}

