body{

	background:#f1e9de;
}

#wrapper{

	background:#f1ede3;
	width:960px;
	margin:10px auto 0px auto;
	min-height:900px;
	
	padding:15px;
	border-radius:15px;
}

#maincontent {
padding:20px;
}

header{
	text-align:center;
}

article {
	width:85%;
	
}

nav li {
	list-style:none;
	display:inline-block;
	text-align:left;
	margin-right: 25px;
}

nav a {

	text-decoration:none;
}

.fltLeft{

	float:left;
	margin:10px;
	clear:right;
}

.fltRight{

	float:right;
	margin:10px;
	clear:left;
}

.news {


	}

footer {
	color:#000;
}

.img_med {
	

	display: block;
  margin-left: auto;
  margin-right: auto;
  width: 85%;
}

.a {
	text-indent: 10px ;
}