/* CSS Document 
Template Name: Karaoke
Date: 11/22/06
*/
#topRight {
	width:100%;
	height:163px;
	background-image:url(images/topright.jpg);
	background-repeat:no-repeat;
	float:left;
}
#sideTop {
	width:150px;
	height:163px;
	background-image:url(images/topleft.jpg);
	background-repeat:no-repeat;
}
.logo {
	padding:32px 0px 0px 0px;

}
#topRight h1 {
	font-family:Arial;
	font-size: 22px;
	float:right;
	text-align:right;
	color:#000000;
	margin:0px;
	width:600px;
	padding:67px 20px 0px 0px;
}
#topRight p {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	float:right;
	color:#000000;
	text-align:right;
	margin:0px;
	padding:0px 20px 0px 3px;
}
#topRight p a {
	color:#000000;
	text-decoration:underline;
}
#topRight p a:hover {
	color:#000000;
	text-decoration:none;
}
#sideBottom {
	width:100%;
	height:100%;
	background-color:#CDE6FC;
}
#nav ul {
	list-style-type:none;
	width:100%;
	padding:10px 0px 10px 0px;
	float:left;
	margin:0px;
}
#nav ul li {
	margin:0px 8px 0px 8px;
	background-color:#5AACFF;
	background-repeat:no-repeat;
	border-bottom:1px dotted #ffffff;
}
#nav ul li a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;
	display:block;
	background-image:url(images/nav_bg.jpg);
	background-repeat:no-repeat;
	background-position:140px 3px;
	padding-left:16px;
	color:#000000;
	padding:4px 0px 4px 13px;
}
#nav ul li a:hover {
	color:#FDCC03;
}
#navselected {
	background-color:#666666;
}
#footer {
	width:100%;
	float:left;
	height:39px;
	background-color:#CDE6FC;
}

#footer p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	margin:0px;
	padding:10px 20px 0px 0px;
	text-align:right;
}

#footer p a {
	color:#000000;
	text-decoration:underline;
}
#footer p a:hover {
	color:#000000;
	text-decoration:none;
}