/*Style sheet for the nowytski sisters Web site*/

body
{
	font-family: "Hoefler Text", Garamond, Georgia, serif;
	margin: 0px;
	background-color: #99C;
	background-image: url(images/winterbackground.gif);
	background-repeat: repeat;
}

ul.nav	{ position: absolute;
			margin: 99px 50px 50px 10px;
			top: 0px;
			left: 0px;
			color: #CFF;
			line-height: 17px; 
			list-style: none;
			text-align: right; }
			
			
h1	{ font-size: 20px;
	font-family: "Trajan Pro", Trajan, Copperplate, serif;
	font-variant: small-caps; 
	background-color: #FFF;
	color: #99C;
	font-style: bold;
	line-height: 1.4em; 
	margin: 50px 0px 20px 150px;
	text-indent: 20px; }
			
			
h2		{ font-size: 16px;
			font-family: "Hoefler Text", Garamond, Georgia, serif;
			color: #FFC;
			margin: 50px 20px 20px 150px;
			text-indent: 20px; }
			
h3		{ font-size: 16px;
			font-family: "Hoefler Text", Garamond, Georgia, serif;
			font-style: bold italic;
			color: #FF0;
			margin: 50px 20px 20px 150px; }

h4, h5, h6	{ font-family: "Hoefler Text", Garamond, Georgia, serif;
				margin: 50px 20px 20px 150px; }

p		{ font-family: "Hoefler Text", Garamond, Georgia, serif;
			color: #FFF;
			font-size: 13px;
			line-height: 1.4em;
			margin: 10px 70px 20px 170px; 
			width: 500 px;
			height: 100%; }
			
ul, ol	{ font-family: "Hoefler Text", Garamond, Georgia, serif;
			color: #FFF;
			font-size: 13px;
			line-height: 1.4em;
			margin: 10px 70px 20px 150px; 
			width: 500 px;
			height: 100%; }
			
em		{ font-family: inherit;
			color: inherit;
			font-style: italic; 
			font-size: inherit; }
			
strong	{	font-family: inherit;
			color: inherit;
			font-style: normal;
			font-weight: bold; 
			font-size: inherit; }

.center	{ text-align: center; }

.centerbold	{ text-align: center; 
				font-weight: bold; }

a:hover	{ color: #930;
			background-color: #99C;
			font-family: "Trajan Pro", Trajan, Copperplate, serif;
			font-size: 16px;
			font-variant: small-caps;
			text-decoration: underline;
			list-style-image: url(images/snowflake_bullet.gif); }
			
a:link	{ color: #CCF; 
			font-family: "Trajan Pro", Trajan, Copperplate, serif;
			font-variant: small-caps;
			text-decoration: none;
			font-size: 16px; }
			
a:visited { color: #CCF;
			font-family: "Trajan Pro", Trajan, Copperplate, serif;
			font-variant: small-caps;
			text-decoration: none; 
			font-size: 16px; }
			
p.footer	{ 	font-family: "Hoefler Text", Garamond, Georgia, serif;
				color: #FFC;
				font-size: 9px;
				text-align: center; }
				
form	{ margin: 0px 0px 20px 150px;
			text-indent: 20px;
			font-family: "Hoefler Text", Garamond, Georgia, serif;
			color: #FFC;
			font-size: 13px; }

img.float { float: right; 
				margin: 10px 30px 20px 170px;
				padding: 0px 0px 30px 30px; }
				
img.floatleft { float: left; 
				margin: 10px 30px 20px 130px;
				padding: 0px 10px 70px 30px; }

