@charset "utf-8";
#container {
	width: 900px;
	background-color: #FDEDF2;
	margin-left: 230px;
}
#banner {
    width: 899px;
}
#navigation {
    width: 899px;
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
}
#content {
    width: 899px;
    font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, serif;
    font-style: normal;
    font-weight: 400;
}
#footer {
    width: 899px;
    font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, serif;
}
.library {
	text-align: center;
	font-weight: bold;
}
.nav{
	margin-top: 0px;
	padding-top: 25px;
	color: #475E54;
	text-align: center;
	width: auto;
	height: 50px;
	margin-left: 15px;
}
		
		
 ul {
	list-style: none;
	padding-right: 5px;
	padding-left: 5px;
	margin-left: auto;
	overflow: hidden;
	color: #475E54;
}

li {
	float: left;
	color: #475E54;
}

li a {
	display: block;
	color: #475E54;
	text-align: center;
	padding-right: 5px;
	padding-left: 5px;
	text-decoration: none;
}

li a:hover {
	background-image: url(../navbar/flower.png);
	background-repeat: no-repeat;
	background-position: center top;
	color: #F38199;
}
	
	
.gallery {
	osition: relative;
	position: static;
	clear: none;
	width: 170px;
	height: 170px;
	float: none;
	margin-left: 3px;
}

.gallery:hover {
    border: 1px solid #777;
}

.gallery img {
    width: 100%;
    height: auto;
}
#table {
    background-color: #FFFFFF;
    text-align: center;
}
.tableTitle {
	background-color: #D1D1D1;
	text-align: center;
}
.meaningOf {
    font-style: italic;
    color: #B0426E;
}
.tableHeader {
	font-size: 25px;
	background-color: #FFFFFF;
	color: #B0426E;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	text-align: center;
}
.formLabel {
	color: #B0426E;
}
.formBold {
	font-weight: bold;
}


.formTitle {
	color: #B0426E;
	font-size: 30px;
}
.reqField {
	color: #FF0000;
}
.occasions {
    color: #4C5D3B;
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
    font-size: 20px;
    font-style: normal;
    text-decoration: none;
}
