body {
	text-align: center;
	background-color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #666666;
}
a:link {color:#666666}
a:visited {color:#666666}
a:active {color:#666666}
a:hover {color:#FF3333}


#art {
   width:auto;
   margin:auto;
   text-align:center;
   border:none;   
}

#art img {
border: 24px solid #000000;
}


#naviart {
	float:left;
	width: 80px;
	background-color:#666666;
	border: 1px solid #333333;
 	margin-left:20px;
    color:#000000;
}


#rightnavi {
	font-size: 150%;
    float:right;
	width: 100px;
	background-color:#000000;
}


#doc {
   width:90%;
   min-width:200px;
   margin:auto;
   text-align:center;
   border: 2px solid #333333;
}

#content1 {
	width: 96%;
	background-color:white;
	border: 2px solid #333333;
}

#content2 {
	width: 96%;
	background-color:black;
	border: medium solid #333333;
}
#contentbnb {
	width: 96%;
	background-color:black;
	border: none;
}
#contentwnb {
	width: 96%;
	background-color:white;
	border: none;
}
#contentleft {
	float:left;
	width: 250px;
	background-color:#666666;
	border: 1px solid #333333;
 	margin-left:20px;
    color:#000000;
}
#home {
	float:left;
	width: 200px;
	background-color:#ffffff;
 	margin-left:20px;
    color:#000000;
}


#gallerynav {
	width: 300px !important; /* intended total box width - padding-right(next) */
    width: 280px; /* IE Win = width - padding */

    margin: 20px auto; /* use to position the box */
	background-color:white;
	color:#999999;
}

#gallerytitle {
	text-align: center;
	width: 200px !important; /* intended total box width - padding-right(next) */
    width: 180px; /* IE Win = width - padding */
    margin: 0px auto; /* use to position the box */ 
	padding: 10px;
	background-color:white;
	color:#999999;
	border: 1px solid #999999;
}

#flechader {
	font-size: 150%;
    float:right;
	width: 100px;
}


#flechaizq {
    float:left;
	width: 100px;
}

#thumbs1 {
float: left;
width: 300px;
padding: 10px 0;
border: 2px solid #C8CDD2;
}

#thumbs1 dl {
float: left;
margin: 10px 20px;
padding: 0;
}

#thumbs1 dt {
float: right;
width: 180px;
margin: 0;
padding: 0;
font-size: 110%;
letter-spacing:1px;
color: #333333;
}

#thumbs1 dd {
margin: 0;
padding: 0;
font-size: 90%;
line-height:1.5em;
color: #666;
}

#thumbs1 dd.img img {
float: left;
}

#hal2000{color: #FFFFFF;}

/* Rounded Boxes */

/* set the image to use and establish the lower-right position */ 
.cssbox, .cssbox_body, .cssbox_head, .cssbox_head h2 {
    background: transparent url(../images/keno_bio.png) no-repeat bottom right; 
} 
.cssbox { 
    width: 350px !important; /* intended total box width - padding-right(next) */
    width: 335px; /* IE Win = width - padding */
    padding-right: 15px; /* the gap on the right edge of the image (not content padding) */
    margin: 20px auto; /* use to position the box */ 
} 

/* set the top-right image */ 
.cssbox_head { 
    background-position: top right; margin-right: -15px; /* pull the right image over on top of border */
    padding-right: 40px; /* right-image-gap + right-inside padding */ 
} 

/* set the top-left image */ 
.cssbox_head h2 {
	color:#FFFFFF; 
    background-position: top left; 
    margin: 0; /* reset main site styles*/ 
    border: 0; /* ditto */ 
    padding: 25px 0 15px 40px; /* padding-left = image gap + interior padding ... no padding-right */ 
    height: auto !important; height: 1%; /* IE Holly Hack */ 
} 

/* set the lower-left corner image */ 
.cssbox_body { 
    background-position: bottom left; 
    margin-right: 25px; /* interior-padding right */ 
    padding: 15px 0 15px 40px; /* mirror .cssbox_head right/left */ 
} 



