/* Natalia's Elegant Creations */
body {
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center center;
	background-color:#F8F4DC;
	color: #000000;
	font-family: Garamond, Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px
}
a:link {
	text-decoration: underline;
	color:#006600;
}
a:visited {
	color: #666666;
	text-decoration: none;
}
a:hover { 
	color: #003200;
	text-decoration: underline;
}
a:active { 
	color: #003200;
	text-decoration: none;
}
h1 {
	font-size: 30px;
	font-family: Vivaldi, Garamond, Arial, Helvetica, sans-serif;
}
h2 {
	font-size: 22px;
	font-family: Vivaldi, Garamond, Arial, Helvetica, sans-serif;
}
h3 {
	font-size: 18px;
	font-family: Vivaldi, Garamond, Arial, Helvetica, sans-serif;
}
#cursive {
	font-size: 18px;
	font-family: Vivaldi, Garamond, Arial, Helvetica, sans-serif;
}
#reviews {
	font-family: Garamond, Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: bold;
	font-size: 18px;
}
#navbar {
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-image: url(images/navbg.jpg);
	background-position: center top;
}
#footer {
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-image: url(images/footbg.jpg);
	background-position: center top;
}
#smallitalic {
	font-family: Garamond, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
}
#tablebg {
	background-repeat: no-repeat;
	background-position: center center;
}