			#header{
				width:450px;
				height:60px;
				z-index:1;
				left: 225px;
				top: 30px;
				position:absolute;
				font-size: 27px;
				font-family: "Arial", Times, serif;
				color: #3300CC				
			}
			#logo{
				position:absolute;
				left: 45px;
				top: 10px;
			}
			#menu{
				position: absolute;
				background-color: #ECEEFF;
				border-width:thin;
				border:solid;
				border:ridge;
				top: 75px; 
				left: 27px;
				width: 155px;
				
				padding-left: 5px;
				padding-right: 5px;
				visibility: visible 
			}
			#change{
				position: absolute;
				top: 500px;
				left: 30px; 
				width: 150px;
				visibility: visible 
			}
			#logoutbox{
				position: absolute;
				height: 24px;
				top: 2px;
				right: 2px; 
				visibility: visible 
			}
			#deletemember{
				position: absolute;
				height: 22px;
				bottom: 10px;
				right: 35px
			}
			#content {
				position: absolute;
				top: 75px;
				left: 225px;
				width: 720px;
				height: 800px;
				fontsize: 11px; 
				font-family: Arial, Helvetica, sans-serif;
				overflow:auto;
			}
			#image {
				position: absolute;
				top: 0px;
				right: 40px;
				width: 120px;
				height: 160px;
				overflow:hidden;
			}
			.subsection {
				font-family: Verdana, Trebuchet MS;
				letter-spacing: 0px;
				word-spacing: 0px;
				text-decoration:none;
				font-size:11px;
				line-height: 19px;
				color:#000000
			}
			.active_subsection {
				font-family: Verdana, Trebuchet MS;
				font-weight: bold;
				letter-spacing: 0px;
				word-spacing: 0px;
				text-decoration:none;
				font-size:11px;
				line-height: 19px;
				color: #003366
			}
			a.section:hover {
			color:#999999;
			}
			a.subsection:hover {
			color:#999999;
			}
