/*****************************************************************************
Main layouts
*****************************************************************************/

* {
	margin: 0;
	padding: 0;
}


/* For IE */
#outer {
	float:left;
	width:100%;
	height: 100%;
	min-height:100%;
	padding: 0px;
	background: url(../images/bg000000.gif) repeat-y;
}

/* For Firefox and Opera */
html>body #outer { height: auto; min-height: 100%; }
html, body { height: 100%; min-height: 100%; }


#container {
	position: relative;
	width: 907px;
	height:100%;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
}

#header {
	float: right;
	width: 221px;
	height:100%;
	min-height: 100%;

	margin: 0px 0px 0px 0px;
	display:inline;
}

#content {
	float: left;
	width: 686px;
	height:500px;
	padding: 90px 0px 0px 0px;
}



/*****************************************************************************
Common
*****************************************************************************/

.hide{display:none;}
.show{display:block;}
.right{margin-right: 0px; margin-left: auto;}
.left{margin-right: auto; margin-left: 0;}
.center{margin-right: auto;	margin-left: auto;}
.textright{text-align: right;}
.textleft{text-align: left;}
.textcenter{text-align: center;}
.vcenter{margin-top: auto;	margin-bottom: auto;}
.floatleft{float:left;}
.floatright{float:right;}
.clear{clear:both;}

/*****************************************************************************
Logo
*****************************************************************************/

#logo{
	float: right;
	width: 87px;
	height: 78px;
	padding: 0px 22px 90px 0px;
}


#logo h1{
	text-indent: -5000px;
	display:block;
	/* hide overflow:hidden from IE5/Mac */
	/* \*/
	overflow: hidden;
	/* */
	background:url(../images/logo0000.gif) no-repeat;
	width: 87px;
	height: 78px;
}


/*****************************************************************************
Footer
*****************************************************************************/

#footer {
	position:relative;
	float:left;
	width:686px;
	height:20px;
	margin: -30px 0px 0px 0px;
	display:inline;
}

