/* CSS STYLE SHEET No Borders */
/* for Billy Hale Music */
/* created April 19, 2011 */
/* rjchase */
/* last edit 8:17 PM 3/27/2012 */

body {
	margin: 0;
	padding: 0;
	/*background: url(images/bg1.jpg) repeat-x;*/
	background-color:black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-color: #f0f0f0;
}

#page { /*border: solid red;*/
	background: url(images/logo_anim.gif) no-repeat center top;
	backgroud-color:black;
	width: auto;
	height: auto;
	line-height: 150%;
	margin: auto;
	padding: 20px;
}

#header {/*border: dotted orange;*/
	min-width: auto;
	min-height: auto;
	margin-top: 160px;
	margin-bottom: 10px;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 2.5em;
	color: #2090b0;
}

#pleft {/*border: solid purple;*/
	min-width: auto;
	max-width: 500px;
	min-height: 110px;
	text-indent: 2em;
	float: left;
	margin-top: 0.5em;
	margin-right: 1em;
	padding: auto;
	line-height: 1.5em;
	color: #e0e0e0;
}

#pright {/*border: dotted purple;*/
	min-width: auto;
	max-width: 500px;
	min-height: 110px;
	text-indent: 2em;
	float: right;
	margin-top: 0.5em;
	margin-right: 1em;
	padding: auto;
	line-height: 1.5em;
	color: #e0e0e0;
}

#leftside {/*border: solid white;*/ /*left side of page*/
	float: left;
	width: 48%;
	min-width: 100px;
	height: auto;
	filter:alpha (opacity=75); /* IE std */
	opacity: 0.75; /* css3 std */
}

#rightside {/*border: dotted white;*/ /*right side of page*/
	float: right;
	width: 48%;
	min-width: 100px;
	height: auto;
	filter:alpha (opacity=75); /* IE std */
	opacity: 0.75; /* css3 std */
}

#player {/*border: dotted yellow;*/
	margin: 10px;
	width: auto;
	height: auto;
}

#footer {/*border: solid yellow;*/
	color: #a0a0a0;
	position: float;
	clear: both;
	min-width: 320px;
	height: auto;
	line-height: 100%;
	filter:alpha (opacity=50); /* IE std */
	opacity: 0.50; /* css3 std */
}	

h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #c0c0c0;
}

p, ul, ol {
	margin-top: 0;
	line-height: 150%;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
