


 #flashcontent {
	margin: 0 auto; /* the right margin can be given in percentages or pixels. It creates the space down the right side of the page. */
	 padding-bottom:25px;
	height:400px;
	width:700px;
	
	
} 

 #flashcontent a{

color: #999999;
	text-decoration:none;
} 

 #flashcontent a:hover{
	/*border-bottom: 4px solid #a58e86;*/
	color: #666;
	list-style-type: none;
	text-decoration:none;
	
}
 #flashcontent p{ 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #6666cc;
	font-weight: bold;
	margin: 0 5px 0 5px; /* the right margin can be given in percentages or pixels. It creates the space down the right side of the page. */
	padding-left:0px;
	text-align:center;
	
} 
 #flashcontent h3{
 	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #6666cc;
	font-weight: bold;
	margin: 0 5px 0 5px; /* the right margin can be given in percentages or pixels. It creates the space down the right side of the page. */
	padding-left:0px;
	text-align:center;
	}
	
