@charset "UTF-8";
/* CSS Document */

@import "slideshow.css";

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #60542e;
	text-align:center;/*	max-width:760px;*/
	/*background:#d3e27e;*/
}


#master {
	width: 760px;
	margin:0 auto;
	text-align:left;
	background:#ffffff;
}

#logo {
	width: 760px;
	height: 70px;
	background-image:url(../images/logo.jpg);
	background-repeat:no-repeat;


border:none;
}




#slideshow {
	border: #60542e 1px solid;
/*	padding: 5px; */
}

#slideshow img {
	padding: 5px;
}

#left {
    background:#fff;
    float:left;
    width:475px;
	margin-top:10px;
	margin-bottom:10px;
	font-size:12px;
    }
#right {
	/*border-right:#60542e 1px solid;*/
    background:#d3e27e;
    float:right;
    width:250px;
	margin-bottom:10px;
	margin-right:0px;
	margin-top:10px;
	height:auto;
	padding: 5px;
	font-size:12px;
    }

#full {
	width: 760px;
	height: auto;
	border-top: #60542e 1px solid;

}



#footer {
margin-top:10px;
	padding-top:10px;
	width: 760px;
	border-top: #60542e 1px solid;
	font-size:10px;
	text-align:center;
	clear:both;
}




/* DROP DOWN */
#sddm
{	margin: 0;
	padding: 0;
	z-index: 30}

#sddm li
{	margin: 0;
	padding: 0;
	width: 110px;	
	list-style: none;
	float: left;
	font: bold 11px arial}


#sddm li a
{	display: block;
	margin: 0 1px 0 0;
	padding: 4px 10px;
/*	width: 110px;*/
	background: #ffffff;
	color: #60542e;
	text-align: center;
	text-decoration: none}

#sddm li a:hover
{	background: #b1d355; /*#f3f3f3;*/
}

#sddm div
{	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	background: #EAEBD8;
	border: 1px solid #5970B2}

#sddm div a
{	position: relative;
	display: block;
	margin: 0;
	padding: 5px 10px;
	width: auto;/*100px;*/
	white-space: nowrap;
	text-align: left;
	text-decoration: none;
	background: #d3e27e;
	color: #60542e;
	font: 11px arial}

#sddm div a:hover
{	background: #b1d355;
	color: #FFF}
		
/* /DROP DOWN */
