﻿body
{
	background-color: #E5D9C3;
	font-family: Calibri,Verdana,Arial,Sans-Serif;
	font-size: small;
}

#d01
{
	position: absolute;
	width: 100%;
	height: 73px;
	top: 0px;
	left: 0px;
	background-image: url(img/01.jpg);
	background-repeat: no-repeat;
}

#logo
{
	position:absolute;
	left:280px;
}

#d02
{
	position: absolute;
	width: 123px;
	height: 677px;
	top: 73px;
	left: 0px;
	background-image: url(img/02.jpg);
}

#d03
{
	position: absolute;
	width: 154px;
	height: 126px;
	top: 73px;
	left: 123px;
	background-image: url(img/03.jpg);
}

#menu1
{
	position: absolute;
	width: 154px;
	height: 73px;
	top: 199px;
	left: 123px;
}

#menu2
{
	position: absolute;
	width: 154px;
	height: 71px;
	top: 272px;
	left: 123px;
}

#menu3
{
	position: absolute;
	width: 154px;
	height: 73px;
	top: 343px;
	left: 123px;
}

#menu4
{
	position: absolute;
	width: 154px;
	height: 73px;
	top: 416px;
	left: 123px;
}

#d06
{
	position: absolute;
	width: 154px;
	height: 261px;
	top: 489px;
	left: 123px;
	background-image: url(img/06.jpg);
}

#d04
{
	position: absolute;
	width: 879px;
	height: 600px;
	top: 73px;
	left: 277px;
	background-image: url(img/04.jpg);
}


#d07
{
	position: absolute;
	width: 90px;
	height: 77px;
	top: 673px;
	left: 277px;
	background-image: url(img/07.jpg);
}

#content
{
	margin: 0px 40px 0px 30px;
	width: 800px;
	height: 550px;
	overflow: auto;
}

#content p
{
	font-size: 20px;
	font-family: Calibri,Verdana,Arial,Sans-Serif;
}

#content_text
{
	/*border-color: #808080;
	border-style: none solid solid none;
	border-width: medium;
	background-position: rgba(229, 217, 195, 0.8);*/
	background-color: #F3E5C8;
	background: rgba(243, 229, 200, 0.8);
	filter: alpha(opacity=80);
	opacity: 0.8;
	-moz-opacity: 0.8;
	float: left;
	height: 460px;
	width: 470px;
	padding-left: 20px;
	padding-top: 10px;
	text-align:center;
	padding-top:30px;
}