﻿html, body, ul, ol, li, p, 
h1, h2, h3, h4, h5, h6, 
form, fieldset, a { 
margin: 0; 
padding: 0; 
border: 0; 
}

body#welcome a#Lwelcome,
body#tour a#Ltour,
body#events a#Levents,
body#services a#Lservices,
body#buyerinfo a#Lbuyerinfo,
body#contact a#Lcontact,
body#links a#Llinks 
	{
	color: #000000;
	background: #F0F0F0 url(assets/currentmenu.gif) top repeat-y;
	}

body	
	{
	background: #F9F9F7 url('assets/a1.gif') repeat-x;
	color: #F0F0F0;
	font-family: arial, helvetica, sans-serif;
	font-size: 62.5%;
	}

a:link
	{
	color: #000000; text-decoration: underline
	}

a:visited
	{
	color: #000000; text-decoration: underline
	}

a:hover
	{
	color: #FF9148; text-decoration: underline
	}

a:active
	{
	color: #000000; text-decoration: underline
	}

#pageWrapper
	{
	background: #fff url('assets/abg.gif') repeat-y;
	margin-left: auto;
	margin-right: auto;
	width: 742px;
	height: 100%;
	text-align: justify;
	}

#pageHeader
	{
	height: 244px;
	padding-top: 0px;
	padding-bottom: 2px;
	background: url('assets/upbg.gif') repeat-y;
	}
	
#header
	{
	position: absolute;
	background: url('assets/kplace01.JPG');
	width: 700px;
	height: 200px;
	color: #fff;
	margin-top: 0px;
	margin-left: 23px;
	margin-right: 23px;
	}

#pageHeader h1
	{
	font-family: arial, helvetica, sans-serif;
	font-size: 1.0em;
	font-weight: lighter;
	color: #777777;
	padding-top: 202px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	}

#pageHeader b
	{
	font-family: arial, helvetica, sans-serif;
	font-size: 2.5em;
	font-weight: bold;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	}

#pageHeader h2
	{
	font-family: arial, helvetica, sans-serif;
	font-size: 16px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	}

#pageHeader h3
	{
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	}



#pageHeader img
	{
	position: relative;
	float: right;
	margin: 10px 10px;
	border: 0px;
	z-index:2;
	}

#spacer
	{
	margin:  0px;
	padding: 0px;
	height:  0px;
	clear:  both;
	}

#nav
	{
	width: 160px;
	}

#nav ul 
	{	
	list-style: none;
	width: 160px;
	font-size: 1.0em;
	}	

#nav li 
	{
	height: 25px;
	padding-bottom: 3px;
	}

#nav li a
	{
	font-weight: bold;
	height: 25px;
	padding-top: 5px;
	padding-left: 8px;
	text-decoration: none;
	color: #F0F0F0;
	display: block;
	background: #444444;
	border-left: 4px solid #cccccc;
	}
	
#nav li a:hover 
	{
	background: #FF9148;
	color: #FFFFFF;
	border-left: 4px solid #444444;
	}

#contentWrapper
	{
	clear: both;
	}

#contentLeft
	{
	float: left;
	width: 160px;
	margin-left: 23px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	color: #111111;
	font-size: 1.1em;
	}

#contentLeft img
	{
	border: 0px;
	}

#contentLeft h1
	{
	width: 180px;
	font-size: 1.2em;
	}

#announcementsBox
	{
	margin-top: 10px;
	margin-bottom: 2px;
	text-align: left;
	width: 153px;
	background: #F0F0F0;
	border: 1px solid #D0D0D0;
	padding: 5px 5px 5px 5px;
	}	
	
#newsBox
	{
	margin-top: 5px;
	text-align: left;
	width: 153px;
	background: #F0F0F0;
	border: 1px solid #D0D0D0;
	padding: 5px 5px 5px 5px;
	}

#newsBox ul
	{
	list-style-type: disc;
	list-style-position: inside;
	}

#newsBox img
	{
	float: right;
	margin-top: 0px;
	}

#articleBox
	{
	margin-top: 5px;
	margin-bottom: 2px;
	text-align: left;
	width: 153px;
	background: #F0F0F0;
	border: 1px solid #D0D0D0;
	padding: 5px 5px 5px 5px;
	}
	
#articleBox ul
	{
	list-style-type: disc;
	list-style-position: inside;
	}
	
#contentRight
	{
	float: right;
	width: 540px;
	margin-right: 10px;
	padding-top: 10px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	font-family: arial, helvetica, sans-serif;
	font-size: 1.4em;
	color: #222222;
	line-height: 1.6em;
	}

#contentRight ul
		{
		margin-left: 1.6em;
		}
	
#contentRight h1
	{
	font-size: 1.4em;
	line-height: 1.8em;
	font-weight: bold;
	width: 530px;
	border-top: #5A5A5A 5px solid;
	}
	
#contentRight h2
	{
	font-size: 1.4em;
	line-height: 1.4em;
	padding-left: 0.2em;
	border-top: #F0F0F0 1px solid;
	width: 520px;
	}
	
#contentRight h3
	{
	padding-top: 1.0em;
	padding-left: 0.3em;
	}
	
#contentRight p
	{
	font-size: 0.9em;
	padding-left: 0.6em;
	padding-right: 0.8em;
	margin-bottom: 1.0em;
	}

#gallery img
	{
	background: #FFFFFF;
	border: 1px solid #8C8C8C;
	padding: 3px;
	}	
	
#loginStatus
	{
	float: right;
	width: 520px;
	font-size: 0.8em;
	line-height: 1.5em;
	padding-right: 0.8em;
	padding-bottom: 10px;
	}
	
#photo-gallery
	{
	font-size: 0.8em;
	line-height: 1.2em;
	}
	
#photo-gallery img
	{
	background: #F0F0F0;
	text-decoration: none;
	border: 1px solid #000000;
	padding: 3px;
	margin-right: 20px;
	margin-bottom: 15px;
	}
	
#photo-gallery a:hover
	{
	color: #FF9148;
	}
	
#pageFooter
	{
	width: 700px;
	margin-top: 5px;
	margin-left: 23px;
	margin-right: 23px;
	padding-top: 8px;
	padding-bottom: 15px;
	border-top: 1px solid #F0F0F0;
	font-size: 1.0em;
	}

#pageFooter h1
	{
	font-size: 1.4em;
	}

#pageFooter h2
	{
	margin-left: 10px;
	font-size: 1.0em;
	color: #111111;
	}

#stripe
	{
	position: absolute;
	padding-top: 100px;
	height: 1px;
	background: #424242;
	width: 100%;
	}