/*
Version: 1.0
Description: Paige Carington
Author: EWH
Author URI: http://www.ExoticWebsiteHosting.com
*/


/* standard elements */
html {min-height: 100%;}

* {
	margin: 0;
	padding: 0;
}

a {
	color: #61930D;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;}

body {
	background: #fff;
	color: #000;
	margin-top: 50px;
	font-style:normal; 
	font-variant:normal; 
	font-weight:normal; 
	font-size:62.5%; 
	font-family:Tahoma, sans-serif
}

p, code, ul {padding-bottom: 1.2em;}

li {list-style: none;}

h1 {
	font: normal 2.5em Tahoma,sans-serif;
	margin-bottom: 4px;
}

code {
	background: #FFF;
	border: 1px solid #EEE;
	border-left: 6px solid #C1CAD3;
	color: #666;
	display: block;
	font: normal 1em Tahoma,sans-serif;
	line-height: 1.6em;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}

h1, h2, h3 {padding-top: 6px;}

/* misc */
.clearer {clear: both;}

.left {float: left;}

.right {float: right;}


/* navigation */
#navigation {
	height: 35px;
	width: 460px;
	margin: 0px;
	overflow: hidden;
	}
#btn-flower1 {
	background:transparent url('images/nav_flower1.jpg') repeat scroll center top;
	height: 35px;
	float:left;
	width:28px;
}
#btn-flower2 {
	background:transparent url('images/nav_flower2.jpg') repeat scroll center top;
	height: 35px;
	float:left;
	width:32px;
}
#btn-bio {
	background:transparent url('images/nav_bio.jpg') repeat scroll center top;
	height: 35px;
	float:left;
	width:75px;
}
#btn-bio a:hover {
	background:transparent url('images/nav_bio.jpg') repeat scroll center bottom;
}
#btn-companion {
	background:transparent url('images/nav_companion.jpg') repeat scroll center top;
	height: 35px;
	float:left;
	width:218px;
}
#btn-companion a:hover {
	background:transparent url('images/nav_companion.jpg') repeat scroll center bottom;
}
#btn-contact {
	background:transparent url('images/nav_contact.jpg') repeat scroll center top;
	height: 35px;
	float:left;
	width:107px;
}
#btn-contact a:hover {
	background:transparent url('images/nav_contact.jpg') repeat scroll center bottom;
}

#enter {
	height: 65px;
	width: 318px;
	margin: 0px;
	overflow: hidden;
	}
#enter-flower {
	background:transparent url('images/enter_flower.jpg') repeat scroll center top;
	height: 365px;
	float:left;
	width:62px;
}
#btn-agree {
	background:transparent url('images/agree.jpg') repeat scroll center top;
	height: 65px;
	float:left;
	width:123px;
}
#btn-agree a:hover {
	background:transparent url('images/agree.jpg') repeat scroll center bottom;
}

#btn-disagree {
	background:transparent url('images/disagree.jpg') repeat scroll center top;
	height: 65px;
	float:left;
	width:133px;
}
#btn-disagree a:hover {
	background:transparent url('images/disagree.jpg') repeat scroll center bottom;
}

#contact {
	background:transparent url('images/contact.jpg') repeat-y;
	width: 800px;
}