a { text-decoration: none; color:#b00010; }
body {
	margin: 0px auto;
	}
.top2 {
	width: 960px;
	margin: 0px auto;
	background: #b00010;
}
.top2 p {
	padding: 5px 0px 5px 0px;
	font-size: 12px;
	color: white;
}
<!--  -->
header {
	width: 960px;
	margin: 0px auto;
	padding: 30px 40px 35px 40px;
}
header h1 {
	font-family: Lucida Grande;
	font-size: 30px;
	float:right;
	position:relative;
	top:80px;
	left:-50px;
}
<!--  -->
#main {
	width: 960px;
	margin: 0px auto;
	clear: both;
	padding: 0px 40px 0px 40px;
	display:-webkit-box;
	display:-moz-box;
	display:-o-box;
	display:-ms-box;
}

nav {
	width:15%;
    border-right:1px solid #cccccc;
}
nav ul {
	padding: 30px 0px 0px 22px;
	list-style-type: none;
	font-size: 18px;
}
nav li {
	color: black;
	font-weight: bold;
	padding-bottom: 30px;
}

nav li a:hover {

}

nav li a:visited {
	color: #b00010;
}

#center{
	width:65%;
	padding: 0px;
}
#center h2{
	padding: 30px 0px 2px 15px;
	font-size: 19px;
}
#center p {
	width: 560px;
	padding: 15px 0px 2px 23px;
	font-size: 16px;
	line-height:25px;
	text-indent:30px;
}

#center ul {
	padding: 20px 0px 0px 45px;
	font-size: 15px;
	line-height:25px;
}
#center img {
	width: 560px;
	padding: 15px 0px 2px 23px;
}
.center_article {

}
aside{
	width:20%;
}
aside article {
	padding-top: 15px;
}
aside h2 {
	padding: 30px 0px 15px 0px;
	font-size: 18px;
}
aside h2 {

}
.video_p {
	padding: 5px 0px 25px 0px;
	text-align: right;
	font-size: 15px;
}
.note {
	background-image: url(../img/note.jpg);
	background-repeat: no-repeat;
}
.note_p {
	width: 150px;
	font-size: 19px;
	position: relative;
	top: 50px;
	left: 26px;
}
<!--  -->
footer {
	width: 960px;
	margin: 0px auto;
	padding: 0px 40px 50px;

}
footer h2 {
	color: white;
	font-size: 16px;
	padding: 15px 0px;
}
footer p {
	color: white;
	font-size: 14px;
	line-height:18px;
}
footer a {
	color: white;
}
.cont {
	width: 100%;
	height: auto;
	background: #0a0404;
}
.container {
	width: 100%;
	height: auto;
	background: #b00010;
}