﻿body 
{
     /*background-image: url('images/bg.png');
     background-position: center center;
     background-repeat: repeat-y;*/
}

.backgroundImage
{
     background-image: url('images/MaidsEtc07.png');
     background-position: center center;
     background-repeat: no-repeat;
     width:1024px;
     height:768px;
}

.menu
{
	position: relative;
	top:135px;
	left:350px;
	text-align:left;
}


.h_mnu_01
{
    margin:0 0 0 30;
	width: 690px;
	font-family: Georgia, Times New Roman, serif;
	font-size: 11px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	font-weight:bold;
}

.h_mnu_01 ul{
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
	background-color:#101A88;
}

.h_mnu_01 ul li{
display: inline;
}

.h_mnu_01 ul li a{
	float: left;
	color: #101A88;
	color:#38AC8A;
	padding: 5px 11px;
	text-decoration: none;
}

.h_mnu_01 ul li a:visited{
color: #101A88;
color: #38AC8A;
}

.h_mnu_01 ul li a:hover, .h_mnu_01 ul li .selected{
	color: #38AC8A !important;
	padding-top: 5px;
	padding-bottom: 5px;
	background: #FFFFFF;
}


.content
{
	border:solid 0px transparent;
	text-align:left;	
	position:relative;
	top:60px;
	left:57px;
	height:500px;
	width:450px;
	font-family:Verdana;
	font-size: 12px;
	overflow-x:hidden;
	overflow-y:auto;
}

.contentLabel
{
	text-align:left;	
	position:relative;
	top:30px;
	left:40px;
	height:20px;
	width:420px;
	font-family:'Bradley Hand ITC',Verdana;
	font-size: 26px;
	font-weight:bold;
	color: #101A88;
	vertical-align:top;
}

.footerAdmin
{
	position:relative;
	text-align:left;
	top: 50px;
	left:415px;
	height: 20px;
	width: 200px;
	text-decoration: none;
	font-size:9px;
	font-family: Verdana;
	text-decoration:none;
}

.leftBottom
{
	text-align:left;	
	position:relative;
	top:572px;
	left:-355px;
	height:128px;
	width:250px;
	font-family:Verdana;
	font-size: 7px;
}


