<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Main.aspx.cs" Inherits="_Default" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" " http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns=" http://www.w3.org/1999/xhtml">
<head runat="server">
<title></title>
</head>
<frameset rows="120,*,40" cols="*" frameborder="no" border="0" framespacing="0">
<frame src="Top.aspx" name="topFrame" scrolling="No" noresize="noresize" id="topFrame" title="topFrame" />
<frameset cols="220,*" frameborder="no" border="0" framespacing="0">
<frame src="Left.aspx" name="leftFrame" frameborder="yes" scrolling="No" noresize="noresize" bordercolor="#F5F5F5" id="leftFrame" title="leftFrame" />
<frame src="Center.aspx" name="main" id="main" title="main" />
</frameset>
<frame src="Bottom.aspx" name="bottonFrame" frameborder="no" scrolling="no" bordercolor="#F5F5F5">
</frameset>
<noframes>
</html>