/* CSS Design for Hall Pass Records by Naomi Hall naomihall.com */

body, html {
	background-color:#990000;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	padding: 0;
}

/* Link Decoration */

a:link {color: #333333; text-decoration: underline; background: none; }
a:active {color: #333333; text-decoration: underline; background: none; }
a:visited {color: #333333; text-decoration: underline; background: none; }
a:hover {color: #000000; text-decoration: underline; background: none; }

a.menulink:link {color: #ffffff; text-decoration: none; background: none; padding-left: 50px; }
a.menulink:active {color: #ffffff; text-decoration: none; background: none; padding-left: 50px;  }
a.menulink:visited {color: #ffffff; text-decoration: none; background: none; padding-left: 50px;  }
a.menulink:hover {color: #ffffff; text-decoration: none; background: none; padding-left: 50px;  }

/* Positioning */

#wrap {
	width: 800px;
	border-bottom: none;
	border-top: none;
	border-left: thick #000000 solid;
	border-right: thick #000000 solid;
	margin-right: auto;
	margin-left: auto;
}

#header {
	height: 55px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-image: url(images/littledoll.jpg);
	background-position: right;
	background-repeat: no-repeat;
}

#colorfill {
	background-color: #333333;
	height: 10px;
}

#menu {
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	height: 16px;
}


#front-face-title {
	background-color: #000000;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	color: #FFFFFF;
	height: 14px;
	width: 375px;
	padding-top: 3px;
	padding-bottom: 3px;
	font-weight: bold;
}

#front-face-content {
	background-color: #ffcccc;
	color: #990000;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}

#front-face-wrap {
	width: 375px;
	height: auto;
	margin-left: 20px;
	margin-right: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	float: left;
	
}

#front-news-title {
	background-color: #000000;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	color: #FFFFFF;
	height: 14px;
	width: 180px;
	padding-top: 3px;
	padding-bottom: 3px;
	font-weight: bold;
}

#front-news-content {
	background-color: #ffcccc;
	color: #990000;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 3px;
	padding-bottom: 3px;
	width: 100%;
}

#front-news-wrap {
	width: 180px;
	height: auto;
	margin: 5px 5px 5px 5px;
	float: left;
	border: #000000 thin solid;
}

#front-quotes-title {
	background-color: #000000;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	color: #FFFFFF;
	height: 14px;
	width: 373px;
	padding-top: 3px;
	padding-bottom: 3px;
	font-weight: bold;
}

#front-quotes-content {
	background-color: #ffcccc;
	color: #990000;
	font-size: 10px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 3px;
	padding-bottom: 3px;
	width: 100%;
}

#front-quotes-wrap {
	width: 373px;
	height: auto;
	margin: 5px 5px 5px 5px;
	float: left;
	border: #000000 thin solid;
}

#menubottom {
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	color: #FFFFFF;
	clear: both;
}

#lyrics-title {
	background-color: #000000;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	color: #FFFFFF;
	height: 18px;
	width: 680px;
	padding-top: 3px;
	padding-bottom: 3px;
	font-weight: bold;
}

#lyrics-content {
	background-color: #ffcccc;
	color: #990000;
	font-size: 12px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 3px;
	padding-bottom: 3px;
	width: 100%;
}

#lyrics-wrap {
	width: 680px;
	height: auto;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: auto;
	margin-right: auto;
	border: #000000 thin solid;
}
