body {
  font-family: Georgia, Times New Roman, Times,serif;
  font-size: 12px;
  
  text-align:right;
  padding: 0;
  margin: 0;
}

p {
	
}

h1 {
	font-family:"Courier New", Courier, monospace;
	font-size: 60px;
	font-weight:bold;
  	color: #583119;
}

h2 {

  color: #FFF;
}

 	a {

		color: #000;
		text-decoration: none;
	}

	a:hover {
		color: #CC9900;

	}


input, textarea {
	border: 1px solid #5D2300;
}

.wrapper {

	width: 900px;
	height: 800px;
	margin: auto;
	margin-top: 0px;

	
	background-image:url(images/background.jpg);
	background-position:center top;
	background-repeat: no-repeat;
}

.left {
	width: 350px;
	padding-left: 35px;
	float:left;
	text-align: left;

}


.right {
	width: 450px;
	padding-right: 35px;
	float:right; 
	text-align: left;

}

.title_logo {
	font-family:"Courier New", Courier, monospace;
	margin-left:10px; font-weight: medium;font-size: 65px; width: 500px;
}
	.title_logo a {

		color: #000;
		text-decoration: none;
	}

	.title_logo a:hover {
		color: #CC9900;

	}

.linkmenu {
	
	font-family:"Courier New", Courier, monospace;
	font-size: 24px;
	font-weight:bold;

	
	position: absolute; top: 195px;

	padding-left: 75px;
	text-align: left;
	color: #000;
}

	.linkmenu a {

		color: #000;
		text-decoration: none;
	}

	.linkmenu a:hover {
		color: #CC9900;

	}

.article { 
	margin-bottom: 10px;
	font-size: 14px;
	padding: 10px;
	border: 12px solid #5D2300;
	background-color:#FFFFFF;
	text-align: left;
}

.article a:link { color: #c84700; }
.article a:active { color: #c84700; }
.article a:visited { color: #c84700; }
.article a:hover { color: #CC9900; }


.article_left { 
	margin-bottom: 10px;
	font-size: 48px;
	padding: 0px;
	border: 12px solid #5D2300;
	background-color:#5D2300;
	text-align: right;
	color: #FFF;
}

.borderimage {
background: url('images/album_art.jpg') no-repeat top left;
width: 450px;
height: 136px;

font-size: 40px;
color: #5D2300;

}

