*{
	margin: 0;
	padding: 0;
	
}

body{
	/*background: #dcdcdc;
	
	
	background-image:url("../ph/picture/snow.jpg");    
	background-repeat: repeat;
    */
	width:100%;
	height: 100%;
	
	
}


#header {
	border: 1px solid black;
	height: 55px;
	line-height: 42px;
	background: #ccc;
	margin-bottom: 10px;
	height: auto;
}
#header h1{
	font-size: 36px;
	
	width:auto;
	background: #fff;
	
}

#header p{
	font-size: 36px;
	
	width:auto;
	background: red;
	
}
#box{
	margin: 0 auto;
	width:1440px;
}


#main{
	
	float:left;
	text-align: center;
	width: 1024px;
	background: #fff;
	border: 1px solid black;
	height: auto;
	border-radius: 10px;
	margin-bottom: 8px;
}
#bigbox{
	width: 1024px;
	background: #fff;
	border: 1px solid black;
	height: auto;
	
	margin-bottom: 8px;
	
}

table{
    width: 100%;
    border-collapse: collapse;
}

table caption{
    font-size: 2em;
    font-weight: bold;
    margin: 1em 0;
}

th,td{
    border: 1px solid #999;
    text-align: center;
    padding: 20px 0;
}

table thead tr{
    background-color: #008c8c;
    color: #fff;
}

table tbody tr:nth-child(odd){
    background-color: #eee;
}

table tbody tr:hover{
    background-color: #ccc;
}

table tbody tr td:first-child{
    color: #f40;
}

table tfoot tr td{
    text-align: right;
    padding-right: 20px;
}
table p{
	text-align: left;
}

#nav{
	float:left;
	margin-left: 22px;
	
	width:198px;
	height:auto;
	border-radius: 10px;
	
}



#right{
	background: #fff;
	
	border-radius: 10px;
	margin-bottom: 12px;
	
}
#rightone{
	background: #fff;
	
	border-radius: 10px;
	margin-bottom: 12px;
	
}
#righttwo{
	background: #fff;
	
	border-radius: 10px;
	margin-bottom: 12px;
	
}
#footer{
	clear:left;
	width: 1440px;
	background-color: white;
	border: 1px solid black;
	height: 64px;
	border-radius: 10px;
	margin: 0 auto;
}

#footer p{
	
	text-align: center;
	
}
