/*Darling Floral Design CSS File*/

body
	{
	margin: 0;
    background-color: #000000;
}

#homepage{
	margin: 0px;
	position: relative;
	width: 950px;
	height:450px;
	font-family: times new roman,arial,helvetica;
  	font-size: 10pt;
  	background-image: url("homepageimages/homebackground.png");
  	background-repeat: no-repeat;
  	background-position: center center;
  	z-index: 0;
}

#rotatingpics{
	margin-top: 0px;
	margin-left: 0px;
	position: absolute;
	top: 0;
	left: 306px;
	height:450px;
	width:338px;
	font-family: times new roman,arial,helvetica;
  	font-size: 10pt;
  	z-index: -1;
}

/* Page header style */
#header2{
	top: 0; 
	left: 0;
	width: 950px;
	height:60px;
	padding: 0;
	clear: both;  
	background-color: #000000;
	border-bottom: 10px solid #fcdbe4;
}

/* Home Page Links */
a.homelinks{
	text-decoration: none;
	verticle-align: bottom;
	color: white;
	font-family: times new roman, arial, helvetica;
	font-size: 12pt;
}
a.homelinks:hover{
	text-decoration: none;
	verticle-align: bottom;
	font-weight: bold;
	color: white;
	font-family: times new roman, arial, helvetica;
	font-size: 13pt;
	background-image: url("homepageimages/dhome.png");
  	background-repeat: no-repeat;
  	background-position: center;
}

/* Page footer style */
#footer{    
	width: 950px;
	clear: both; 
	position: relative;
	background-color: #000000;    
	border-top: 10px solid #fcdbe4;
	font-size: 8pt; 
	color: white;
	text-align: right;  
	verticle-align: bottom; 
}
