html {
	height: 100%;
}
body {
	height: 100%;
	font: 80%/1.5em Verdana, Arial, Helvetica, sans-serif;
	color: #FFF;
	letter-spacing: 1px;
	word-spacing: 1px;
	background: #000;
	margin: 0px;
	padding: 0px;
	list-style: none;
}
a:link {
	color: #FC0;
}
a:visited {
	color: #999;
}
a:hover {
	color: #900;
}
a:active {
	color: #FFF;
}
h2 {
	font-weight: lighter;
	font-size: small;
}
h3 {
	font-weight: bold;
	font-size: small;
	text-align: justify;
}
#outerWrapper {
	min-height: 100%;
    margin-bottom: -75px;
    position: relative;
	margin: 0px auto;
	width: 955px;
}
#header {
	height: 250px;
	text-align: center;
}
#nav {
	height: 50px;
	text-align: left;
	background: url(img/nav1bg.png) no-repeat fixed left center;
}
#content {
	width: 605px;
	padding: 20px 40px 20px 10px;
	text-align: justify;
	float: left;
}
#side {
	float: right;
	width: 280px;
	padding: 10px;
	color: #FFF;
	background: url(img/sideimg.png) no-repeat left top;
	margin-top: 20px;
	text-align: right;
}
#side2 {
	width: 280px;
	margin-top: 10px;
	background: url(img/sideimg.png) no-repeat left top;
	padding: 10px;
	float: right;
	text-align: right;
}
#sideinfo {
	width: 280px;
	margin-top: 10px;
	padding: 10px;
	float: right;
	font-size: 12px;
}
.sideNav {
	font-size: medium;
	text-decoration: underline;
}
#clearfooter {
    height: 75px;
    clear: both;
}
#footer {
	height: 75px;
	position: relative;
}
#footerContent {
	margin: auto;
	text-align: center;
}
#copyright {
	margin:auto;
	font-size: 75%;
	text-align: center;
	line-height: 1.5em;
	padding-top: 10px;
}
#cdbaby {
	width:120px;
	height:180px;
	margin:0 40%;
	padding:0;
	border:0;
	background-image:url(http://www.cdbaby.com/Images/Links/Black-Buy_Album_100px_vert.png);
}
