/* reset.css */

html, body, div, span, object, iframe, h5, h6, blockquote, pre, a, abbr, acronym, 
address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, 
caption, tbody, tfoot, thead, tr, th, td, submit, text {
	margin:0;
	padding:0;
	font-weight:inherit;
	font-style:inherit;
	font-size:100%;
	font-family:inherit;
}


img { border:none; margin: 0px; padding: 0px; }
a img { border:none; margin: 0px; padding: 0px; }


/* ##################### */
/* GEN/MISC BAR */


body {
	margin: 0px 0px 0px 0px;
	background-repeat: repeat-x;
	background: url('../images/bgtile.jpg');
	background-repeat: repeat-x;
	background-color: #2f2d25;
	text-align: center;
	font-family: Arial, sans-serif, verdana;
}


p, a, li, td, form, label, text, submit, select, input {
	font-size: 12px; 
	line-height: 18px;
	font-weight: normal;
	color: #5b5b5b;
}

em, EM { font-style: italic; }
#content em { font-style: italic; }
#content p em { font-style: italic; }

a { text-decoration: none; }
a:hover { text-decoration: underline; }





hr {
	height: 1px;
	color: #e6e2e4;
	width: 95%;
	margin: 10px 0px 10px 0px;
}

.clearBoth { clear: both; overflow: hidden; height: 1px; }


/* ##################### */
/* MAIN */


#container {
	width: 700px;
	margin: auto;
	margin-top: 0px;
	text-align: center;
	background-color: #ffffff;
}



#header {
	width: 700px;
	height: 92px;
	margin: 0px;
	margin-top: 0px;
	text-align: center;
	background-color: #ffffff;
	background: url('../images/topbanner.jpg');
	background-repeat: no-repeat;
	overflow: hidden;
}


#logo {
	display: block;
	float: left;
	width: 200px;
	height: 92px;
	margin: auto;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	background: url('../images/michael-kelly-event-pianist-logo.gif');
	background-repeat: no-repeat;
	text-align: left;
}

#logo h1 {
	margin: 0px;
	padding: 0px;
	font-size: 10px; 
	line-height: 10px;
}

#logo { letter-spacing : -1000em; text-indent : -999em; } 
/* Just for Opera, but hide from MacIE */ 
/*\*/html>body #logo { letter-spacing : normal; text-indent : -999em; overflow : hidden; } 
/* End of hack */ 
#logo a { width:227px; height:108px; display:block; padding: 0px; margin: 0px; }


#tel {
	float: right;
	display: block;
	width: 200px;
	height: 40px;
	margin: auto;
	padding: 0px;
	margin: 10px 20px 0px 0px;
	text-align: right;
	color: #9f9d7f;
	font-size: 24px;
	font-weight: bold;
}


#header ul {
	clear: right;
	display: block;
	height: 40px;
	width: 470px;
	float: right;
	text-align: right;
	margin: 15px 0px 0px 0px;
	padding: 0px;
}

#header ul li {
	display:inline;
	text-align: right;
	margin: 0px 12px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#header ul li a, #header ul li a:hover {
	color: #2f2d25;
	font-size: 12px; 
	line-height:20px;
	font-weight: normal;
	text-decoration: none;
}

#header ul li a:hover {
	color: #6d6b53;
}


/* ##################### */
/* BANNER */

#banner {
	margin: auto;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	clear: both;
	width: 700px;
	height: 205px;
	overflow: hidden;
}


/* ##################### */
/* CONTENT */

#content {
	width: 640px;
	padding: 0px 0px 30px 0px;
	margin: 30px 30px 0px 30px;
	text-align: left;
}


#content ul { list-style-type: disc;margin-left: 20px; }

#content li { margin-left: 15px; }

#content a { text-decoration: underline; color: #6d6b53; }
#content a:hover { text-decoration: underline; color: #c2ba54; }

#content h1 {
	color: #6d6b53;
	font-size: 22px; 
	line-height: 28px;
	font-weight: normal;
	display: block;
	width: 640px;
	border-bottom: 1px solid #6d6b53;
}


#content h2 {
	color: #6d6b53;
	font-size: 16px; 
	line-height: 18px;
	font-weight: normal;
}


#content p {
	color: #6d6b53;
	font-size: 12px; 
	line-height: 17px;
	font-weight: normal;
}







/* ##################### */
/* FOOTER */

#footer {
	clear: both;
	width: 700px;
	padding: 0px 0px 0px 0px;
	margin: auto;
	margin-top: 10px;
	text-align: left;
}


#footer p, #footer li, #footer li a, #footer p a {
	font-size: 10px; 
	line-height: 16px;
	font-weight: normal;
	color: #66644e;
	margin: 3px 0px 3px 0px;
	padding: 0px;
}

#footer ul {
	margin: 0px 0px 0px 0px;
	padding: 0px;
}

#footer ul li {
	display: inline;
	font-size: 11px; 
	font-weight: normal;
	text-decoration: none;
	margin: 0px 12px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#footer a { text-decoration: none; color: #66644e; }
#footer a:hover { text-decoration: underline; color: #878466; }


