@charset "UTF-8";
@import url("text.css");
/* CSS Document */

body {
	font-size: 100%;
	padding: 0;
	margin-top:10px;
	background-color:#10345a;
	
}
#content {
	height: 100%;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-color:#f9f6ea;
	border-right-width: medium;
	border-bottom-width: thick;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #6A1B1E;
	border-bottom-color: #6A1B1E;
	}
#nav {
	background-color:#6b171e;
	list-style:none;
	height:30px;
	font-weight:bold;
	width:800px;
	padding: 0;
	margin:0;
	}
#section {
	width: 415px;
	float:right;
	position:relative;
	padding:10px;
	background-color:#f9f6ea;
	font-size:14px;
	line-height:1.2;
	font-family:Arial, Helvetica, sans-serif;
	}
#aside {
	float:left;
	position:relative;
	width: 345px;
	padding:10px;
	background-color:#f9f6ea;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height:1.2;
	overflow:auto;
}
#footer {
	width:800px;
	height: 35px;
	background-color:#f9f6ea;
	clear: both;
	padding-top:10px;
	margin:0;
	background-image: url(images/music.png);
	background-repeat: no-repeat;
	background-position: 50px;
}

.img-left {
	border: solid 3px #6b171e;
	padding:2px;
	background-color:#f9f6ea;
	float:left;
	margin-right:10px;
}
