body {
	background-color: white;
	background-image: url("i/site/bg_bubbles.jpg");
	background-repeat: no-repeat;
	background-position: 16px 5px;
	color: black;
	font-family: sans-serif;
	margin: 0;
	padding: 0;
}

body.home {
	background-color: white;
	background-image: url("i/site/bg_home.jpg");
	background-repeat: no-repeat;
	background-position: 16px 5px;
	color: black;
	font-family: sans-serif;
	margin: 0;
	padding: 0;
}

body.bg {
	background-color: white;
	background-image: url("i/site/bg.jpg");
	background-repeat: no-repeat;
	background-position: 16px 5px;
	color: black;
	font-family: sans-serif;
	margin: 0;
	padding: 0;
}

#header_home {
	position: absolute;
	top: 14px;
	left: 30px;
	margin: 0;
	padding: 0;
}

#header {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 276px;
	height: 73px;
	padding-top: 14px;
	padding-left: 30px;
	background-image: url("i/site/bg_header.gif");	
}

#content {
	position: absolute;
	z-index: 1;
	left: 330px;
	top: 160px;
	width: 470px;
	font-family: sans-serif;
	font-size: 12px;
	color: black;
}

div#content h1,h2 {
	font-family: sans-serif;
	font-size: 12px;
}

div#content a {
	color: #C48DA0;
	text-decoration: none;
}

div#content a:visited {
	color: #8F6775;
	text-decoration: none;
}

div#content div.hr {
	border: 0;
	margin: 0px;
	padding: 0;
	width: 470px;
	height: 1px;
	background-image: url("i/site/dotted.gif");
	background-repeat: repeat-x;
}

div#content div.hr2{
	border: 0;
	margin-top: 30px;
	margin-bottom: 30px;
	padding: 0;
	width: 470px;
	height: 1px;
	background-image: url("i/site/dotted.gif");
	background-repeat: repeat-x;
}

div#content table tr td {
	padding-right: 10px;
	vertical-align: top;
}

div#dscr {
	position: absolute;
	top: 180px;
	left: 10px;
	width: 165px;
	font-family: sans-serif;
	font-size: 11px;
	color: black;
}

div#dscr div.hr {
	border: 0;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 1px;
	background-image: url("i/site/dotted.gif");
	background-repeat: repeat-x;
}

#butterfly {
	position: absolute;
	top: 41px;
	left: 589px;
	margin: 0;
	padding: 0;
}

#nav_top {
	position: absolute;
	top: 92px;
	left: 182px;
	margin: 0;
	padding: 0;
}

#nav_bottom {
	position: absolute;
	top: 615px;
	left: 182px;
	margin: 0;
	padding: 0;
}

#nav {
	position:absolute;
	top: 122px;
	left: 198px;
	margin: 0;
	padding: 0;
	background-color: black;
	width: 81px;
	height: 600px;
	color: white;
	z-index: 1;
}

ul.nav {
	list-style-type: none;
	padding: 0;
	margin: 20px 0 0 0;
}

ul.nav li {
	padding: 0;
	margin: 0 0 10px 10px;
}

ul.nav li a {
	font-size: 9px;
	color: white;
	text-decoration: underline;
}

ul.nav2 li a {
	font-size: 9px;
	color: white;
	text-decoration: underline;
}

ul.nav2 {
	list-style-type: none;
	padding: 0;
	margin: 0px 0 10px 0;
}

ul.nav2 li {
	padding: 0;
	margin: 0;
}

span.nav_active a {
/*	color: #C48DA0; */
	color: #ff9eb7;
}

span.nav_active a:visited {
	color: #8F6775;
}

a img {
	border: 0;
}

img.thumb {
	margin: 10px 10px 0px 10px;
}

span.thumb_desc {
	margin: 0px 10px 0px 10px;
}

span.thumb_desc a {
	text-decoration: none;
}
