body{
	margin: 0;
	padding: 0;
	background-color: #B9AA94;
	background-image: url("../styles/images/images-bluenotes/bg.gif");
	background-position: center top;
	background-repeat: repeat-y;
	font: 13px georgia, serif;
}

div#content{
	width: 670px;
	margin: 0 auto 0 auto;
	padding: 0 75px 0 75px;
}

h1{
	margin: 0 -15px 0 -15px;
	padding: 10px 0 10px 0;
	font: 40px georgia;
	text-align: center;
	color: #57657A;
}

img{
	float: left;
	margin: 15px 20px 20px 0;
	border: 1px solid #57657A;
	width: 250px;
}

h2 {
	margin: 15px 0 -8px 0;
	font: 25px georgia, serif;
	color: #B9AA94;
}

p.info {
	margin: 15px 0 0 0;
	line-height: 18px;
}

a:link, a:visited, a:active{
	color: #57657A;
	text-decoration: underline;
}

a:hover{
	color: #B9AA94;
}

/* FOOTERS */
div#footer{
	clear: both;
	margin: 0 -15px 0 -15px;
	padding-top: 20px;
	text-align: center;
}
.footer:link, .footer:visited, .footer:hover, .footer:active{
	color: #B9AA94;
	text-decoration: none;
}


