html {
	height:100%;
}

body {
	font-family:Tahoma, sans-serif;
	font-size:14px;
	margin:0;
	padding:0;
	color:#555;
	height:100%;
	background:#fff url(/images/bg.jpg) repeat-x;
}

a {
	font-size:1em;
	text-decoration:none;
	color:#11A0CF;
	padding:1px 2px;
}

a:hover {
	background:#f4f4f4;
}

acronym {
	border-bottom:1px dotted #cc0000;
	cursor:help;
}

#container {
	margin-top:5px;
	height:auto !important;
	height:100%;
	min-height:100%;
	position:relative;
	text-align:center;
	font-size: smaller;
}

#header {
	width:740px;
	height:250px;
	margin:0 auto;
	padding:0;
	background-repeat: no-repeat;
	background-position: center top;
}
body.about #header, body #header {background-image:url(about.jpg);}
body.coach #header {background-image:url(coach.jpg);}
body.singing #header {background-image:url(singing.jpg);}
body.artist #header {background-image:url(artist.jpg);}
body.design #header {background-image:url(design.jpg);}
body.sitemap #header {background-image:url(sitemap.jpg);}
body.terms #header {background-image:url(terms.jpg);}

#header h1, #header h2 { display:none;}
#header h1 {
	font-size:4em;
	margin:0;
	clear:both;
	padding:43px 0 0 40px;
}

#header h1 a {
	font-weight:normal;
	font-family:Century Gothic, sans-serif;
	padding:0;
	color:#000;
	color:#000;
}

#header h1 a:hover {
	background:transparent;
}

#menu {
	margin-bottom:30px;
	text-align:center;
}

#menu a {
	font-size:1.15em;
	margin:1px 10px;
	padding:2px 5px 2px 5px;
	color:#bbb;
	font-size:12px;
}

#menu a.on, #menu a:hover {
	background:#f4f4f4;
	color:#09C;
}

#menu li {
	display:inline;
}

#content {
	padding-bottom:50px;
	width:720px;
	margin:0 auto;
}

* html #content {
	padding-bottom:60px;
}

#content:after {
	content:".";
	display:block;
	clear:both;
	height:0;
	visibility:hidden;
}

#content h2 {
	font-weight:normal;
	font-size:20px;
	color:#DB7093;
	font-size:1.25em;
	margin:0 0 25px 0;
	clear:both;
}

#content h2 em {
	font-style:normal;
	color:#09C;
}

#content p, #content dd {
	line-height:2.0em;
	letter-spacing:0.1em;
	
}

#content ul {
	margin:20px 0;
	padding:0 0 0 10px;
}

#content li {
	list-style:none;
	background:url(/images/bullet.gif) no-repeat 0px 8px;
	padding:0 0 0 25px;
	line-height:2em;
	letter-spacing:0.1em;
	padding-bottom:5px;
}

#content li ul {
	margin:0;
	padding:0;
}

#content li li {
	list-style-type:disc;
	list-style-image:none;
	list-style-position:outside;
	background:none;
	padding:0 0 0 15px;
	line-height:2em;
	letter-spacing:0.1em;
	padding-bottom:7px;
}

#content blockquote {
	background:#FFF0F5;
	margin:20px 0;
	padding:10px 20px;
	border-top:1px solid #eee;
	border-bottom:1px solid #eee;
}

#content blockquote p {
	margin:0;
	text-indent:0;
}

#content ul.thumbs {
	margin:20px 0;
	padding:0;
}

#content ul.thumbs:after {
	content:".";
	display:block;
	clear:both;
	height:0;
	visibility:hidden;
}

#content ul.thumbs li {
	background:none;
	float:left;
	margin:3px;
	padding:0;
}

#content ul.thumbs li a img {
	border:5px solid #eee;
}

#content ul.thumbs li a:hover img {
	border:5px solid #ddd;
}

html>body #content ul.thumbs li a {
	background:transparent;
}

#left {
	margin-right:35px;
	float:left;
	width:225px;
	text-align:left;
}

#right {
	float:right;
	width:458px;
	text-align:left;
}

#footer {
	background:#ccc;
	font-size:1em;
	margin-top:-36px;
	position:absolute !important;
	width:100% !important;
	z-index:500 !important;
	position:relative;
	padding:10px 0;
	color:#999;
	border-top:3px solid #eee;
	font-weight:normal;
}

#footer p {
	margin:0 10px;
	text-align:center;
	font-weight:normal;
}

#footer a:hover {
	background:#bbb;
}
#footer a.designer {color:#999999;}

img.right {
	margin-right:10px;
	float:right;
	padding:3px;
}

img.left {
	margin-right:10px;
	float:left;
	padding:3px;
}

#singoutlogo, #singoutlogo a { background-image:url(/images/singout.jpg); background-repeat:no-repeat; width:395px; height:140px; display:block;}
#singoutlogo b {display:none;}
