@charset "UTF-8";
/*CSS for Johannes music .com */

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: black;
	margin: 0;
	padding: 0;
	text-align: center; 
	color: #000000;
}

.oneColFixCtrHdr #container {
	width: 780px; 
	background: #4f2300;
	margin: 0 auto; 
	border: 1px solid #4f2300;
	text-align: left;
}

.oneColFixCtrHdr #navigation {
	height: 130px;
	background: black url(images/navigation/background2.jpg) no-repeat center;
	padding: 0 10px 0 20px;
}

.oneColFixCtrHdr #header h1 {
	margin: 0; 
	padding: 10px 0;
	color:white;
}

.oneColFixCtrHdr #mainContent {
	
	background: #000000;
	color:white;
}

.oneColFixCtrHdr #wimpy {
	background:black url(images/wimpyback.jpg) no-repeat center;
}

.oneColFixCtrHdr #bottombar {
	height:20px;
	width:779px;
	background-color:4f2300;
} 

.oneColFixCtrHdr #footer {
	padding: 0 10px; 
	background:#4f2300 url(images/navigation/background.jpg) no-repeat;
	height: 40px;
}

.oneColFixCtrHdr #footer p {
	margin: 0; 
	padding: 10px 0; 
}

#tagline {
	background: #4f2300;
	height:30px;
	text-align:right;
}

#tagline p{
	font: 24px bold "Times New Roman", Times, serif;
	margin: 0;
	padding-right:15px;
	color:white;
}
/*heading styles*/
h1, h2, h3 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

h1 {
	font-size: large;
	font-weight:bolder;
	background-color: #444444;
	color: #cccccc;
	padding-top: .1em;
	padding-bottom: .1em;
	padding-left: 1.7em;
	margin: 0;
}

h2 {
	color: white;
	font-size: 130%;
	font-weight: normal;
	padding-top: 15px;
}

h2, ul {
	margin-top: 15px;
}

li {
	Font-size: small;
	list-style-type: none;
}

P {
	Font-size: small;
	color: #eeeee0;
	padding-left:2.8em;
}

/* This section deals with objects position on screen */
#navhome, #navtour, #navband, #navcontact, #navmedia, #navstore , #navnews, #ftrmyspace, #ftritunes, #ftrfacebook, #navtitle, #ftryoutube, #ftrtwitter{
	position:relative;
}

#navhome {
	top: 102px;
	left:0px;
}

#navnews {
	top:102px;
	left:6px;
}

#navtour {
	top:102px;
	left:12px;
}

#navmedia {
	top:102px;
	left:18px;
}

#navstore {
	top:102px;
	left:115px;
}

#navband {
	top:102px;
	left:125px;
}

#navcontact {
	top:102px;
	left:130px;
}

#ftrmyspace {
	top:7px;
	left:40px;
}

#ftritunes {
	top:7px;
	left:50px;
}


#ftrfacebook {
	top:7px;
	left:60px;
}

#ftryoutube {
	top:10px;
	left:70px;
}

#ftrtwitter {
	top:7px;
	left:80px;
}


.floatright {
	float:right;
	margin-left:15px;
}

.floatleft {
	float:left;
	margin-right:15px;
}

a:link {
	color: #993300;
}
a:visited {
	color: #999999;
}