/* page.css */

img, body, p, div
	{
	margin: 0px;
	padding: 0px;
	border: 0px;
	}

body
	{
	background-image: url(../images/page/page_bg.png);
	background-repeat: repeat-x;
	background-color: #7ed7f9;
	}

.center
	{
	text-align: center;
	}

.clear
	{
	clear: both;
	}

#page_container
	{
	width: 900px;
	margin: 0px auto;
	}

#page_header
	{
	width: 900px;
	height: 142px;
	background-image: url(../images/page/header_bg.png);
	background-repeat: no-repeat;
	}

#page_body
	{
	width: 900px;
	min-height: 525px;
	height: 525px;
	height:auto !important;
	margin-bottom: 20px;
	background-image: url(../images/page/body_bg.png);
	background-repeat: no-repeat;
	}

#content_left
	{
	width: 633px;
	margin-left: 16px;
	margin-bottom: 20px;
	float: left;
	}

#content_right
	{
	width: 50px;
	margin-left: 25px;
	margin-bottom: 20px;
	float: left;
	}

.content_left_header
	{
	width: 623px;
	height: 23px;
	padding: 5px 0px 0px 10px;
	background-image: url(../images/page/content_left_header.png);
	background-repeat: no-repeat;
	}

.content_left_body
	{
	width: 613px;
	padding: 10px;
	background-image: url(../images/page/content_left_body.png);
	background-repeat: repeat-y;
	}

.content_left_footer
	{
	width: 633px;
	height: 12px;
	background-image: url(../images/page/content_left_footer.png);
	background-repeat: no-repeat;
	}

.content_right_header
	{
	width: 212px;
	height: 23px;
	padding: 5px 0px 0px 10px;
	background-image: url(../images/page/content_right_header.png);
	background-repeat: no-repeat;
	}

.content_right_body
	{
	width: 192px;
	padding: 10px;
	background-image: url(../images/page/content_right_body.png);
	background-repeat: repeat-y;
	}

.content_right_footer
	{
	width: 212px;
	height: 12px;
	background-image: url(../images/page/content_right_footer.png);
	background-repeat: no-repeat;
	}