@CHARSET "UTF-8";
body{
	background-color:#456782;
	font: 11px #666;
	margin:auto;
}

#outer-stage{
	background-color:#456782;
	}

#border_right{
	display:table;
	width:820px;
	margin:auto;
	padding-right:0px;
	background: url(../assets/img/shadowV.png);
	}

#border_top{
	margin:auto;
	width:820px;
	height:10px;
	display:table;
	background: url(../assets/img/shadowTOP.png) no-repeat;
	}

#border_bottom{
	margin:auto;
	width:820px;
	height:33px;
	display:table;
	background: url(../assets/img/shadowBOTTOM2.png) no-repeat;
	}

#border_cornerTL{
	width:800px;
	height:13px;
	margin:auto;
	display:table;
	background: url(../assets/img/cantoTE.png) no-repeat;
	}
	
#border_cornerTR{
	width:800px;
	height:13px;
	margin:auto;
	display:table;
	border-left:760px;
	background: url(../assets/img/cantoTD.png);
	}
	
#border_cornerBL{
	width:800px;
	height:13px;
	margin:auto;
	display:table;
	background: url(../assets/img/cantoFE.png) no-repeat;
	}
	
#border_cornerBR{
	width:800px;
	height:13px;
	margin:auto;
	display:table;
	border-left:760px;
	background: url(../assets/img/cantoFD.png);
	}

div#stage{
	width:780px;
	background-color:#FFF;
	color: #666;
	font-family:Arial;
	font-size:11px;
	margin:auto;
	}

div#header{
	height:206px;
	width:740px;
	border:none;
	display:table;
	padding-top:20px;
	margin:auto;
}



div#content{
	width:740px;
	margin:auto;
	background-color: #FFF;
}

div#right-menu{
	width:240px;
	float:right;
	display:inline-block;
	}
