* {margin:0;padding:0;} 

html, body {height: 100%;
	font-family: Geneva, “Lucida Sans”, “Lucida Grande”, “Lucida Sans Unicode”, Verdana, sans-serif;
	font-size: 12px;
	}

#wrap {min-height: 100%;}

#main {overflow:auto;
	padding-bottom: 36px;}  /* must be same height as the footer */

#footer {position: relative;
	margin-top: -36px; /* negative value of footer height */
	height: 36px;
	clear:both;} 

/*Opera Fix*/
body:before {/* thanks to Maleika (Kohoutec)*/
content:"";
height:100%;
float:left;
width:0;
margin-top:-32767px;/* thank you Erik J - negate effect of float*/
}

#social {
	width: 100%; 
	height: 36px; 
	background-color: black;
}

#social-icons div{
	height: 12px;
	background-image: url(http://www.ericaleigh.com/images/erica_nav_sprite.png);
	float: left;
	padding: 6px 0px;
	margin-right: 10px;
	}
	
#fb_social {
	background-position: 0px 0px;
	height: 24px;
	width: 24px;
}
#fb_social:hover {
	background-position: 0px -24px;
	}
	
#twitter_social {
	background-position: -24px 0px;
	height: 24px;
	width: 24px;
}

#twitter_social:hover {
	background-position: -24px -24px;
}
	
#linkedin_social {
	background-position: -48px 0px;
	height: 24px;
	width: 24px;
}

#linkedin_social:hover {
	background-position: -48px -24px;
}
	
#myspace_social {
	background-position: -72px 0px;
	height: 24px;
	width: 24px;
}

#myspace_social:hover {
	background-position: -72px -24px;
}
	
#contact_social {
	background-position: -96px 0px;
	height: 24px;
	width: 64px;
}

#contact_social:hover {
	background-position: -96px -24px;
}

#social-icons {
	width: 300px;
	height: 24px;
	padding-top: 6px;
	padding-left: 25px;
	line-height: 24px;
	}

#social-icons div {
	margin-left: 1px;
	}

#header {
	margin: 10px 0 0 20px;
	width: 476px;
	height: 78px;
}

#nav {
width: 526px;
height: 25px;
margin: 15px 0 0 35px;
 }	
	
#nav ul {
	margin: 0 0 0 0px;
	padding: 0;
	}

#nav ul li { 
	display: inline; 
	list-style-type: none;
	font-size: 16px;
	font-weight: bold;
	margin: 0;
	padding: 0px .5em;
	height: 40px;
}

#contentwrap {
	width: 500px;
	height: 400px;
	margin: 10px 0 0 25px;
	padding: 10px;
	background-color: #d8e2ef;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

h1 {
	font-size: 1.4em;
	color: #000;
	margin: 0 0 10px 0;
}

p {
	font-size: 1em;
	color: #222;
	margin: 0 0 10px 0;
	line-height: 1.2em;
}

/* link style class */

ul li a:link { color: #fff; text-decoration: none; }
ul li a:visited { color: #fff; text-decoration: none; }
ul li a:active { color: #fff; text-decoration: none; }
ul li a:hover { color: #fff; text-decoration: underline; }

#contentwrap a:link { color: #271a9d; text-decoration: none; }
#contentwrap a:visited { color: #271a9d; text-decoration: none; }
#contentwrap a:active { color: #271a9d; text-decoration: none; }
#contentwrap a:hover { color: #271a9d; text-decoration: underline; }

.nlin {
 background-color: #000000;
 border: 1px solid #666666;
 margin: 0 0 0 10px;
 color: #DCDCDC;
 height: 18px;
 width: 200px;
}

.email_subscribe {
color: #9e9e9e;
font-size: 12px
}

#musiclist {
	margin: 0 0 15px 0;
}

#musiclist tr td {
	border-bottom: 1px solid #CCC;
	padding: 4px;
}
