@charset "utf-8";
/* CSS Document */

#holder
{
	margin-left: auto;
	margin-right: auto;
	background-color:#031436;
	overflow: visible;
	width: 80%;
	min-width: 800px;
	max-width: 1000px;
	*width: expression(document.body.clientWidth < 802? "800px" : document.body.clientWidth > 1002? "1000px" : "auto");	
}
#left_graphic
{
	float: left;
	width: 10%;
	height: 500px;
	margin-left: auto;
	margin-right: auto;
	position: static;
}
#right_graphic
{
	float: right;
	width: 10%;
	height: 500px;
	margin-left: auto;
	margin-right: auto;
	position: static;
}
#logo
{
	float: none;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	z-index: 0;
}
#Graphic
{
	width:100%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
#Content
{
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	position: absolute;
	left: 10%;
}
#menu
{
	width: 100%;
	height: 41px;
	background-color: #FFF;
	position: static;
	*background-image:url(../images/background_trial.gif);
	*background-repeat: repeat;
	*background-position: 100% 100%;

}
#edit
{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	background-color:#FFF;
	position: static;
}
.frame {
	*background-image: url(../images/loading.gif);
	*background-position: top center;
	*background-repeat: no-repeat;
	width: 100%;
	position: static;
	bottom: 100%;
	z-index: auto;
	min-height: 500px;
	*height: expression(this.scrollHeight < 501? "500px" : "auto" );
}
.logo {
	max-height: 170px;
	min-height: 150px;
	*height: expression(document.body.clientHeight < 152? "150px" : document.body.clientHeight > 172? "170px" : "auto");
}
.style5 {
	font-size:small;
	text-align: center;
	padding: 10px;
	border-top: 2px #031436 groove;
}

