/*
EVE Records Website By Kerri @ Vestige Media
http://vestigemedia.com
sharp.kerri@gmail.com
*/

* {
	padding: 0;
}

body {
	background: #000000;
	text-align: center;
	font: normal 12px Arial, sans-serif;
	color: #2f2f2f;
	text-align: justify; 
	text-justify: newspaper;
}

a {
	color: #4d4d4d;
}

a:hover {
	color: #2f2f2f;
	}

#header {
	background: #ffffff url("img/Header_BG.jpg");
	text-align: center;
	width: 800px;
	height: 330px;
	margin: 0 auto;
}

#headertext {
	width: 700px;
	height: 50px;
	margin: 0 auto;
	padding-top: 9px;
	font-size: 11px;
}

#navigation {
	width: 100%;
	height: 25px;
	background: #101010 url("img/NavigationBar_BGR.jpg") repeat-x;
}

#navbar {
	width: 800px;
	height: 25px;
	margin: 0 auto;
	padding-top: 4px;
}

#logo {
	width: 418px;
	height: 227px;
	list-style-type: none;
	margin-top: 10px;
	margin-left: 194px;
}

#logo span {
	display: none;
}

#logo a {
	display: block;
	height: 227px;
}

#logo .logo1 {
	width: 418px;
	margin: 0 auto;
	background: #101010;
}

#entire {
	background: #000000;
	width: 100%;
	color: #ffffff;
	margin: 0 auto;
}

#container {
	width: 500px;
	margin: 10px auto;
	height: 100%;
	min-height: 600px;
	height: auto !important;
	text-align: center;
}

#top {
	width: 800px;
	height: 100px;
	margin: 0 auto;
}

#content {
	width: 500px;
	min-height: 600px;
	float: left;
	padding: 5px;
	text-align: left;
	margin: 0 auto;
}

h1 {
	text-size: 20px;
	border-bottom: 1px dotted #101010;
}

h2 {
	text-size: 15px;
}

#sidebar {
	background: #efefef;
	border: 1px solid #282828;
	width: 200px;
	float: left;
	text-align: left;
	padding: 5px;
	margin-right: 30px;
}

.side_links{
	width: 200px;
	font-size: 1em;
}

.side_links a{
	text-decoration: none;
	color: #000000;
	font-family: Century Gothic, Verdana, Arial, Helvetica, sans-serif;
}

.side_links ul {
	list-style: none;
}

.side_links ul li{
	height: 16px;
	color: #000000;
	border-top: 1px solid #999999;
	padding: 3px 0 3px 3px;
}

.side_links ul li a:hover {
	color: #000000;
}

.side_links  ul li:hover {
	background-color:#f9de00;
}

#footer {
	clear: left;
	width: 800px;
	margin: 0 auto;
	padding: 10px;
	text-align: center;
	font: normal 10px Arial, sans-serif;
	line-height: 15px;
}
