﻿#center
{
	margin-left: auto;
	margin-right: auto;
	height:100%;
	width: 1000px;
}

#top_frame{
	position: fixed;
	width: 1000px;
	margin-left: -500px; 
	left:50%;
	top: 0px;
	z-index: 1;
	background-color:#FFFFFF 
}

#bottom_frame{
	border-style: solid none none none;
	border-width: 1px;
	border-color: #000000;
	position: fixed;
	width: 1000px;
	margin-left: -500px;
	left: 50%;
	height: 30px;
	bottom: 0px;
	z-index: 1;
	background-color: #FFFFFF;
	text-align: center;
	font-size: 10pt;
}


.top_menu{
	position: relative;
    height: 20px;
	background-image: url(../img/bg_04.gif);
}

#left_frame{
	position: fixed;
	margin-left: -500px; 
	left:50%;
    width:250px;
	height:500px;
	z-index: 1;
	top: 112px;	
	text-align:left;
}

#center_frame
{
	float: left;
	position: relative;
	left: 0px;
    width: 700px;
	top: 112px;
	padding: 0px 150px 0px 150px;
}

#main_frame{
	float: left;
	position: relative;
	left: 250px;
    width:750px;
	height:780px;
	top: 112px
}

.middle_frame{
	padding: 0px 20px 0px 20px;
	float: left;
	position: relative;
	width: 460px;
	height: 780px;
}

.right_frame{
	float: left;
	position: relative;
    width:250px;
	height:780px;
	
}

.middle_frame2{
	float: left;
	position: relative;
    width:750px;
	height:780px;	
}

.text_frame
{
	text-align:left;
}

.section{
	position: relative;
}