html,body{
    height: 100%;
	background-color: #9AC6D6;
	margin: 0;
    padding: 0;
}
body{
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10pt; 
	color: #333333; 
}
#Add { display: block; }
#Delete { display: none; }

.Checkbox {
	text-align: right;
}

.Button {
	text-align: left;
	font-family: Tahoma;
	font-size: 0.8em;
}
.Textbox {
	text-align: left;

}

.ServicesTextbox {
	font-family: Tahoma;
	font-size: 0.9em;
}

.ServicesCombobox {
	font-family: Tahoma;
	font-size: 0.9em;
}

input, select {
	font-family: Tahoma;
	font-size: 0.9em;
}
.text{
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10pt; 
	color: #333333; 
}
a{
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10pt; 
}

#Container {
	position:			absolute;
	left: 				53%;
	top: 				84px;
	z-index:			1;
	background-color: 	#FFFFFF;
	background-image:url(images/photos.gif);
	background-repeat:	no-repeat;
	margin-left: 		-500px;
	margin-top: 		-30px;
	border:             solid 10px white;
	width:				900px;
	height:				150%;
}

#Content {
	position:			absolute;
	width:				484px;
	left: 				668px;
	top: 				303px;
 	z-index:			1;
 	background-color: 	transparent;
	margin-left: 		-300px;
	margin-top: 		-20px;
	border:             none;
}

#Logo {
	position:			absolute;
	width:				194px;
	height:				94px;
	left: 				316px;
	top: 				34px;
 	z-index:			1;
 	background-color: 	transparent;
	margin-left: 		-300px;
	margin-top: 		-20px;
	border:             none;
}
#Footer {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 8pt;
	text-align: center;
	bottom: 0px;
	left: 100px;
}
#Navigation {
	position:			absolute;
	width:				50px;
	height:				50px;
	left: 				360px;
	top: 				186px;
 	z-index:			1;
 	background-color: 	transparent;
	margin-left: 		-300px;
	margin-top: 		-20px;
	border:             none;
}
#PhotoLayer {
	position:absolute;
	width:297px;
	height:219px;
	z-index:0;
	left: 58px;
	top: 102px;
}
#PhotoNavigation {
	position:absolute;
	width:154px;
	height:24px;
	z-index:auto;
	left: 330px;
	top: 385px;
}
