@charset "utf-8";
/* CSS Document */

body {background-color:#ADB8D9;}

a:link {color: #FFF; text-decoration: underline;}
a:visited {color: #FFF; text-decoration: underline;}
a:hover {color: #F90; text-decoration: underline;}
a:active {color: red;}
.rollover a {
	display : block;
	width : 800px;
	height : 227px;
	background-image: url(hmm%20tea.jpg);
}

.rollover a:hover { 
	display : block; 
	width : 800px;
	height : 227px;
	background-image: url(_hmm%20tea.jpg); 
}

#top {
	width:800px;
	height:150px;
	color:#ECF2E4;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size:7em;
}

#main {
	height:590px;
	width:800px;
	background-color:#2E578C;
	border-top-left-radius:20px;
	-moz-border-radius-topleft:20px;
	border-top-right-radius:20px;
	-moz-border-radius-topright:20px;
	border-bottom-right-radius:20px;
	-moz-border-radius-bottomright:20px;
	border-bottom-left-radius:20px;
	-moz-border-radius-bottomleft:20px;
	-moz-border-radius:15px;
	padding-top: 20px;
}

#text1 {
	width:780px;
	height:45px;
	font-family: 'Oxygen', sans-serif;
	color:#FFF;
	font-size:1.1em;
	padding:5px 5px 5px 5px;
	border-color: #ECF2E4;
	border-style: solid;
	border-width:2px;
	margin-bottom: 15px;
}

#text2 {
	width:760px;
	height:65px;
	background-color: #ECF2E4;
	font-family: 'Oxygen', sans-serif;
	font-size:1em;
	text-align:left;
	margin:15px 5px 25px 5px;
	padding-left: 15px;
	padding-right: 15px;
	white-space: normal;
	padding-top: 5px;
}

#text3 {
	width:790px;
	height:20px;
	font-family: 'Oxygen', sans-serif;
	font-size:0.75em;
	margin:5px 5px 5px 5px;
}