/********** FERRE SPOSA INTERNET EXPLORER **************************/
				
			
/********** BACKGROUND IMAGES ********************************/
body{
	background-color:#000;	
	a-link
}		

#tablesize{
	width:800px;
	height:600px;
}
#block1{
		
			background-image: url(images/logo.jpg);
			background-repeat: no-repeat; 
			background-position: top right;
			height:55px;
}
#block2 {
			background-image: url(images/main.jpg);
			background-repeat: no-repeat; 
			background-position: top right;
			width:674px;
			vertical-align:top;
}
#add{
	
	color:#FFF;
	float: right;
	text-align: right;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:1em;
}



/********** EVERYTHING FOR LINKS ****************************************/

ul#navlist
		{
			margin-left: 8em; 		/*move links to right*/
			padding-left: 0em;      /*move links to left*/
			white-space: nowrap; 
		}

#navlist a 
		{ 
			padding: 0em 1em;      /*center the links*/
		}

#navlist li
		{
			display: inline;        /*make links horizontal*/
			list-style-type: none;  /*if you want bullets*/
		}


#navlist a:link, #navlist a:visited
		{
			color: #666;
			background-color: none;
			text-decoration: none;
		}

#navlist a:hover
		{
			color: #000;
			background-color: none;
			text-decoration: none;
		}

/************** FORMATING AND COLORS *************************/

p	{	
		font: 10pt verdana;
		border-width: 0px;
	}

#borderstyle
		{
			border-style: outset;
			border-width: 1px;
		}

#icon-borderstyle{
			border-style:ridge;
			border-width:thin;
			
			
			
}



img	{
		border-width: 0px;
	}

a:link, a:visited, a:active	{
			font-weight: none;
			text-decoration: none; 
			color: #666666;	
	}

a:hover{
			 color: #000;
		}

h4		{
			font: verdana;
		}
		
#news{
			
			border-style:ridge;
			border-width:thin;
}

#offers{
			
			border-style:ridge;
			border-width:thin;
}

/*********** explorer/Location.html ****************/

#location	{
				background-color:#ccc;
				width:335px;
				color: #333;
			}

/********** gowns.html & evenings.html for picture viewer ************/

div#wn	{ 
    		position:relative; 
    		width:330px; 
			height:250px; 
    		overflow:hidden;	
	}

/********** For faqs.html lists ****************************************/

ul {
			font: 10pt verdana;
			color: #666666;
}



