body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight:lighter;
	text-decoration: none;	
	/*background-image: url(/css_img/background_color.gif);*/
	background-color:#000000;
}


/*link styles */

a:link {
	font-family:Arial, Helvetica, sans-serif;
	color: #DDDDDD;
	text-decoration: none;
	font-weight:lighter;
}


a:visited {
	font-family:Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	text-decoration: none;
}
a:active {
	font-family:Arial, Helvetica, sans-serif;
	color: #DDDDDD;
	text-decoration: none;
	}


a:hover {
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	text-decoration: none;
	}

#kingsauce_sm a{
font-size:10px;
}
/*body divs */

#kingsauce{
	width:936px;
	height:675px;
	margin-top:20px;
	}
	
#kingsauce_sm{
	width:800px;
	height:577px;
	margin-top:12px;
	}

#logosauce{
	width:188px;
	height:80px;
	float:left;
	position:relative;
	z-index:200;
	left:30px
	}

#bottomnav{
	font-size:16px;
	font-weight:lighter;
	}

#bodysauce{
	width:800px;
	height:550px;
	border:2px solid #FFFFFF;
	float:left;
	position:relative;
	z-index:1;
	top:-60px;
	left:25px;
	padding-top:60px
	}

#contentsauce{
	width:900px;
	height:600px;
	vertical-align:middle;
	}

#kingsauce_sm #contentsauce{
vertical-align:middle;
	width:770px;
	height:425px;
	}


.bigger{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
}

.artncom {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bolder;
	color: #FFFFFF;
	text-decoration: none;
}

.contactbox{
background-image:url(/images/contact_bg_sm.jpg);
background-repeat:no-repeat;
background-position:center;
width:865px;
height:475px;
}

#kingsauce_sm  .contactbox{
background-image:url(/images/contact_bg_sm.jpg);
background-repeat:no-repeat;
background-position:center;
width:770px;
height:420px;
}
.contactguts{
margin-left:430px;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:13px;
font-weight:bold;
padding-top:10px;
}

#kingsauce_sm .contactguts{
	margin-left:10px;
	margin-right:80px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	font-weight:bold;
	padding-top:10px;
}


.infobox{
width:878px;
height:476px;
}

#kingsauce_sm  .infobox{
width:740px;
height:405px;
}



td.topleft{
background-image:url(images/t-l.gif);
background-repeat:no-repeat;
background-position:bottom right;
width:15px;
}


td.bottomleft{
background-image:url(images/b-l.gif);
background-repeat:no-repeat;
background-position:top right;
width:15px;
}

td.bottomright{
background-image:url(images/b-r.gif);
background-repeat:no-repeat;
background-position:top left;
width:15px;
}

td.topline{
background-image:url(images/topline.gif);
background-repeat:repeat-x;
background-position:bottom;
}
td.slidehead{
background-image:url(images/topline.gif);
background-repeat:repeat-x;
background-position:bottom;
}

td.topright{
background-image:url(images/t-r.gif);
background-repeat:no-repeat;
background-position:bottom left;
width:15px;
}

#reghead{
height:80px;
}

#slidehead{
height:50px;
}

td.bottomline{
background-image:url(images/bottomline.gif);
background-repeat:repeat-x;
height:15px;
}

td.leftline{
background-image:url(images/leftline.gif);
background-repeat:repeat-y;
background-position:right;
width:15px;
height:600px;
}

#kingsauce_sm td.leftline{
background-image:url(images/leftline.gif);
background-repeat:repeat-y;
background-position:right;
width:15px;
height:470px;
}

td.rightline{
background-image:url(images/rightline.gif);
background-repeat:repeat-y;
width:15px;
height:600px;
}

#kingsauce_sm td.rightline{
background-image:url(images/rightline.gif);
background-repeat:repeat-y;
width:15px;
height:470px;
}


/*That lovely suckerfish code... */

#nav, #nav ul { /* all lists */
	float:left;
	padding: 0;
	margin: 0;
	list-style-type: none;
	line-height: 1;
}

#nav a{
	font-weight:lighter;
	display: block;
	width: auto;
	font-size:16px;
	padding:5px;
}

#nav li.pipe{
	padding-top:5px
}



#nav li { /* all list items */
	float: left;
	width:auto; /* width needed or else Opera goes nuts */
	color:#DDDDDD;
	padding-left:10px;
	padding-right:10px;
	list-style-type:none;
	display:block;
/*	margin-top:20px;*/
}

#kingsauce_sm #nav li { /* all list items */
	float: left;
	width:auto; /* width needed or else Opera goes nuts */
	color:#DDDDDD;
	padding-left:6px;
	padding-right:6px;
	list-style-type:none;
	display:block;
/*	margin-top:20px;*/
}

li.logo{
	margin-top:-15px;
}

#nav li ul { /* second-level lists */
	position: absolute;
	list-style:none;
	background: black;
	width: auto;
	font-size:12px;
	margin-top:-48px;
/*	padding-top:3px;*/
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}
#nav li ul a {
	font-size:12px;
}

#nav li ul ul { /* third-and-above-level lists */
	list-style:none;
	width:10em;
}

#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

