@charset "utf-8";
/* Master Style sheet for header - 3-col - footer */

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #dddddd;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #000000;
}
 #container { 
	width: 90%;  
	background: #bbffff;
	height:1250px;
	margin: 0 auto;
	border: 1px solid #000000;
	text-align: left;
} 

 #container a{ 
    color:#0099CC;
	text-decoration: none;
} 
#container a:hover{ 
    color: #000033;
	text-decoration: none;
}

 #header { 
	background: #33ffcc; 
	padding: 0 10px; 
	color:#FFFFCC
} 
 #header h2 {
	margin: 0; 
	padding: 10px 0; 
}


 #sidebar1 {
	float: left; 
	width: 144px; 
    background: #bbffff; 
/* 	background-image:url(images/ruoccoedge.jpg); */
	padding: 0px 0px;
	text-align:center;
}
 #sidebar2 {
	float: right; 
	width: 330px; 
	background: #bbffff; 
	padding: 30px 0;
	
}
 #sidebar1 p,  #sidebar1 h3,  #sidebar2 p,  #sidebar2 h3 {
	margin-left: 10px; 
	margin-right: 10px;
	
	
}

 #mainContent { 
	margin: 0 330px 0 144px;
	
}

 #footer { 
	padding: 0 10px;
	
} 
 #footer p {
	margin: 0; 
	padding: 10px 0; 
}

.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.style1 {
	color: #FFFFFF
}
.style2 {
	color: #D4D0C8
}

#slideshow {
	margin: auto;
	margin-top: 30px;
	position: relative;
	width: 500px;
	z-index: 4;
}

#buttons {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height:: 40px;
	line-height: 40px;
	text-align:center;
	background-image: url("../images/slide_fill.png");
	z-index: 6;
}

#buttons img{
    height: 40px;
}
 
#prevbutt{
	float: left;
	height: 100%;
	width: 75px;
}

#nextbutt{
	float: right;
	height: 100%;
	width: 75px;
}

#screen {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 5;
}

#SLIDESTEXT {
	font-size: 14px;
	font-family: Verdana, Arial;
	text-decoration: none;
	font-weight: normal;
	color: #FFFFFF;
}


