/* css document */
body {
	width: 840px;
	margin-left: auto;
	margin-right: auto;
	font-size: 12px;
	background-color: #cacfd1;
	font-family: arial, Helvetica, sans-serif;
	text-align: center; /* for IE */
} 

a {
	border-style: none;
}

img {
	border-style: none;
}

#main {
	width: 840px;
	margin-left: auto;
	margin-right: auto;
	text-align: center; /* for IE */
	
	padding-top: 50px;
}

#left {
	width: 268px;
	height: 573px;
	
	background-image: url(../image/left.jpg);
	background-repeat: no-repeat;
	
	position: relative;
	float: left;
}

#home_link a {
	width: 239px;
	height: 102px;
	
	top: 0px;
	left: 16px;
		
	display: block;
	position: absolute;
}

#page_nav {
	display: block;

	width: 158px;
	
	margin-top: 120px;
	left: 18px;
	
	position: relative;
	float: left;
}

#page_nav a {
	width: 158px;
	height: 17px;
	
	margin-bottom: 2px;
		
	display: block;

	background-color: #4aa0a6;	

	text-decoration: none;
	text-transform: uppercase;
	font-family: arial;
	font-size: 17px;
	font-weight: bold;
	color: #2d4444;
	
	text-align: left;
	text-indent: 17px;
	
	outline: none;
}

#page_nav a:hover {
	color: #91999a;
	background-color: #4aa0a6;
}

#right {
	width: 571px;
	
	position: relative;
	float: right;
	display: block
}

#bottom {
	display: block;
	height: 50px;
	width: 840px;
	position: relative;
	float: right;
	margin-top: 20px;
	font-size: 10px;
}

#bottom,
#bottom a {
	font-family: Arial, "sans-serif";
	color: #999ea1;
	text-decoration: none;
}

#bottom a:hover {
	text-decoration: underline;
}