* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
body {
    background:#33332d;
    color:#ffffcc;
    font-family:verdana;
    font-size:11px;
	padding-top:20px;
}
a {color:inherit}
.site-container {
    width:880px;
    margin:0 auto;
}
header {
    height:95px;
    background:url(assets/img/header_bg.jpg);
    width:100%;
    padding:15px;
    border-radius:20px 20px 0 0;
}
nav {
    padding:10px 0 15px;
    border-bottom: 1px solid #fff;
    margin-bottom:15px;
}
nav:after {
	content:" ";
	display:block;
	clear:both;
}
nav ul {
    list-style-type:none;
    margin:0;
    padding:0;
}
nav ul li {width:144px; float:left;}
nav a {
    color:#cccc9f;
    font-weight:bold;
}
.contents:after {
	content:" ";
	display:block;
	clear:both;
}

img.alignright {float:right; margin:0 0 10px 10px;}
img.alignft {float:left; margin:0 10px 10px 0;}

.news ul {list-style-type:none;}
.news ul li {margin-bottom:10px;}

footer {
    color:#ffffcc;
    background:rgb(128, 128, 89);
    padding:10px;
    margin-top:40px;
}
footer:after {
    content:" ";
    display:block;
    clear:both;
}
footer p {margin:0;}
footer img {
    float:right;
    height:30px;
}
