* {
margin: 0;
padding: 0;
}
h1{
	font: bold 20px Verdana;
	padding: 5px 0px;
	color: white;
}
h2{
	font: Regular 12px Verdana;
}
header, section, footer, aside, nav, article, hgroup{
	display:block;
}
#logo{

	background-image: url(../images/logo.png);
	background-position: center;
}
body{
	text-align:center;
	background-image: url(../images/Background.png);
	background-repeat: no-repeat;
	background-color: #1d2123;
	/*background-image: url(images/1080nologo.jpg);*/
	background-position: top center;
	
}
#bodywrap{
	border: none;
	width: 1200px;
	margin: 10px auto;
	text-align: left;
	color: grey;
	
}

#navbar{
background-image: url(../images/topbartile.png);
background-repeat: repeat-x;
box-shadow: 0px 0px 3px 3px black;
}
#navbar2{
background-image: url(../images/topbartile.png);
background-repeat: repeat-x;
box-shadow: 10px 10px 100px black;
width: 1198px;
padding:0px;
margin: 0px;
float: center;
border: 1px solid black;
border-bottom: none;
}
#navbar2 li{
cursor: pointer;
}
#nav_menu li{
	display: inline;
	list-style: none;
	padding: 10px;
	font: bold 12px Verdana;
	color: white;
}
#nav_menu{
	text-align: left;
	padding: 10px 0px;
}
#nav_menu2 li{
	display: inline;
	list-style: none;
	padding: 30px;
	font: bold 14px Verdana;
	color: white;
}
#nav_menu2{
	text-align: center;
	padding: 5px 0px;
}



#Main_Section{
	/*background-image: url(images/Canvas.png);*/
	background-color: #121212;
	background-position: center;
	border-radius: 0px 0px 0px 10px;
	/*box-shadow: 10px 10px 100px black;*/
	float: left;
	width: 860px;
	height: 100%;
	border-left: 1px solid #282828;
	border-bottom: 1px solid #282828;
	margin: 0px 0px; /* 720px total */
	margin-bottom: 20px;
	padding: 10px;
}



.kwicks {
                width: 515px;
                height: 100px;
            }
.kwicks > a {
                width: 125px;
                height: 100px;
                /* overridden by kwicks but good for when JavaScript is disabled */
                margin-left: 5px;
                float: left;
            }

            #panel-1 { background-color: #53b388; }
            #panel-2 { background-color: #5a69a9; }
            #panel-3 { background-color: #c26468; }
            #panel-4 { background-color: #bf7cc7; }

#side_news{
	/*background-image: url(images/Canvas.png);*/
	background-color: #282828;
	background-position: center;
	border-radius: 0px 0px 10px 0px;
	/*box-shadow: 10px 10px 100px black;*/
	float: left;
	width: 298px;
	height: 815px;
	border-right: 1px solid black;
	margin: 0px 0px;
	padding: 10px;
}
#aleft_news{
	background-image: url(../images/Canvas.png);
	background-position: center;
	border-radius: 10px;
	box-shadow: 10px 10px 100px black;
	float: left;
	width: 10px;
	height:600px;
	margin: 0px 0px;
	padding: 0px;
}
#footer{
	height: 100px;
	margin-top:20px;
	background-color: black;
	font: bold 10px Verdana;
	color:white;
	clear:both;
	text-align:center;
	padding-top: 50px;
	border-top: 2px solid white;

}
article{

	/*background: #573c42;*/
	border: 0px solid #dacf54;
	font: normal 10px Verdana;
	padding: 20px;
	margin-bottom: 15px;
	border-bottom: 2px solid white;
}
article footer{
	text-align: right;
	font: normal 10px verdana;
}

#defaultbar{
	position:relative;
	float:left;
	width:558px;
	height:18px;
	border: 1px solid white;
	background: black;
}
#progressbar{
	position:absolute;
	width:0px;
	height:18px;
	/*border: 1px solid white;*/
	background: white;
}
#derp{
	font: Bold 40px Magneto;
	color: #dacf54;
	padding: 5px;
}


#panels{
	/*background-image:url(images/panel.png);*/
	background-color: white;
	width: 100%;
	height: 350px;
	border: 1px solid black;
	border-bottom: none;

}

#left-panel{
	float: left;
	width: 700px;
	height: 350px;
	background-color: pink;
}

#top-right-panel{
	float: left;
	width: 300px;
	height: 175px;
	background-color: green;
}

#bottom-right-panel{
	float: left;
	width: 300px;
	height: 175px;
	background-color: blue;
}

#back-box{
	width: 100%;
	background-image: url(../images/1080noAAAlogo.jpg);
	background-position: center;
	/*height: 450px;*/
	height: 449px;
	position: absolute;
	top: 286px;
}


/* Cute News Styling baby!*/
#headlines{
	color: white;
	float: left;
	width: 260px;
	height: 450px;
	background-color: black;
	text-align: left;
	
}

.article_title_link{
	color:white;
	font: normal 15px verdana;

}
.article_title_link a{
	text-decoration: none;
	color: white;
}