@charset "UTF-8";
/* CSS Document */

body {
		margin:0;
		padding:0;
		background-color:#ead8b9;
		background-image:url(/quest09/images/bgrepeat.gif);
		background-repeat:repeat-x;
		background-position:top center;
		font-size:11px;
		font-family:Verdana, Arial, Helvetica, sans-serif;
	}
	
	img {border:0;}
	
	h1, h2, h3, h4, h5 {
		color:#be4f18;
	}
	
	h1 {font-size:2.2em;margin-top:0;}
	h2 {font-size:1.6em;}
	h3 {font-size:1.2em;}
	
	a {
		color:#be4f18;
	}
	
	td {
		vertical-align:top;
	}
	
	.left {
		float:left;
		margin-right:10px;
		margin-bottom:10px;
	}
	
	.right {
		float:right;
		margin-left:10px;
		margin-bottom:10px;
	}
	
	.clear {clear:both;}
	
	#wrapper {
		width:936px;
		position:relative;
		margin:16px auto 0 auto;
		
	}
	
		#lighttop {
			position:relative;
			height:44px;
			width:100%;
			background-image:url(/quest09/images/lighttop.png);
			padding-top:6px;
		}
		
			ul#topmenu {
				position:absolute;
				list-style:none;
				right:0;
				margin-right:17px;
				z-index:100;
			}
			
			ul#topmenu li {
				display:inline;
				margin:0;
			}
			
			ul#topmenu li a {
				float:left;
				font-size:12px;
				/*height:33px;*/
				color:#000000;
				text-decoration:none;
				background-color:transparent;
				border-left:1px solid #413a31;
				padding:9px;
			}
			
			ul#topmenu li a:hover {
				background-color:#514a3f;
				color:#fff;
			}
	
		
		#lightmiddle {
			position:relative;
			width:100%;
			background-image:url(/quest09/images/lightrepeat.png);
			background-repeat:repeat-y;
			padding-bottom:15px;
		}
		
			#header {
				position:relative;
				margin:0 auto;
				height:180px;
				width:900px;
			}
			
				#questlogo {
					position:absolute;
					left:30px;
					top:13px;
					width:340px;
					height:164px;	
				}
				
			#content {
				padding:40px 60px 25px 60px;
			}
			
				#content a {
					color:#be4f18;
					text-decoration:none;
					border-bottom:1px dotted #be4f18;
				}
				
				#content a:hover {
	
					border-bottom:1px solid #be4f18;
				}
			
				#leftCol {
					float:left;
					width:390px;
				}
				
				#leftCol li {
					margin-bottom:10px;
				}
				
					/*.contactbox {
						padding:20px;
						background-color:#393225;
					}*/
				
				#rightCol {
					margin-top:-203px;
					margin-left:430px;
				}
				
					#rightCol h1 {
						margin-top:0;
					}
					
			#divider {
				position:relative;
				display:block;
				margin-top:80px;
				clear:both;
				width:100%;
				height:20px;
				border-top:2px dotted #c9b48f;
			}
			
			#speakerbox {
				position:relative;
				margin:0 auto;
				width:779px;
			}
			
				#speakertop {
					width:779px;
					height:37px;
					background-image:url(/quest09/images/speakerboxtop.jpg);
				}
				
				#speakermiddle {
					width:779px;
					background-image:url(/quest09/images/speakerboxrepeat.jpg);
				}
				
					#speakermiddle h2 {
						margin-top:0;
						margin-bottom:0;
						color:#7b6540;
					}
					
					#speakermiddle table {
						margin-left:15px;
					}
					
					#speakermiddle td {
						padding:7px;
					}
				
				#speakerbottom {
					width:779px;
					height:14px;
					background-image:url(/quest09/images/speakerboxbottom.jpg);
				}
		
		#lightbottom {
			position:relative;
			height:34px;
			width:100%;
			background-image:url(/quest09/images/lightbottom.png);
		}
		
		#footer {
			position:relative;
			width:900px;
			margin:0 auto 40px auto;
		}
			#footer h3 {
				color:#000;
				margin-top:0px;
			}
			
			#footer a {
				color:#000;
			}
		
			#footer address {
				font-style:normal;
			}
			
			#footer td {
				vertical-align:top;
			}
