/* CSS Document */
body { 
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size:10px;
	color: #333333; 
	margin: 0px 0px; 
	background-color: #FFFFFF;
	padding: 0px; 
	}
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: 130px;
	margin-left: -340px;
	background-color: #D0D0D0;
	}
#top_content {
	top: 10px;
	left: 50%;
	position: absolute;
	width: 660px;
	height: 110px;
	margin-left: -330px;
	background-color: #D0D0D0;
	}
#mid_left {
	top: 150px;
	left: 50%;
	position: absolute;
	width: 480px;
	height: 305px;
	margin-left: -340px;
	background-color: #D0D0D0;
	}
#mid_right {
	top: 150px;
	left: 50%;
	position: absolute;
	width: 190px;
	height: 305px;
	margin-left: 150px;
	background-color: #D0D0D0;
	}
#mid_right_content {
	top: 10px;
	left: 0px;
	position: absolute;
	width: 170px;
	height: 285px;
	margin-left: 10px;
	background-color: #D0D0D0;
	}
#bottom_left {
	top: 465px;
	left: 50%;
	position: absolute;
	width: 335px;
	height: 245px;
	margin-left: -340px;
	background-color: #D0D0D0;
	}
#bottom_left_content {
	top: 10px;
	left: -1px;
	position: absolute;
	width: 315px;
	height: 200px;
	margin-left: 10px;
	background-color: #D0D0D0;
	}
#bottom_right {
	top: 465px;
	left: 50%;
	position: absolute;
	width: 335px;
	height: 245px;
	margin-left: 5px;
	background-color: #D0D0D0;
	}
#bottom_right_inner {
	margin: 10px;
	position: absolute;
	width: 315px;
	height: 200px;
	background-color: #D0D0D0;
	}
#bottom_filler {
	position:absolute;
	left: 50%;
	margin-top: 685px;
	margin-left: -340px;
	width: 680px;
	height: 25px;
	background-color: #D0D0D0;
	}
	
