@charset "UTF-8";
/* CSS Document */

* {
  margin: 0;
  padding: 0;
}

body {
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 10px;
	text-align: left;
	margin: 0px;
	padding: 0px;
	background-image: url(/img/linen3.jpg);	
}

#container{
	width: 900px;
	height: 600px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	position: relative;
	background-color: #FFF;
	border: thin solid #000;
	background-image:url('../img/blissfarmantiques.gif');
}



#nav {
   margin:30px;
   padding:0; 
}
    
#nav li {
   display:inline;
   padding:14px;
   margin:0;
}



a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12pt;
	color: #333;
	font-weight: bold;
	text-decoration:none;
}


a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12pt;
	color: #333;
	font-weight: bold;
	text-decoration:none
}


a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12pt;
	font-weight: bold;
	color:#778899;
	text-decoration:none
}

 #footer {
	font-family: "Times New Roman", Times, serif;
	font-size:11pt;
	color:#000;
	width: 899px;
	margin: auto;
	position: relative;
	font-style: italic;
}


#footer a:link{
   font-family: "Times New Roman", Times, serif;
   font-size:11pt;
   color:#000;
   width: 899px;
   margin: auto;
   position: relative;
   font-weight: normal;
}

#footer a:visited{
   font-family: "Times New Roman", Times, serif;
   font-size:11pt;
   color:#000;
   width: 899px;
   margin: auto;
   position: relative;
   font-weight: normal;
}

#footer a:hover{
	font-family: "Times New Roman", Times, serif;
	font-size:11pt;
	color:#FFF;
	width: 899px;
	margin: auto;
	position: relative;
	font-weight: normal;
}


