@charset "UTF-8";
* {
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #FAFAF4;
	height:100%;
}
html {
	height:100%;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #474220;
	padding-bottom: 5px;
	font-style: italic;
	font-weight: bold;
	letter-spacing: 1px;
}
h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #666666;
	padding-bottom: 5px;
	text-transform: capitalize;
	font-variant: normal;
	font-style: italic;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #9CC5CA;
	font-style: normal;
	font-weight: normal;
	font-variant: small-caps;
	text-decoration: underline;
	padding-bottom: 3px;
}
h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #474220;
	padding-bottom: 5px;
	font-style: italic;
	font-weight: bold;
	letter-spacing: 1px;
}
p {
	font-family: "Times New Roman", Times, serif, "Bookman Old Style";
	font-size: 15px;
	color: #000000;
}
#surf {
	position: absolute;
	width: 200px;
	height:100%;
	left: 0px;
	top: 0px;
	background-color: #fafaf4;
}
#logo_amy {
	height: 300px;
	background-color: #FAFAF4;
	width: 200px;
	background-image: url(../images/ilw-amy.gif);
	margin-bottom: 30px;
}
#logo_nicky {
	height: 300px;
	background-color: #FAFAF4;
	width: 200px;
	background-image: url(../images/ilw-nicky.gif);
	margin-bottom: 30px;
}
#main {
	width: 200px;
	background-color: #FAFAF4;
}
#main ul {
	text-align: right;
	list-style-type: none;
	padding-right: 15px;
}
#main ul li {
	padding-bottom: 5px;
}
#main a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #474220;
	text-decoration: none;
	font-variant: normal;
}

#main a:hover, .selected {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CC0066;
	text-decoration: none;
	font-style: normal;
}

#contentWrapper {
	background-color: #FAFAF4;
	height: 100%;
	width: 750px;
	position: absolute;
	left: 200px;
	top: 0px;
	padding-top: 90px;
	overflow: visible;
	visibility: visible;
	z-index: 10;
	padding-left: 10px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #FF3399;
	padding-right: 10px;
}
#content {
	margin-left: 200px;
	background-color:#FAFAF4;
	height:100%;
}
#slideshow {
	height: 100%;
}
#pageContent {
	background-color: #FAFAF4;
	position: relative;
	top: 175px;
	padding-left: 10px;
}

#infoDiv {
	height: 25px;
	bottom: 0px;
	position: absolute;
	margin-right: auto;
	margin-left: auto;
	z-index: 10;
	width: 100%;
}
#infoDiv h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FAFAF4;
	text-align: center;
}
.p_decor {
	padding-top: 5px;
	padding-right: 25px;
}
.float_pic_option {
	float: left;
	margin-right: 10px;
}
.indent_10 {
	padding-left: 10px;
}
.bottom_pad {
	padding-bottom: 10px;
}

.surfDivider {
	font-size: 11px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #FF3399;
	margin-right: 15px;
	margin-left: 10px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.main_surf {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF3399;
	text-align: right;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-top: 15px;
	letter-spacing: 1px;
	font-style: italic;
	font-weight: lighter;
}

.dot_frame {
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #FF3399;
}

