body 
{
	background-color: #FFF2BF;
}

H1
{
	font-family: 'tahoma';
}

P
{
	font-family: 'Arial';
}

a:link 
{
	color: #000000; 
	/*background-color: #FFCC99; */
	font-weight: bold; 
	text-decoration: underline
}

a:visited 
{
	color: #000000;
	/*background-color: #FFCC99; */
	font-weight: bold;
	text-decoration: underline 
}

a:hover 
{
	color: #FFFFFF; 
	/*background-color: #B38F00; */
	text-decoration: none
}

a:active 
{
	color: #000000;
	text-decoration: underline
}
td
{
	font-family: 'arial narrow';
}
DIV.Header
{
	background-color:#BFAC60; 
}
DIV.Header a
{
	font-family: 'arial narrow';
}
DIV.Header a:link 
{
	color: #FFFFFF; 
	background-color: #BFAC60; 
	font-weight: bold; 
	text-decoration: underline
}

DIV.Header a:visited 
{
	color: #FFFFFF; 
	background-color: #BFAC60; 
	font-weight: bold; 
	text-decoration: underline
}


DIV.Header a:hover 
{
	color: #FFFFFF; 
	background-color: #BFAC60; 
	font-weight: bold; 
	text-decoration: none
}

DIV.Header a:active 
{
	color: #FFFFFF; 
	background-color: #BFAC60; 
	font-weight: bold; 
	text-decoration: underline
}

#kwick .kwick span {
	display: none;
}

#kwick .opt1 {
	background: #9ce782 url(images/landscapes.jpg) ;
}

#kwick .opt2 {
	background: #92bdfa url(images/people.jpg);
}

#kwick .opt3 {
	background: #faa892 url(images/nature.jpg);
}

#kwick .opt4 {
	background: #e78282 url(images/urban.jpg);
}

#kwick .opt5 {
	background: #000 url(images/abstract.jpg);
	border-right: 0;
}

/* SlideShow */

#OuterContainer {
	padding: 0;
	margin: 0 auto;
}

#Container {
	position: relative;
	height: 200px;
	width: 200px;
	margin: 0 auto;
	background-color: #FFF2BF;
	border: 5px solid #B38F00;
	font-size: 0px;
}

#Photo {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
}

#Loading {
	height: 25%;
	width: 100%;
	position: absolute;
	top: 40%;
	left: 0%;
	text-align: center;
	z-index: 0;
	line-height: 0;
}

#LinkContainer {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	/* filter:alpha(opacity:80); /* Specify opacity for IE */
}

#PrevLink, #NextLink {
	cursor: pointer;
	width: 48%;
	height: 100%;
	background: transparent url(/include/js_slideshow/img/c.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
}

#PrevLink span, #NextLink span { display: none; }

#PrevLink { left: 0; float: left; }
#NextLink { right: 0; float: right; }

/* background image for IE */
#PrevLink:hover, #PrevLink:visited:hover { background: url(/include/js_slideshow/img/prev_chevron.png) 20% 50% no-repeat; }
#NextLink:hover, #NextLink:visited:hover { background: url(/include/js_slideshow/img/next_chevron.png) 80% 50% no-repeat; }

/* backgroudn image for compliant browsers */
#LinkContainer>#PrevLink:hover, #LinkContainer>#PrevLink:visited:hover { background: url(/include/js_slideshow/img/prev_chevron.png) 20% 50% no-repeat; }
#LinkContainer>#NextLink:hover, #LinkContainer>#NextLink:visited:hover { background: url(/include/js_slideshow/img/next_chevron.png) 80% 50% no-repeat; }

#CaptionContainer {
	margin: 0 auto;
	width: 200px;
	text-align: left;
	background-color: #B38F00;
	}

#CaptionContainer p {
	padding: 5px 10px 10px 10px;
	font-size: 11px;
}

#Counter {
	font-weight: bold;
	color: #FFFFFF;
	padding-right: 5px;
}

#About p {
	margin: 0 20px;
	padding: 5px 0;
	font-size: 12px;
	font-weight: bold;
}

#Caption {
	color: #FFFFFF;
}

#About {
	width: 100%;
	text-align: left;
	background-color: #efefef;
	border-bottom: 1px solid #dedede;
}

#AboutBody {
	margin-top: 15px;
}

#AboutBody p {
	font-weight: normal;
	font-size: 11px;
	line-height: 1.4em;
	margin: 0 20px 10px 20px;
	padding: 0;
}

/* Styles for the entire LavaLamp menu */
.lavaLamp {
    position: relative;
    height: 29px; width: 421px;
    background: url("../images/bg.gif") no-repeat top;
    padding: 15px; margin: 10px 0;
    overflow: hidden;
}
    /* Force the list to flow horizontally */
    .lavaLamp li {
        float: left;
        list-style: none;
    }
        /* Represents the background of the highlighted menu-item. */
        .lavaLamp li.back {
            background: url("../imagez/lava.gif") no-repeat right -30px;
            width: 9px; height: 30px;
            z-index: 8;
            position: absolute;
        }
            .lavaLamp li.back .left {
                background: url("../images/lava.gif") no-repeat top left;
                height: 30px;
                margin-right: 9px;
            }
        /* Styles for each menu-item. */
        .lavaLamp li a {
            position: relative; overflow: hidden;
            text-decoration: none;
            text-transform: uppercase;
            font: bold 14px arial;
            color: #fff; outline: none;
            text-align: center;
            height: 30px; top: 7px;
            z-index: 10; letter-spacing: 0;
            float: left; display: block;
            margin: auto 10px;
            background-color: none;
        }
