html,body,h1,h2,h3,h4,h5,h6,p,div,ul,li{
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	line-height: 1.4;
	color: #4c4c4c;
}

img{
	margin: 0px;
	border: 0px none;
}

body{
	background: #ffffff url(../img/main_back.gif) repeat-y center top;
	text-align: center;
}

.Clearbox{
	clear: both;
}

#MainBox{
	width: 783px;
	height: auto;
	margin: 0px auto;
	text-align: left;
}


/* ================================ HeadBox ================================ */
#MainBox #HeadBox{
	width: 783px;
	height: auto;
	background: #ffffff url(../img/head_back.jpg) no-repeat left 23px;
	text-align: left;
}

#MainBox #HeadBox h1{
	padding: 5px 15px 5px 0px;
	text-align: right;
}

#MainBox #HeadBox h2{
	width: 192px;
	height: auto;
	text-align: left;
	float: left;
}

#MainBox #HeadBox p{
	padding: 5px 15px 0px 0px;
	text-align: right;
	float: right;
	color: #ffffff;
}

#MainBox #HeadBox p span{
	color: #ff0000;
}


/* ================================ MenuBox ================================ */
#MainBox #MenuBox ul li{
	list-style: none;
	display: inline;
}


/* ================================ ConBox ================================ */
#MainBox #ConBox{
	width: 783px;
	height: auto;
	text-align: center;
}



/* ================================ FootBox ================================ */
#MainBox #FootBox{
	width: 783px;
	height: auto;
	padding: 10px 0px;
	background: #5b7cb5 url(../img/foot_back.gif) repeat-y left top;
	text-align: center;
}

#MainBox #FootBox ul li{
	list-style: none;
	display: inline;
	font-size: 11px;
	color: #ffffff;
}

#MainBox #FootBox ul li a{
	text-decoration: none;
	font-size: 11px;
	color: #ffffff;
}

#MainBox #FootBox ul li a:hover{
	text-decoration: underline;
	font-size: 11px;
	color: #ffffff;
}


/* ================================ FootText ================================ */
#MainBox #FootText{
	width: 783px;
	height: auto;
	margin: 0px;
	text-align: center;
}

#MainBox #FootText h3{
	margin: 10px 0px;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
}

#MainBox #FootText p{
	margin: 0px 0px 5px 0px;
	font-size: 11px;
	fon-weight: normal;
	color: #000000;
}

#MainBox #FootText p#Copy{
	margin: 30px 0px;
	font-size: 11px;
	fon-weight: normal;
	color: #000000;
}