body {
	background-color: #f4f7fa;
	color: #111166;
	margin:0;
	padding:0;
	background-repeat: no-repeat;
	background-size: auto;
}
a {
	font-family: OpenSansRegular,arial,arial narrow,sans-serif;
	color: #222288;
	font-weight:bold;
	text-decoration:none;
}
a:hover {
	color: #333399;
	text-decoration:underline;
}
td {
	padding:10px;
}
#pagebody {
	background-color: white;
	border: 1px solid #AAAAAA;
	border-radius: 10px;
	color:#333344;
	font-size: 20px;
	line-height:24px;
	font-weight: normal;
	width:1000px;
	padding: 30px;
	margin: 30px auto 50px auto;
	min-height:400px;	
	overflow: hidden;
}
#header {
    background-color: #fff;
    border-bottom: none;
    box-shadow: 0 2px 8px #71809580;
    width:100%;
    height:70px;
    color: #446688;
    font-size:30px;
    font-family: OpenSansRegular,arial,arial narrow,sans-serif;
    line-height:70px; 
    font-weight: bold;
}
#menu {
    	float: right;
    	overflow: visible;
    	width: auto;
	color: #444444;
	margin: 0 20px;
}
#menu div {
	float: left;
	margin: 0px 20px;
	font-weight: normal;
	font-size: 20px;
}
#menu div:hover {
	color: #555566;	
}
#header img {
	height: 50px;
	float: left;
	margin:10px 20px;
}
.board {
	width:100%;
	margin:20px auto;
}
.board div {
	float:left;
	margin-left:20px;
	margin-top: 20px;
	width:200px;
	height:300px;
	padding:10px;
	border: 1px solid #AAA;
	border-radius:16px;
	text-align:center;
	background-color:white;
    	line-height:20px; 
}

.board img {
	margin:10px auto;
	width:180px;
	height:220px;
	border-radius: 10px;
}
.posts {
	width:100%;
	overflow: hidden;
	line-height: 24px;
}
.posts img {
	width:30px;
	float:left;
	padding: 10px;
}
.posts p {
	float:right;
	color: #777;
}
