@charset "utf-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000;
	font-family: "Century Gothic", "Times New Roman", times;
	font-size: 90%;
	background-color: #F8F3DC;
}
.twoColFixLtHdr #container {
	width: 780px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #819DC0;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #F8F3DC;
		-moz-border-radius: 1em;
		  -webkit-border-radius: 1em;  /* Safari/WebKit */
           border-radius: 1em;  /* future browsers with CSS3 support */


} 
h1 {
	font-size: 32px;
}

.twoColFixLtHdr #header {
	height: 90px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	background-image: url(../image/header.png);
	background-repeat: repeat;
	text-align: center;
	background-position: 50% 50%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #819DC0;
-moz-border-radius-topleft:  1em;  /* Firefox */
   -webkit-border-top-left-radius: 1em;  /* Safari/WebKit */
           border-top-left-radius: 1em;  /* future browsers with CSS3 support */
		   -moz-border-radius-topright:  1em;  /* Firefox */
   -webkit-border-top-right-radius: 1em;  /* Safari/WebKit */
           border-top-right-radius: 1em;  /* future browsers with CSS3 support */





} 
.menu {
	width: 175px;
	background-image: url(../image/button.png);
	background-repeat: repeat;
	border: 1px solid #819DC0;
	margin-left: 10px;
	font-size: 13px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	
}
.menu1 {
	width: 175px;
	background-image: url(../image/button.png);
	background-repeat: repeat;
	border: 1px solid #819DC0;
	margin-left: 10px;
	font-size: 13px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	-moz-border-radius-topleft:  1em;  /* Firefox */
   -webkit-border-top-left-radius: 1em;  /* Safari/WebKit */
           border-top-left-radius: 1em;  /* future browsers with CSS3 support */
		   -moz-border-radius-topright:  1em;  /* Firefox */
   -webkit-border-top-right-radius: 1em;  /* Safari/WebKit */
           border-top-right-radius: 1em;  /* future browsers with CSS3 support */
}
.menu2 {
	width: 175px;
	background-image: url(../image/button.png);
	background-repeat: repeat;
	border: 1px solid #819DC0;
	margin-left: 10px;
	font-size: 13px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	-moz-border-radius-bottomleft:  1em;  /* Firefox */
   -webkit-border-bottom-left-radius: 1em;  /* Safari/WebKit */
           border-bottom-left-radius: 1em;  /* future browsers with CSS3 support */
		   -moz-border-radius-bottomright:  1em;  /* Firefox */
   -webkit-border-bottom-right-radius: 1em;  /* Safari/WebKit */
           border-bottom-right-radius: 1em;  /* future browsers with CSS3 support */
	
}
.menu2 a:link{
	background-repeat: repeat;
	font-size: 13px;
}
.menu2 a: hover{

}
.menu2 a: visited{
	font-size: 14px;

}
.menu2 a: active{
	font-size: 14px;
}
.menu1 a:link{
	background-repeat: repeat;
	font-size: 13px;
}
.menu1 a: hover{

}
.menu1 a: visited{
	font-size: 14px;

}
.menu1 a: active{
	font-size: 14px;
}
.menu a:link{
	background-repeat: repeat;
	font-size: 13px;
}
.menu a: hover{

}
.menu a: visited{
	font-size: 14px;

}
.menu a: active{
	font-size: 14px;
}

.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: auto;
	padding-top: 55px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 0px;
}
.twoColFixLtHdr #mainContent {
	margin: 0 0 0 208px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 15px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px;
	font-size: 65%;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
#lilly2 {
	margin-right: 10px;
	margin-left: 10px;
	width: 125px;
	padding-top: 5px;
	float: right;
}
#lilly {
	margin-right: 10px;
	margin-left: 10px;
	width: 125px;
	padding-top: 5px;
}
#lilly1 {
	margin-right: 30px;
	margin-left: 10px;
	float: right;
	margin-top: 15px;
	font-size: 36px;
}

.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
a:link {
	text-decoration: none;
	color: #000;
}
a:visited {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: underline;
	color: #000;
}
a:active {
	text-decoration: none;
	color: #000;
}
h1 {
	font-size: 26px;
}
h2 {
	font-size: 20px;
}
h3 {
	font-size: 16px;
}
