/* CSS Document */
body{
	padding:0px;
	text-align:center;
	margin:0px auto;
	display:block;
	background-color:#fffeee;
	font-family:sans-serif;
	font-size:80%;
	background-image: url(images/bk02.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}

p{
	margin:0;
	font-size:xx-small;
	color:#333333;
}

a{
	color:#333333;
}

a:hover{
	color:#333333;
}
a:active{
	color:#333333;
}

div#wrapper{
	width:100;
	background-image: url(images/bk.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

div#container{
	width:800px;
	margin:0px auto;
	text-align:center;
	height:550px;
}



div#official{
	width:200px;
	position:relative;
	display:block;
	left:550px;
	top:10px;
}


*:first-child+html div#official{
	width:200px;
	position:relative;
	display:block;
	left:250px;
	top:10px;
}

*html div#official{
	width:200px;
	position:relative;
	display:block;
	left:250px;
	top:10px;
}



div#sub{
	width:700px;
	position:relative;
	display:block;
	left:65px;
	top:400px;
	}

*:first-child+html div#sub{
	width:700px;
	position:relative;
	left:20px;
	top:400px;
	}
	
* html div#sub{
	width:700px;
	position:relative;
	left:20px;
	top:400px;
	}
	
	
	
div#left{
	float:left;
	width:480px;
}


div#update{
	position: relative;
	left:0px;
	text-align:left;
	overflow: auto;
	width:90%;
	height:100px;
	background-color: white;
	border: 1px solid #CCCC99;
	padding: 5px;
}

*:first-child+html div#update{
	position: relative;
	left:0px;
	text-align:left;
	overflow: auto;
	width:90%;
	height:100px;
	background-color: white;
	border: 1px solid #CCCC99;
	padding: 5px;
	left:-20px;
}



div#link{
width:400px;
position: relative;;
text-align:left;
font-size:12px;
margin-top:10px;
margin-bottom:10px;
}

*:first-child+html div#link{
width:400px;
position: relative;;
text-align:left;
font-size:12px;
margin-top:20px;
margin-bottom:20px;
left:-30px;
}

*html div#link{
width:400px;
position: relative;;
text-align:left;
font-size:12px;
margin-top:20px;
margin-bottom:20px;
left:-30px;
}



div#left div#what{
	text-align:left;
	width:480px;
}

div#left div#what .copy{
	font-size:14px;
	line-height:20px;
	padding-top:5px;
	padding-left:10px;
}

div#left div#what .detail{
	font-size:12px;
	line-height:20px;
	padding-top:5px;
}


div#left div#access{
	text-align:left;
	width:480px;
	padding-top:20px;
}

div#left div#access .copy{
	padding-top:5px;

}

div#left div#access .detail{
	font-size:12px;
	line-height:20px;
	padding-left:5px;
}


div#sub div#right{
	float:right;
	width:220px;
}

div#sub div#right .side{
	margin-left:-10px;
	text-align:left;
}

*html div#sub div#right .side{
	margin-left:0px;
	text-align:left;
}


.clear{
clear:both;	
}


div#footer{
	font-size:10px;
	text-align:left;
	margin-top:50px;
}


/*
div#container:after{
	display:block;
	clear:both;
	height:0;
	visibility:hidden;
	content:".";
}
*/
