/* CSS Document */
body { 
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size:10px;
	color: #333333; 
	margin: 0px 0px; 
	background-color: #FFFFFF; 
	}
h2 { 
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size:18px;
	color: #333333;
	}
#outer {
	width: 700px;
	height: 720px;
	margin: 0px auto;
	background-color: #EDEDED;
	}
#top_inner {
	top: 10px;
	left: 50%;
	position: absolute;
	width: 680px;
	height: 700px;
	margin-left: -340px;
	background-color: #D0D0D0;
	}
#top_inner_content {
	top: 10px;
	left: 50%;
	position: absolute;
	width: 660px;
	height: 680px;
	margin-left: -330px;
	background-color: #D0D0D0;
	}
