body {
	background-image: url(pictures/body.png);
	background-repeat: repeat-x;
	list-style-position: outside;
	list-style-image: url(pictures/heart.png);
	background-color: #f6e9e8;
	font-family: Tahoma, Verdana, Geneva, sans-serif;
	font-size: 13px;
	color: #191919;
}

h1 {
	text-align: left;
	font-size: 24px;
	font-weight: bold;
	color: black;
}

h2 {
	font-weight: bold;
	font-style: italic;
	text-align: center;
	font-size: 20px;
	color: black;
}

#header {
	text-align: center;
	padding: 2px;
	left: 0px;
	top: 0px;
	z-index: 10;
	position: absolute;
	
	width: 100%;
	height: 274px;
	font-weight: normal;
} 

#navigation {
	border-top-style: solid;
	border-color: #191919;
	border-top-width: 2px;
	background-position: 10px 60px;
	background-repeat: no-repeat;
	background-image: url(pictures/silouette.png);
	top: 278px;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	background-color: #f6e9e8;
	border-right-style: solid;
	border-right-width: 2px;
	padding: 15px;
	left: 0px;
	z-index: 12;
	position: absolute;
	
	width: 165px;
	font-weight: normal;
}

#bodyContent {
	padding-left: 15px;
	padding-bottom: 35px;
	padding-right: 20px;
	padding-top: 5px;
	top: 278px;
	text-align: justify;
	left: 200px;
	position: absolute;	
}

#footer {
	min-width: 300px;
	font-weight: bold;
	font-size: 12px;
	color: white;
	text-align: center;
	background-color: #f9a2aa;
	z-index: 9;
	width: 100%;
	left: 0px;
	bottom: 0px;
	position: fixed;
}

#special {
	right: 10px;
	position: absolute;
	top: 10px;
	z-index: 11;
}

a.navigation {
	font-style: italic;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 125%;
	font-variant: small-caps;
	text-decoration: none;
	font-size: 16px;
}
a:link {
	font-weight: bold;
	color: #101346;
	text-decoration: underline;
}

a:visited { 
font-weight: bold; 
color: #101346;
text-decoration: underline;
}

a:hover {
color: #ff00b1;
font-weight: bold;
text-decoration: underline overline;

}

a:active {
color: #bf008e;
font-weight: bold; 
}

span.emphasize {
	font-weight: bold;
}

#fallspecial {
	color: #d40b00;
}img.right {
	margin-left: auto;
	text-align: right;
	display: block;
}

img.header {
	border-style: none;
}

div.contract {
	line-height: 1.4em;
	padding: 5px;
	border-width: 1px;
	border-style: dotted;
	font-size: 12px;
	text-align: left;
}

div.photo {
	padding-bottom: 18px;
	padding-right: 18px;
	float: left;
}

div.photo img {
	border: 2px solid #333333;
	padding: 2px;
	background-color: white;
}

img.floater {
	padding: 30px;
	clear: left;
	float: left;
}

