/*
 * 	Quest Studios web site CSS
 * 	CSS Positioning verion
 * 	by Dianne Lewandowski
 * 	developed for QuestStudios.com
 */

/* =========== global styles =========== */

 body {
	font-family:  Verdana, Geneva, sans-serif;
	background: #2a0607 url(quest/kq2rts/kq2music/QSLogo3.gif) no-repeat fixed bottom right;
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #000;
 }
 
 p, h1, h2, h3, h4, h5, h6, li {
 	margin: 1ex 1em;
 }
 
 div#outerDiv {
 	width: 850px;
	margin: 0 auto;
	background: #e0ccaa url(quest/kq2rts/kq2music/ztemp2.jpg) no-repeat;
 }

#outerDiv a:link, #outerDiv a:visited {
	text-decoration: none;
	color: #961217;
	font-weight: bold;
}

#outerDiv a:hover, #outerDiv a:active {
	color: #725a11;
}


 /* ************ header ************* */

 div#header {
	height: 102px;
	position: relative;
	background: #2a0607 url(quest/kq2rts/kq2music/ztemp2.jpg) no-repeat left top;
	
 }
 
 #header h1 {
	 text-indent: -9999px;
 }
 

/* ********** main menu ********** */

#header #mainMenu {
	position: absolute;
	left: 474px;
	bottom: 0px;
	width: 416px;
}

#mainMenu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#mainMenu li {
	float: left;
	margin: 0;
	padding: 0;
}

#mainMenu li a:link, #mainMenu li a:visited {
	font-family: Verdana, Geneva, sans-serif;
	display: block;
	color: #e0ccaa;
	text-decoration: none;
	padding: 0 15px 0 10px;
	margin-right: 10px;
	line-height: 25px;
	background: url(quest/kq2rts/kq2music/nav_rollover.gif) no-repeat left bottom;
	border: none;
}

#mainMenu li a:hover, #mainMenu li a:active {
	color: #fff;
	background-position: left top;
}





#mainMenu li a.current:hover {
	cursor: default;
}

/* ************ main content ************ */

 #content div#mainContent {
	float: left;
	width: 490px;
	margin: 0;
	padding: 20px 0px 0px 10px;
	
 }
 
 #mainContent p {
 	font-family:  Verdana, Geneva, sans-serif;
	font-size: .9em;
	line-height: 1.4em;
	color: #000;
	margin: 1ex 0;
 }

 #mainContent h1, #mainContent h2, #mainContent h3, #mainContent h4 {
 	font-family: Verdana, Geneva, sans-serif;
 }

 #mainContent h1 {
	font-size: 1.6em;
	font-weight: bold;
	color: #324461;
	text-align: center;
	margin: 0 0 .4ex 0;
 }
 
 #mainContent h2 {
 	font-size: 1.2em;
	color: #324461;
	margin: .4ex 0;
 }
 
 #mainContent h4 {
 	font-size: 1.1em;
	font-weight: bold;
	color: #fff;
	margin: 1ex 0 -.2ex 0;
 }
 
 #mainContent ul {
 	font-family: Verdana, Geneva, sans-serif;
	font-size: .9em;
	margin: 0 0 1.4ex 1em;
 }
 
 #mainContent p.leftMenu{
 	font-family: Verdana, Geneva, sans-serif;
	margin-top: 0;
 }
 
 #mainContent p.leftMenu a {
 	color: #9f171d;
 }
 
 #mainContent p.leftMenu a:hover {
 	color: #b36b00;
	border: none;
 }
 
 .redFont {
	 color: #900
 }
/*============NAVIGATION================*/

ul#navlist
{
margin-left: 120px;
padding-left: 0;
white-space: nowrap;
}

#navlist li
{
display: inline;
list-style-type: none;
}

#navlist a { padding: 3px 10px; }

#navlist a:link, #navlist a:visited
{
color: #fff;
background-color: #8da1b9;
text-decoration: none;
}

#navlist a:hover
{
color: #fff;
background-color: #369;
text-decoration: none;
}
 
 

 /*========== sideBar ========== */

#content div#sideBar {
	float: right;
	width: 323px;
	height: 509px;
	padding: 0;
	margin: 20px 10px 0 0;
	background: url(quest/kq2rts/kq2music/sidebar.jpg) no-repeat;
	text-align: center;
}

#sideBar p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight:  bold;
	line-height: 1.2em;
	color: #fff;
	margin: 0 0 3ex 0;
	padding: 20px;
}

#sideBar h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1em;
	color: #324461;
	margin: 1ex 0 .5ex 0;
}

 
 /* ============ footer ============== */

div#footer {
	clear: both;
	background: transparent;
	margin: 0 auto;
	padding: 5px 0 0 0;
}
 
#footer p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: .75em;
	color: #000;
	margin: 0;
	padding: 0;
	text-align: center;
} 

#footer a {
	color: #324461;
	text-decoration: none;
}
 /* ============ miscellaneous styles =========== */

.clear {clear: both }

.smallIndent {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-style: italic;
	font-weight: normal;
	color: #000;
	margin-left: 50px;
}
#outerDiv #content #mainContent table tr td h5 {
}

