


#flashcontent { 
	height:450px;
	width:550px;
	margin: -13px 0 0 0; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
  padding: 0px 0px 40px 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	
} 

#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;
	}