@charset "utf-8";
/* CSS Document */

body {
	background-image: url(carolinabands_bg.jpg);
	background-color: #003;
	background-repeat: no-repeat;
	color: #003;
	background-attachment: fixed;
}
a:link {
	color: #003;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #003;
}
a:hover {
	text-decoration: none;
	color: #2E418E;
}
a:active {
	text-decoration: none;
	color: #2E418E;
}

div#outer {
	width: 992px;
	margin-bottom: 50px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	position: static;

}
div#outer2 {
	width: 992px;

}

div#header {
	padding: 0px;
	margin: 0px;
	text-align: center;

}

div#follow{
	width: 35%;
	padding: 10px;
	margin-top: 1px;
	float: left;
	background-color: #020C30;

}

div#nav{
	width: 300px;
	padding: 0px;
	margin-top: 0px;
	float: right;

}
div#featurevid {
	margin-top: 0px;
	padding: 1px;
	margin-left: 40%;
	background-color: #020C30;

}
div#topstory {
	margin-top: 0px;
	padding: 10px;
	width: 650px;
	background-color: #020C30;

}

div#footer {
	padding: 0px;
	margin: 0px;
	background-color: #999;
	color: #003;

}
