* {
margin:0;
padding:0;
}
html, body { height:100%; }
body{
width:100%;
height:100%;
margin: 0px;
padding: 0px;
/*background: #FFA30D;*/
background: #fff;
font-family : tahoma, arial;
/*font-family : tahoma,arial;*/
font-size   : 11px;
}
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}
a img {border:none;}
p {margin:0 0 1.5em;}
p img {float:left;margin:1.5em 1.5em 1.5em 0;padding:0;}
p img.right {float:right;margin:1.5em 0 1.5em 1.5em;}
blockquote {margin:1.5em;color:#666;font-style:italic;}
strong {font-weight:bold;}
em, dfn {font-style:italic;}
dfn {font-weight:bold;}
sup, sub {line-height:0;}
abbr, acronym {border-bottom:1px dotted #666;}
address {margin:0 0 1.5em;font-style:italic;}
li ul, li ol {margin:0 1.5em;}
ul, ol {margin:0 1em 1em 1em;}
ul {list-style-type:none;}
ol {list-style-type:decimal;}
dl {margin:0 0 1.5em 0;}
dl dt {font-weight:bold;}
dd {margin-left:1.5em;}
tr.even td {background:#E5ECF9;}
tfoot {font-style:italic;}
caption {background:#eee;}

A:link,
A:active,
A:hover,
A:visited { color:#0066CC; text-decoration: none; }



#div1
{
background:#fff;
width:100%;
height:100px;
top:0;
left:0;
}
#div2
{ 
background:#ADCE3E;
border-top:1px solid #669933;
border-bottom:1px solid #669933;
width:100%;
height:2px;
left:0;
}

#div3
{ 
background:#f5f5ed;
/*border-top:1px solid #669933;
border-bottom:1px solid #669933;*/
width:100%;
height:30px;
left:0;
}

#div4
{ 
background:#E8EBEF;
/*border-top:1px solid #669933;
border-bottom:1px solid #669933;*/
width:100%;
height:300px;
left:0;

}

#div5
{ 
background:#BAD878;
width:100%;
height:15px;
left:0;
}

#div6
{ 
background:#fff;
width:100%;
/*height:180px;
position:absolute;*/
left:0;
}


#div7
{ 
background:#fff;
width:100%;
height:15px;
padding-top:20px;
/*position:relative;*/
/*top:678px;*/
left:0;
}



slideshowContainer {
	width: 312px;
	height: 400px;
	border:0px solid #ccc;
}

.loading {
	background: url(images/2.gif) center no-repeat;
}

.slideshowThumbnail {
	outline: none;
}

.slideshowThumbnail img {
	border: 1px solid white;
	padding: 4px;
}

a:hover.slideshowThumbnail img {
	border: 1px solid #ccc;
	padding: 4px;
}

.current img {
	border: 1px solid red;
	padding: 5px;
}

.outline {
	border: 1px solid orange;
	z-index: 0;
	position: absolute;
}

#thumbnails {
	/*width: 130px;
	float: left;*/
}
	

clear { /* generic container (i.e. div) for floating buttons */overflow: hidden;width: 100%;}
