@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
	font-family: "lucida grande", "lucida sans", lucida, verdana, arial, sans-serif;
	font-size: 100%;
	color: #333333;
}
		
body {
	height:100%;
	background:url('/images/background.jpg') no-repeat fixed left center #eaeaea;
	text-align:left;
	overflow:hidden;
}
		
a {
	text-decoration:none;
	color:#333333;
	font-weight:normal;
	outline:none;
}

a:hover {
	color:#9e005d;
}
		
a:hover,
a:focus,
a:active,
a:visited {
	text-decoration:none;
	outline:none;
}
		
img,
img a {
	border:none;
}
		
#wrap {
	height:600px;
	width:460px;
	position:absolute;
	top:50%;
	margin-top:-300px;
	background:url('/images/butterfly.png') no-repeat left center;
	padding-left: 185px;
	cursor: move;
	margin-left: -185px;
}
		
#main {
	width:325px;
	padding:95px 0;
	text-align:right;
	font-size:0.85em;
	float:left;
}
		
#navigation {
	margin:37px 0 50px 0;
	list-style:none;
	font-size:1.75em;
	padding:0;
	line-height:1.25em;
}
		
#navigation li {
color:#333333;
font-weight:bold;
text-align:right;
}