@charset "UTF-8";
#contaner {
	text-align: left;
	padding: 60px 0px 0px;
	width: 640px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
body {
	text-align: center;
	margin: 0px auto;
	padding: 0px;
	background-attachment: fixed;
	background-color: #FFFFFF;
	background-image: url(../images/Daisy-Background.gif);
	background-repeat: no-repeat;
}
#copyright {
	height: 40px;
	width: 640px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #BBAF8E;
}
#menu {
	background-color: #27B35A;
	text-align: center;
	height: 20px;
	width: 640px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	padding: 0px;
	margin: 0px;
	line-height: 20px;
}
#content {
	height: auto;
	width: 638px;
	border-top-width: 3px;
	border-right-width: 1px;
	border-bottom-width: 3px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #A99A6F;
	border-right-color: #A99A6F;
	border-bottom-color: #A99A6F;
	border-left-color: #A99A6F;
	padding: 0px;
	background-color: #FFFFFF;
}
#menu a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
#menu a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
#menu a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #C41188;
	text-decoration: none;
}
#menu a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
#logo {
	height: 40px;
	width: 81px;
	float: left;
}
#welcome {
	height: 40px;
	width: 445px;
	float: right;
}
#footer {
	background-image: url(../images/footer_15.gif);
	height: 30px;
	width: 640px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #A99A6F;
	margin: 15px;
}
#greeting {
	height: 40px;
	width: 640px;
	text-align: right;
}
#contaner #content #left {
	height: auto;
	width: 200px;
	float: left;
}
#contaner #content #right {
	height: auto;
	width: 438px;
	float: right;
}
#contaner #content #FooterClear {
	clear: both;
	height: 0px;
	width: 638px;
}
