div#website {
	height: auto;
	margin: 0px auto 0px auto;
	padding: 0 0 0 0;
	width: 965px;
	background-color: #fff;
	border: solid 1px #4d4d4d;
	background-image: url(../img/gif/bg-website-homepage.gif);
	background-position: 0 0;
	background-repeat: repeat-y;
}
div#photoBig {
	width: 428px;
	height: 247px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	float: left;
}
div#photoBlockSmall {
	width: 313px;
	height: 353px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	position:absolute;
	left:428px;
	top:0px;
	background-image: url(../img/gif/bg-photo-small.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
	z-index: 500;
}
div#photoSmall {
	width: 265px;
	height: 241px;
	margin: 15px 0 0 22px;
	padding: 0 0 0 0;
	z-index: 501;
}
div#headerText{
	width: 226px;
	height: 247px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	float: right;
	background-image: url(../img/gif/bg-header-text.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
}
div#headerText h1 {
	margin: 74px 0 0 23px;
	padding: 0 0 0 0;
	color: #d782a0;
	font-weight: bold;
	font-size: 12px;
}
div#headerText p {
	margin: 10px 0 0 23px;
	padding: 0 0 0 0;
}
div#menu {
	width: 965px;
	height: 86px;
	position: relative;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background-image: url(../img/gif/bg-menu.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
	/*clear: both;*/
}
html>/**/ body div#menu {
	clear:both;
}
* html div#menu {
	clear: none;
}

div#headerText ul{
	padding: 0 0 0 0;
	margin: 0 0 0 39px; 
	white-space: nowrap;
}
div#headerText li{
	/*display: line;*/
	list-style-type: circle;
}
div#headerText li a{ 
	padding: 0 0 0 0;
	margin: 0 9px 0 0; 
}
div#headerText li a:link, 
div#headerText li a:visited{
	color: #000000;
	background-color: #FFFFFF;
	text-decoration: none;
}
div#contentLeft{
	width: 427px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	float: left;
}
div#contentLeft p,
div#contentRight p{
	margin: 0 20px 10px 20px;
	padding: 0 0 0 0;
}
div#contentLeft h1,
div#contentRight h1{
	margin: 0 20px 5px 20px;
	padding: 0 0 0 0;
	font-weight: bold;
	color: #4d4d4d;
	font-size: 14px;
}
div#contentLeft h2,
div#contentRight h2{
	margin: 8px 20px 0 20px;
	padding: 0 0 0 0;
	font-weight: bold;
	color: #d782a0;
	font-size: 12px;
}
div#contentMiddle h2{
	margin: 0 20px 2px 30px;
	padding: 0 0 0 0;
	font-weight: bold;
	color: #d782a0;
	font-size: 12px;
}
div#contentMiddle p{
	margin: 0 20px 10px 30px;
	padding: 0 0 0 0;
	color: #4d4d4d;
}
div#contentMiddle{
	width: 310px;
	margin: 0 0 10px 0;
	padding: 0 0 0 0;
	float: left;
}
div#middleGraphic {
	width: 314px;
	height: 60px;
	float: left;
	margin: 4px 0 0 0;
	padding: 0 0 0 0;
	background-image: url(../img/jpg/bg-middle-graphic.jpg);
	background-position: 0 0 ;
	background-repeat: no-repeat;
}
div#middleGraphic p{
	margin: 0 20px 0 30px;
	padding: 0 0 0 0;
	color: #d782a0;
}


