/* CSS Document */
body{
	padding:0px;
	text-align:center;
	margin:0px auto;
	display:block;
	background-color:#5a4e50;
	font-family:sans-serif;
	font-size:80%;
	background-image: url(images/back.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%;
	margin:0px;
}

div#container{
	width:800px;
	margin:0px auto;
	text-algin:left;
	/*height:550px;*/
}

div#header{
	padding-bottom:20px;
	width:800px;
}

*:first-child+html div#header,*html div#header{
	padding-bottom:20px;
	width:800px;
	margin-left:50px;
}

div#sub{
	width:800px;
	position:relative;
	display:block;
	left:0px;
	top:0px;
	}

/**:first-child+html div#sub{
	width:800px;
	position:relative;
	left:0px;
	top:0px;
	}
	
*html div#sub{
	width:800px;
	position:relative;
	left:0px;
	top:0px;
	}
	*/

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

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


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

/**:first-child+html div#link,*html div#link{
margin-left:0px;
}*/

div#banner{
width:800px;
padding-bottom:10px;
}

*:first-child+html div#banner,*html div#banner{
width:800px;
padding-bottom:10px;
margin-left:50px;
}

div.b{
	width:800px;
	text-align:left;
	padding-left:50px;
}


*:first-child+html div.b,*html div.b{
	width:800px;
	text-align:left;
	padding-left:50px;
}


div.psp{
width:800px;
padding-top:20px;
padding-bottom:10px;
}

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


*:first-child+html div#footer,*html div#footer{
	font-size:10px;
	text-align:left;
	margin-top:50px;
	margin-left:50px;
}

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