﻿body{
	font-size: 10pt;
	text-align: center;
	background-color: #FF9900;
	background-image:url("img/wallpaper.gif");
}
#all{
	clear: both;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background-color: #FFFFFF;
}
	#header{
		clear: both;
	}
		#header_left{
			float: left;
			width: 500px;
		}
		#header_right{
			float: left;
			width: 400px;
			text-align: right;
		}
	#title{
		clear: both;
		height: 60px;
		margin-top: 10px;
	}
		#title_left{
			float: left;
			width: 400px;
		}
		#title_right{
			float: left;
			width: 500px;
			text-align: center;
		}
	#menu{
		clear: both;
		margin-top: 10px;
		margin-bottom: 10px;
		border-top: 3px solid #FF6633;
		border-bottom: 3px solid #FF6633;
		background-color: #FFCC99;
		text-align: center;
	}
		#menu a{
			padding-top: 5px;
			padding-bottom: 5px;
			padding-right: 5px;
			color: black;
		}
	#main{
		clear: both;
	}
		#main_left{
			float: left;
			width: 720px;
		}
		#main_right{
			float: left;
			width: 160px;
			margin-left: 20px;
		}
	#footer{
		clear: both;
		border-top: 3px solid #FF6633;
	}
		#copyright{
			text-align: center;
		}
		#powerd_by{
			text-align: center;
		}