*{
	line-height: 1.5;
}
h1{
	font: bold 20px Tahoma;
	color: #961b4e;
	text-align: center;
}
h2{
	font: bold 16px Tahoma;
	color: #961b4e;
	text-align: center;
}/*
header, section, footer, aside, nav, article, hgroup{
	display:block;
}*/
.big_wrapper{
	display:flex;
	display:-webkit-flex;
	display:-moz-flex;
	-webkit-flex-flow:column;
	-webkit-justify-content: center;
	max-width:1000px;
	margin: 0px auto;
	-webkit-box-orient: vertical;
	/*flex-direction:column;
	-webkit-flex-direction:column;
	-moz-flex-direction:column;*/
}
.big_wrapper > div {
	flex:1;
	-webkit-flex:1;
	-moz-flex:1;
}

.top_header{
	height: 200px;
	width: 960px;
	margin:0px auto;
}/*
.top_menu{
	border:red;
	background:white;
	color:white;
	display:block;
}
.top_menu li:hover{
	background:red;
}*/
/*
.top_menu li {
	display:inline-block;
	list-style:none;
	padding:5px;
	font: bold 14px Tahoma;
}*/
.new_div{
	display:flex;
	display:-webkit-flex;
	display:-moz-flex;
	-webkit-box-orient: horizontal;
	-moz-box-orient: horizontal;
	box-orient: horizontal;
}
.main_section{
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	box-flex: 1;
	margin: 20px;
	padding: 20px;
	/*width: 800px;*/
	text-align: center;
}
.side_news{
	float: right;
	border: 1px solid red;
	width: 100px;
	height: 400px;
	margin: 20px 0px;
	padding: 30px;
	background: #66CCCC;
}

.footer{
	text-align:center;
	padding:20px;
	border-top: 5px solid #961b4e;
}
article{
	padding: 20px;
	margin-bottom: 10px;
}
.art1{
	width: 400px;
	display: block;
	float: left;
}
.art2{
	width: 400px;
	display: block;
	float: left;
	height: 110px;
	margin-left: 20px;
}
p {
	text-indent:5%;
}



.complist{
	text-align: center;
}
.complist li {
	list-style-type: none;
}
.indnews li {
	list-style-type: none;
	text-align: center;
	width: 960px; /*was 700*/
}
.teamart{
	text-align: center;
	width: 700px;
}
.artteam{
	text-indent: 1px;
}

/*Remove when side bar comes in*/
/*Used in: Mission Statement, */
.move_over{
	width:960px;
}









