body {
        font: 15px/18px Times, Times New Roman, serif;
	color: #7D675F;
}

.flowerbg {
	background-image: url('/images/background.png');
	background-repeat: no-repeat;
	background-position: top center;
	background-color: #E1DCD8;
}

#container {
	margin-top: 241px;
	width: 765px;
	height: 588px;
	background-image: url('../images/container_bg.png');
	background-repeat: no-repeat;
	position: relative;
}

#content {
	width: 486px;
	height: 310px;
	overflow: auto;
	scrollbar-base-color: #DDE48F;
}

#content.home {
	width: 318px;
}

p, div, td, ul, ol, .normal {
        font: 15px/18px Times, Times New Roman, serif;
	color: #7D675F;
}

.pink {
        font: 17px/18px Times, Times New Roman, serif;
	color: #C06C74;
}

.menu {
        font: 15px/15px Georgia, Times, Times New Roman, serif;
	margin-left: 17px;
	color: #CDCA25;
        }

.menuon {
        font: 15px/15px Georgia, Times, Times New Roman, serif;
	margin-left: 17px;
	color: #CB4D73;
        }

*.menu A:link        {text-decoration: none; color : #5A3F34}
*.menu A:visited     {text-decoration: none; color : #5A3F34}
*.menu A:active      {text-decoration: none; color : #5A3F34}
*.menu A:hover       {text-decoration: none; color : #CB4D73}

*.menuon A:link        {text-decoration: none; color : #C2CF36}
*.menuon A:visited     {text-decoration: none; color : #C2CF36}
*.menuon A:active      {text-decoration: none; color : #C2CF36}
*.menuon A:hover       {text-decoration: none; color : #C2CF36}

A:link        {text-decoration: none; color : #C06C74}
A:visited     {text-decoration: none; color : #C06C74}
A:active      {text-decoration: none; color : #C06C74}
A:hover       {text-decoration: none; color : #C06C74}

.submit {
	background-color: #DDE48F;
	border: 0px solid #FFFFFF;
	color: #5F4B36;
	height: 20px;
        font: 15px/18px Times, Times New Roman, serif;
}

form {
        margin-top: 0px;
        margin-bottom: 0px;
        padding-top: 0px;
        padding-bottom: 0px;
}

#home-slides {
	position: relative;
	background-color: #FFFFFF;
}

#home-slides img {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
}

#home-slides img:first-child {
	display: block;
}

