/* JKS CSS Document */

#nav_main {
	color:#ffc9ae;
	font-weight:bolder;
	font-size:14px;
	display:block;
	line-height:10px;
	text-align:center;
	text-decoration:none;
	padding:5px 15px 5px 15px;
	background-color:transparent;
	}
#nav_main a, #nav_main a:link, #nav_main a:visited {
	color:#ffc9ae;
	font-weight:bolder;
	text-decoration:none; 
	}
#nav_main a:hover {
	background-image:url(/img/link_background_trans.png);
	background-repeat:repeat;
	color:#3C0000;
	font-weight:bolder;
	text-decoration:none; 
	}
#nav_main a:active {
	background-image:url(/img/link_background_trans.png);
	background-repeat:repeat;
	color:#ff0000;
	font-weight:bolder;
	text-decoration:none; 
	}
	
body {
	font-family:Garamond, Palatino, Georgia, "Times New Roman", Times, serif;
	font-size:medium;
	color:#ffeecc;
	background-image:url(/img/bkgrnds/red12.gif);
	background-repeat:repeat;
	z-index:10;
}

#background {
	background:url(/img/100_0171_only_red_rt.jpg) top right no-repeat;
	position:absolute;
	top:0px;
	right:0px;
	height:800px;
	width:600px;
	overflow:visible;
	}
 
p {
	margin-top:0em;
	margin-bottom:2em;
	}

ul {
	margin-top:1em;
	margin-bottom:1em;
	}
li {
	margin:0 0 10px 0;
}
a:link, a:visited, a:active { 
	color:#ffc9ae;
	background-color:transparent;
	text-decoration:none; 
	}
a:hover { 
	color:#111111;
	background-image:url(/img/link_background_trans.png);
	background-repeat:repeat;
	text-decoration:none; 
	}

#main { 
	position:absolute; 
	left:75px;
	background-image:url(/img/grey_background_trans_67.png);
	width:600px;
	min-height:80%;
	border-left:#000 thick solid;
	border-right:#000 thick solid;
	} 

#logo {
	background:url(/img/jks_logo.png) no-repeat left;
	overflow:visible;
	height:80px;
	}
#logo a {
	display:block;
	width:100%;
	height:80px;
	}
#logo a:hover {
	background-image:url(/img/link_background_trans.png);
	background-repeat:repeat;
	}
	
.hide_this {
	visibility:hidden;
	font-size:0.01em;
	}
	
#pageText {
	padding:5px 35px 45px 25px;
	color:#ffeecc;
	text-align:left;
	}

#footer {
	color:#992222; 
	text-align:center;
	font-size:small;
	padding-top:40px;
	padding-bottom:5px;
	bottom:5px;
	}
#footer a:link, a:visited, a:active { 
	color:#992222;
	background-color:transparent;
	text-decoration:none; 
	}
#footer a:hover { 
	color:#111111;
	background-image:url(/img/link_background_trans.png);
	background-repeat:repeat;
	}
/* --- base elements ------------------------------------------------------- */

img {
	border-width:0px;
	}

tr { 
	margin:0px; 
	padding:0px; 
	border:0px; 
	}

td { 
	margin:0px; 
	padding:0px; 
	border:0px; 
	}

h1 {
	font-size:2.0em;
	font-weight:bold;
	font-style:italic;
	margin-bottom:.25em;
	background-image:url(/img/grey_background_trans_33.png);
	}

h2 {
	color:#ff0000;
	font-size:12pt;
	font-weight:bolder;
	background-image: url(/img/grey_background_trans_33.png);
	}
h2_0 {
	color:#ff0000;
	background-image:url(/img/grey_background_trans_33.png);
	font-size:12pt;
	font-weight:bolder;
	margin:0px;
	}
.h2 {
	color:#ff0000;
	background-image:url(/img/grey_background_trans_33.png);
	font-size:12pt;
	font-weight:bolder;
	}

h3 {
	font-size:1.4em;
	font-weight:bold;
	color:#f4e6cb;
	background-color:transparent;
	margin:0;
	}

h4 { 
	font-size:.8em;
	font-weight:normal; 
	margin:0;
	}
	
hr { 
	width:90%;
	color:#ff0000;
	background-color:#ff0000;
	text-align:center;
	}

.orange_txt {color: #FF6600}
.yellow_txt {color: #FFFF00}
.green_txt {color: #00FF66}
.blue_txt {color: #0066FF}

.gallery_item {border:#fff thin solid; padding:8px;}
.gallery_item img {border:#eee thick inset; margin:8px;}
