@charset "utf-8";
/* CSS Document */

* { margin:0; padding:0;}


body {
	background-color: #e3b7c6;
	background-image: url(../images/grass.jpg);
	background-repeat: repeat;
	color:#a0125a;
	font-family: "Century Gothic", Arial, sans-serif;
	font-size: 13px;
}

a {color:#a0125a; font-weight: bold;}
a:hover {
	color:#ffffff;
}

img { border:none;}

#container {
	background-image: url(../images/bg.jpg);
	position:relative;
	width:100%;

}

#wrapper { width:830px; position:relative; margin:0 auto; }

#header { height:104px; width:830px;}

#nav {
	height:40px;
	width:830px;
	padding-bottom:15px;
}
#nav ul { width:760px; margin:0 auto; text-align:center;}
#nav li {
	width:190px;
	font-family: "Century Gothic", Arial, sans-serif;
	font-size: 25px;
	color: #FFFFFF;
	float:left;
	text-align:center;
	list-style-type: none;
	line-height:35px;
}

#nav li a {
	color: #FFFFFF;
	text-decoration: none;
} 

#nav li a:hover { color:#d31776}


#content {
width:540px; float:right;}

#content .header {
height:55px;}

#content .text {}
#content .text p, .contacts p { line-height:28px; margin-bottom:10px; text-align:justify; padding-right:20px;}
.galley p { line-height:15px; margin-bottom:5px; text-align:justify; padding-right:20px;}
#content .thumbs { height:86px;}

#content .gheader {
height:71px;}

#content .contacts { height:240px; overflow:auto;}

#content .galley{ }
h3 {
	margin-bottom:10px;
	margin-top:10px;
	font-size: 22px;
	font-weight: normal;
}
#content .galley img { margin-right:5px; margin-bottom:5px;}

.galley em {
	font-size: 11px;
}
#flower { float:left;}


#footer { height:70px; width:830px; position:relative; margin:0 auto; 	padding-top:20px;
	font-size: 16px;
	color: #FFFFFF; text-align:center;}
	
	
.copyright {
	font-size: 11px;
}

.formy {
	border: 1px solid #a0125a;
	width:220px;
	padding:2px;
	font-family: "Century Gothic", Arial, sans-serif;
	font-size: 13px;
	color:#a0125a;
}

.formy_button {
	border: 1px solid #d31776;
	font-family: "Century Gothic", Arial, sans-serif;
	font-size: 12px;
	color: #a0125a;
	background-color: #f4d1dd;
	padding:2px;
}


.gal_cont_thumb { width:86px; float:left; margin-right:10px; text-align:center; font-size:11px; overflow:hidden;}
.gal_cont_thumb p { text-align:center;}