/* CSS Document */


.pagelayout{
	margin-top: 0px;
	margin-bottom: 50px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background-color: #333333;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	color: #333333;
}

.cattext{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	color: #ffffff;
}
	
a:link {
	color: #13b5ea;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #13b5ea;
}
a:hover {
	text-decoration: underline;
	color: #13b5ea;
}
a:active {
	text-decoration: none;
	color: #13b5ea;
}

.logo {
	position: absolute;
	left: 30px;
	top: 30px;
	z-index: 1
}

.button1 {
	position: absolute;
	left: 65px;
	top: 135px;
	z-index: 1
}

.button2 {
	position: absolute;
	left: 65px;
	top: 205px;
	z-index: 1
}

.button3 {
	position: absolute;
	left: 65px;
	top: 275px;
	z-index: 1
}	

.button4 {
	position: absolute;
	left: 65px;
	top: 345px;
	z-index: 1
}

.bodytable{
	position: absolute;
	top: 135px;
	left: 200px;
	z-index: 2;
	border-collapse: collapse;
	padding: 0;
	margin: 0;
	border: 0;
}

tr, td {
	margin: 0;
	padding: 0;
	border: 0;
}

.textbox{
	position: relative;
	left: 0px;
	background-image: url('images/bg.png');
	background-repeat:repeat-y
}

.indexlogo {
	position: absolute;
	top: 50%;
	margin-top: -56px;
	left: 50%;
	margin-left: -423px;
}

.indexpetal1 {
	position: absolute;
	top: 50%;
	margin-top: -126px;
	left: 50%;
	margin-left: 171px;
}

.indexpetal2 {
	position: absolute;
	top: 50%;
	margin-top: -126px;
	left: 50%;
	margin-left: 297px;
}

.indexpetal3 {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: 171px;
}

.indexpetal4 {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: 297px;
}

.thumb {
	position: absolute;
	z-index: 2;
}

	