BODY {
	background: #E0E5F0 url(images/color.gif);
	color: #404040;
	font-family: verdana, arial, sans-serif;
	font-size: 10pt;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
A, A:visited {
	color: black;
	text-decoration: none;
}
A:hover {
	color: black;
	text-decoration: underline;
}
H1, H2 {
	clear: both;
	width: 375px;
}
H1 {
	border-bottom: 1px solid black;
	font-size: 14pt;
}
H2 {
	font-size: 13pt;
}
DIV {
	border: 0px;
	display: block;
	margin: 0px;
	padding: 0px;
	text-align: left;
	vertical-align: top;
}
IMG {
	border: 1px solid black;
}

#main {
	background: url(images/back.jpg);
	margin: auto;
	width: 680px;
}
#rose {
	background: url(images/left.jpg) no-repeat;
	height: 530px;
	width: 680px;
}
#right {
	background: url(images/right.jpg) no-repeat;
	float: right;
	padding: 131px 0px 20px 0px;
	width: 446px;
}
#right P {
	font-size: 10pt;
	text-align: justify;
	width: 375px;
}
#bottom {
	background: url(images/bottom.jpg);
	clear: both;
	height: 50px;
	width: 680px;
}
#bottom P {
	font-size : 7pt;
	padding-top: 7px;
	text-align: right;
	width: 609px;
}
#menu {
	background: url(images/menu.gif) no-repeat;
	height: 200px;
	left: 31px;
	margin: 0px;
	padding: 0px;
	position: relative;
	top: 178px;
	width: 150px;
}
#menu LI {
	left: 0px;
	list-style: none;
	margin: 0px;
	padding: 0px;
	position: absolute;
}
#menu LI, #menu A {
	display: block;
	height: 40px;
	width: 150px;
}
#menu1 {
	top: 0px;
}
#menu1 A:hover {
	background: transparent url(images/menu.gif) -150px 0px no-repeat;
}
#menu2 {
	top: 40px;
}
#menu2 A:hover {
	background: transparent url(images/menu.gif) -150px -40px no-repeat;
}
#menu3 {
	top: 80px;
}
#menu3 A:hover {
	background: transparent url(images/menu.gif) -150px -80px no-repeat;
}
#menu4 {
	top: 120px;
}
#menu4 A:hover {
	background: transparent url(images/menu.gif) -150px -120px no-repeat;
}
#menu5 {
	top: 160px;
}
#menu5 A:hover {
	background: transparent url(images/menu.gif) -150px -160px no-repeat;
}
#mainphoto {
	margin: auto;
	padding: 20px;
	width: 512px;
}

.imgleft {
	float: left;
	margin: 0px 20px 0px 0px;
}
.imgright {
	float: right;
	margin: 0px 0px 0px 20px;
}