/* CSS Document */

body {
background-color: #FFFFFF;
background-image: url(imagesmenu/pink.gif);
background-position: right top;
background-repeat: no-repeat;
font-family: "Times New Roman", Times, serif;
color: #333333;
font-size: 12px;
font-style: normal;
line-height: 20px;
text-align: center;

}

#outer {
width: 800px;
height: 500px;
text-align: left;
position: relative;
margin: auto;

}

#word {
	text-align: left;
	position: relative;
	padding: 0px;
	overflow: auto;
	line-height:16px;
	
}


#greybox {
background-color: #CCCCCC;


}





#whitebox {
background-color: #FFFFFF;
text-align: left;
position: relative;
padding: 10px;
overflow: auto;
font-family: "Verdana", Arial, Helvetica, sans-serif;
font-style: italic;
color:#000000
font-size: 12px;
	
}


a {

color: #333333;
text-decoration: none;

}

a:hover {
color: #FF00FF;
text-decoration: none;

}



 
div.scroller { 
	/* modify width and height of scrolling section if necessary	*/		
	width: 534px; 
	height: 431px;
	overflow: hidden;
	border:0px solid #cccccc;
	}
	div.scroller div.section {
		/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
		width:534px;
		height:431px;
		overflow:hidden;
		float:left;
		padding:0em;		
		}
	div.scroller div.content {
		width: 4200px;
		}

	div#section1 {
		}
		
	div#section2 {
		}
		
	div#section3 {
		}
		
	div#section4 {
		}
		
	div#section5 {
		}
		
	div#section6 {
		}
		
	div#section7 {
		}
