﻿html, body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
}
img#background {
	z-index: -1;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#mainDIV {
	margin: 90px auto 10px auto;
	width: 800px;
}
#leftTopDIV {
	float: left;
	width: 32px;
	height: 31px;
	background-image: url('../images/TopLeft_Glass.png');
	background-repeat: no-repeat;				
}
#rightTopDIV {
	float: right;
	width: 32px;
	height: 31px;
	background-image: url('../images/TopRight_Glass.png');	
	background-repeat: no-repeat;		
}
#midTopDIV {
	width: 736px;
	margin-left: 32px;
	height: 31px;			
	background-image: url('../images/TopMiddle_Glass.png');
	background-repeat: repeat-x;				
}
#leftMiddleDIV {
	clear: both;
	width: 800px;			
	background-image: url('../images/MiddleLeft_Glass.png');
	background-repeat: repeat-y;
	overflow: visible;
}
#rightMiddleDIV {
	width: 736px;
	background-image: url('../images/MiddleRight_Glass.png');
	background-repeat: repeat-y;
	background-position: 736px 0px;
	padding-right:32px;
	padding-top: 30px;
	min-height: 600px;				
}
#midMiddleDIV {
	width: 736px;		
	background-image: url('../images/MiddleMiddle_Glass.png');
	margin-left: 32px;
}
#leftBottomDIV {
	float: left;
	width: 32px;
	height: 31px;
	background-image: url('../images/BottomLeft_Glass.png');
	background-repeat: no-repeat;				
}
#rightBottomDIV {
	float: right;
	width: 32px;
	height: 31px;
	background-image: url('../images/BottomRight_Glass.png');	
	background-repeat: no-repeat;	
}
#midBottomDIV {
	width: 736px;
	margin-left: 32px;
	height: 31px;			
	background-image: url('../images/BottomMiddle_Glass.png');
	background-repeat: repeat-x;				
}
#titleLogoDIV {
	float:left;
	width: 500px;
	height: 136px;			
	background-image: url('../images/EquiAngels_Logo.png');
	margin-top: -136px;
}
#titlePhotoDIV {
	float:right;
	margin-top: -105px;
}
#contactDIV {
	text-align: center;
	font-size: 14pt;
	color: #9f883f;
}
A.contactEmail {
	font-size: 14pt;
	color: #9f883f;
	text-decoration: none;
}
A.contactEmail:hover {
	text-decoration: underline;
}
#menuDIV {
	float:left;
	margin-left: -50px;
	margin-top: 20px;
	width: 200px;
	height: 426px;
	font-size: 16pt;
	font-weight: bold;
	text-align: center;
}
#menuDIV A {
	text-decoration: none;
	color: #000000;
}
.menuButtonUp {
	width: 180px;
	height: 58px;
	background-image: url('../images/Button_Up.png');
	background-repeat: no-repeat;
	padding-top: 13px;
	padding-right: 6px;
	cursor: pointer;
}
.menuButtonDwn {
	width: 177px;
	height: 56px;
	background-image: url('../images/Button_Dwn.png');
	background-repeat: no-repeat;
	padding-top: 15px;
	padding-left: 3px;
	padding-right: 6px;			
	cursor: pointer;
}
#footerDIV {
	text-align:center;
}