﻿body {
	margin: 0px;
	background-image: url('images/bg.gif');
	background-repeat: repeat-x;
	background-position: left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #666666;
}
#wrapper {
	width: 970px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	background-image: url('images/petals_BG.jpg');
	background-repeat: no-repeat;
	background-position: left top;
}
.floatRight {
	float: right;
	padding: 5px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 15px;
	border: 1px solid #9C3821;
}
h1 {
	font-size: 150%;
	color: #991A36;
	padding: 5px;
	background-color: #FCE8D8;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #991A36;
}
h2 {
	font-size: 110%;
	color: #991A36;
	font-weight: bold;
	text-align: center;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #991A36;
	border-bottom-color: #991A36;
	padding: 3px;
	margin-top: 5px;
}
h3 {
	font-size: 100%;
	color: #991A36;
	font-weight: bold;
	text-align: left;
	padding: 3px 3px 3px 15px;
}
#leftBar {
	width: 490px;
	float: left;
}
#rightBar {
	width: 471px;
	float: right;
	margin-top: 10px;
}
#rightTOP {
	width: 461px;
	background-image: url('images/contentTOP.gif');
	background-repeat: no-repeat;
	background-position: left top;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	line-height: 42px;
}
#rightCONTENT {
	width: 461px;
	background-image: url('images/contentREPEAT.gif');
	background-repeat: repeat-y;
	background-position: left top;
	margin-right: auto;
	margin-left: auto;
	clear: both;
}
#rightBOTTOM {
	width: 461px;
	background-image: url('images/contentBOTTOM.gif');
	background-repeat: no-repeat;
	background-position: left top;
	margin-right: auto;
	margin-left: auto;
	height: 22px;
	clear: both;
}
#footer {
	clear: both;
	text-align: center;
	font-size: 80%;
	background-color: #FBEAEC;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #EFBAC2;
	border-bottom-color: #EFBAC2;
	color: #A0253E;
	margin-top: 15px;
	line-height: 50px;
	padding-left: 20px;
	padding-right: 20px;
}
#logo {
	vertical-align: top;
	text-align: left;
	clear: both;
}
#navigation {
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-bottom: 20px;
	clear: both;
	background-color: #EBD7D2;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-bottom-color: #C8687E;
}
#banner {
	padding-top: 50px;
	padding-bottom: 10px;
	clear: both;
}
#address {
	clear: both;
	height: 131px;
	margin-right: auto;
	margin-left: auto;
	background-image: url('images/address_BG.gif');
	background-repeat: no-repeat;
	background-position: center center;
}
#navigation ul {
	padding: 0px;
	margin: 0px;
	text-align: center;
}
#navigation ul li {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	display: inline;
}
#navigation ul li a {
	padding: 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #8D000C;
	text-decoration: none;
	font-weight: bold;
	margin-right: 6px;
	margin-left: 6px;
}
#navigation ul li a:hover {
	color: #8D000C;
	text-decoration: underline;
}
.centerAlign {
	text-align: center;
}
p.contactus {
	width: 359px;
	margin-right: auto;
	margin-left: auto;
	font-size: 110%;
	font-weight: bold;
	padding-top: 10px;
	padding-left: 10px;
	margin-bottom: 10px;
	color: #8D000C;
}
p.address {
	width: 359px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 10px;
	margin-top: 5px;
}
p.email {
	margin-right: auto;
	margin-left: auto;
	width: 359px;
	text-align: left;
	margin-bottom: 10px;
	padding-left: 10px;
}
.clear {
	clear: both;
}
#rightTOP p {
	font-size: 120%;
	margin: 0px 0px 0px 15px;
	font-weight: bold;
	color: #9A1E31;
}
#rightCONTENT p {
	margin: 0px;
	padding: 10px;
}
h4 {
	font-size: 90%;
	color: #991A36;
	font-weight: bold;
	text-align: left;
	padding: 3px 3px 3px 15px;
}
textarea  {
	border:1px solid #DDDDDD;
	color:#454545;
} 
input  {
	border:1px solid #DDDDDD;
	color:#454545;
}
a:link {
	color: #605E6B;
	text-decoration: underline;
}
a:visited {
	color: #605E6B;
	text-decoration: underline;
}
a:hover {
	color: #9A1E31;
	text-decoration: underline;
}
a:active {
	color: #605E6B;
	text-decoration: underline;
}
#gallery {
	text-align: center;
	padding-right: 50px;
	padding-left: 50px;
}
#gallery img {
	margin: 5px;
	border: 1px solid #EC7024;
	padding: 4px;
}
#gallery p {
	background-color: #FDF0E8;
	color: #EC7024;
	font-weight: bold;
	padding: 5px;
}
hr {
	color: #991A36;
	height: 1px;
	width: 75%;
	text-align: center;
}
#w3link {
	width: 970px;
	margin: 5px auto 5px auto;
	text-align: right;
	font-size: 80%;
}
.imgPadding {
	padding: 10px;
}
.newStyle1 {
	color: #000000;
	margin-left: 10px;
	margin-right: 10px;
	font-weight: bold;
}
.finalists {
	text-align: center;
	font-weight: normal;
	font-size: 120%;
	clear: both;
	padding: 15px;
	background-color: #D54064;
	color: #FFFFFF;
	letter-spacing: 2px;
}
.newStyle2 {
	text-align: center;
	padding: 15px;
}
.style1 {
	color: #1D3F86;
}

